Tracking Number as a hyperlink

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
studiobfd
User
Posts: 35

Tracking Number as a hyperlink

Post by studiobfd »

Hello,

I have a situation that I cannot resolve.

  1. I have a "varchar" field in which a user will enter a FedEX, UPS etc tracking number. Very simply, when a user clicks on the number it will submit that number to google as a search request.
  2. When I click on the number now, it just brings me back to my "master" page.
    3.For the field:
  3. Hyperlink
    -HREF Field "TRACKING_NUMBER" db field with number
    -"Original Field VAlue" checked
    -Target: _blank
    Prefix: https://www.google.com

Any help would be greatly appreciated.

Thanks


arbei
User
Posts: 9389

Post by arbei »

You may try to add an onclick event (see the topic Field Setup > Edit Tag > Client Events in the help file) to change the href back to your "master page" and reset the target to "".


Post Reply