From 3778ef5b35247566324a6236be2d81df1556f48e Mon Sep 17 00:00:00 2001 From: clemenso Date: Mon, 24 Nov 2008 17:28:19 +0000 Subject: 1.0.0-SNAPSHOT RedirectTarget _parent git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@197 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUOnline/src/main/webapp/appletPage.jsp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'BKUOnline') diff --git a/BKUOnline/src/main/webapp/appletPage.jsp b/BKUOnline/src/main/webapp/appletPage.jsp index 5b221261..ed514829 100644 --- a/BKUOnline/src/main/webapp/appletPage.jsp +++ b/BKUOnline/src/main/webapp/appletPage.jsp @@ -45,7 +45,7 @@ var attributes = { codebase :'applet', code :'at.gv.egiz.bku.online.applet.BKUApplet.class', - archive :'BKUApplet-1.0.0.jar, commons-logging-1.1.1.jar, iaik_jce_me4se-3.04.jar', + archive :'BKUApplet-1.0.0-SNAPSHOT.jar, commons-logging-1.1.1.jar, iaik_jce_me4se-3.04.jar', width : <%=width%>, height :<%=height%> }; @@ -57,7 +57,8 @@ HashDataDisplay : '<%=hashDataDisplay%>', HashDataURL : '../hashDataInput', SessionID : '<%=session.getId()%>', - RedirectURL : '../bkuResult' + RedirectURL : '../bkuResult', + RedirectTarget: '_parent' }; var version = '1.6.0_04'; deployJava.runApplet(attributes, parameters, version); -- cgit v1.2.3