|
i'm using simple html. but the application is in html with GWT.
so, if i want to send back from servlet a boolean b, how should i get it in html.
..like below..??
<button value="Enter" onClick="location.href=(b=true)?'http://111.111.11.111:8080/example/Application.html':'http://111.111.11.111:8080/example/Wronglogin.html'">
|