disturbed Posted November 1, 2005 CID Share Posted November 1, 2005 im basically finishing up some code in php it is a form, and upon submiting the form, i want a new window to open up with another webpage address (thank you page).....i can refresh the current page to the new page with no problem...but how do i open it in another window...i have hard time figuring that out.... Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted November 1, 2005 CID Share Posted November 1, 2005 here you its really just some simply html <p><a target="_blank" href="http://traget page here">Display text here</a></p> copy that into your page were you want the link to be displayed and were it says "http://traget page here" thats were the page you want the new window to display goese and were it says "Display text here" that is what it is going to show. Quote Link to comment Share on other sites More sharing options...
disturbed Posted November 1, 2005 Author CID Share Posted November 1, 2005 i know that i need the same thing but in php Quote Link to comment Share on other sites More sharing options...
dlewis23 Posted November 1, 2005 CID Share Posted November 1, 2005 i know that i need the same thing but in php you can place html in PHP and it will work, i do it all the time with my site. most sites that are built using php have alot of html in it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.