View Single Post
  #6 (permalink)  
Old 04-09-2008, 07:57 AM
lema lema is offline
Member
 
Join Date: Apr 2008
Posts: 38
lema is on a distinguished road
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'">
Reply With Quote