Jump to content

help on php script to open a new webpage from the database entry


tryingitout

Recommended Posts

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

<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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.