Hello,

If you do like this : http://46.237.215.228:8000/cave
You can use :
        String script = "loadPage(\"" + page + "\");";
        BrowserApplicationContext.eval(script, Application appli);

With script "xxxx.js" 
function loadPage(page) { window.location.replace(page); }

Jérôme

-----Message d'origine-----
De : prasad6779 [mailto:[email protected]] 
Envoyé : vendredi 8 juillet 2011 09:02
À : [email protected]
Objet : dynamic loading window

hi guys

my problem was i created the login page with two fields username and
password and a button to submit.

my question is when i submit the button i want to load the window with
another window......

thanks
prasad6779

--
View this message in context:
http://apache-pivot-users.399431.n3.nabble.com/dynamic-loading-window-tp3150
979p3150979.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to