Re: opening a new window if validated

2007-11-20 Thread Pavel Sapozhnikov
Hey Adam thanks. So basically one of the things I did was when I am on page x I validate using client side JS validation either written myself or html:javascript doesn't really metter but both of those two methods pop up an alert and doesn't actually put it right in the page like html:errors does.

RE: opening a new window if validated

2007-11-19 Thread Adam Gordon
It could actually be both. I assume you are using both client and server side JavaScript validation (at the very least you should be doing server side since HTML pages can be manipulated). So, assuming you are doing both, you need the page you submitted the data on to go somewhere because you wan