-
Open new browser window
Hi
How can I open a new IE window from code that has no
toolbars. basically my site has reporting capabilities. when the
user clicks the submit button I want to return the results
in a new seperate browser window so the user doesnt have
to keep clicking the back button to run the report again.
thanks
-
In the tag of your link include TARGET="_blank"
<P><A HREF="http://209.120.143.185/showthread.php?s=&threadid=180354/"TARGET="_blank">yourpost</A></P>
that will open up your orignal post in a new page
-one-
-
Thanks