Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php action loading in a different browser

Status
Not open for further replies.

itucakov

Programmer
Sep 7, 2001
6
CA
This is a quick question about php action option.
Suppoese I have this in a php file:
<FORM ACTION=\&quot;Now, once the submit button is pressed, the html file will be loaded in the browser. Can I make it load in a new browser instead of in the same one(where php is loaded) and have it so that the php file loaded browser stays as it is? Or if that html page is already open in some other browser, is it possible to find it and reload that html page in that browser?
I am using netscape.
A comment or suggestion would be great. thanks
Ivan
 
I am pretty unsure of what you are geting at, but you might mean can the form open in a new browser window? If so, yes.

<form action=&quot;myscript.php&quot; target=&quot;_blank&quot;>

I may be wrong for what your after, though. Explain again if I am. Dean Owen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top