Jump to content

Apache, MySQL, PHP - Need link to open in a new tab


MyMammothTech

Recommended Posts

I have tried adding target="_new" or target="_blank" in many different locations and can not get it to work.  Any ideas?

 

I am running Apache with MySQL on a MSWin box.  Ya I know a MSWin box running Apache and MySQL....  is a no no but it is working

 

echo "$td3" ."<a href='http://support.dell.com/support/downloads/index.aspx?ServiceTag=".textDecode($item->SSN)."'>".textDecode($item->SSN)."</a>";

Link to comment
Share on other sites

Ok I am trying to do the same thing in another location but I can not find where to make the change.  I have attached the two files I am thinking the change needs to be made along with an image of the column that I am wanting to apply the link to.  The MySQL Table is BIOS and the Field is SSN.

 

[attachment deleted by admin]

Link to comment
Share on other sites

Oh ya and here is the link that is used

http://localhost/ocsreports/index.php?lareq=All+Computers

 

There is a column on the same page that has a link but it is internal.  Here is the line of code.

 

echo "<a href=\"machine.php?systemid=".urlencode($item["h.id"])."\" target=\"_new\" onmouseout=\"this.style.color = 'blue';\" onmouseover=\"this.style.color = '#ff0000';\">";

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.