tryingitout Posted July 28, 2009 Share Posted July 28, 2009 I have several buttons in a "backoffice" that agents have already signed into. the buttons pullup data based on that agen access code here are 2 examples: <span ><strong>Lead Details</strong><br> <a href="LeadSheet.php#disp">Click here</a> to see specific lead data THIS OPENS A LEAD SHEET PAGE FOR THE REP WHO IS SIGNED IN... <span ><strong>Change your profile</strong><br><a href="UserProfile.php#disp" >Click here</a> to change your profile THIS OPENS A PAGE TO CHANGE REP INFORMATION FOR THE REP WHO IS SIGNED IN... so what I need is a php page that will open a new web browswer from the store url in the database for that rep. I don;t know how to right the proper php to open in a new browser, with the url from the database Link to comment https://forums.phpfreaks.com/topic/167707-help-on-php-script-to-open-a-new-webpage-from-the-database-entry/ Share on other sites More sharing options...
slapdashwebdesigner Posted July 28, 2009 Share Posted July 28, 2009 <span ><strong>Change your profile</strong><br><a href="UserProfile.php#disp" target="_blank">Click here</a> to change your profile this is html target="_blank" that will open in a new window, or you can use javascript http://www.pageresource.com/jscript/jwinopen.htm Link to comment https://forums.phpfreaks.com/topic/167707-help-on-php-script-to-open-a-new-webpage-from-the-database-entry/#findComment-884411 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.