I have a login page that sends the form information to another page that I need to open in a new window. Is there an easy way to have the form post open up in a new window?
Mike12345
5:13 pm on Feb 17, 2004 (gmt 0)
target="_top" in you <form> tag.
kevinj
5:56 pm on Feb 17, 2004 (gmt 0)
I tried the _top in the form tag and it didn't work for me. Any other thoughts?