Apr 6, 2006 #1 Mayoor Programmer Jan 16, 2004 198 GB I have a form in a pop up window, but when I submit the form, it it opens up the results in a new IE window. Does anyone know how id go about submitting the form to the same pop up window?
I have a form in a pop up window, but when I submit the form, it it opens up the results in a new IE window. Does anyone know how id go about submitting the form to the same pop up window?
Apr 6, 2006 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB You probably have some script on the page to open the new window, or a target attribute in your form tag. Remove those, and you should be set, as the default behaviour would be to submit to itself. One other thing to make sure of is that you don't have a "base" tag anywhere. Hope this helps, Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
You probably have some script on the page to open the new window, or a target attribute in your form tag. Remove those, and you should be set, as the default behaviour would be to submit to itself. One other thing to make sure of is that you don't have a "base" tag anywhere. Hope this helps, Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]