Jump to content

OnClick link


dotkpay

Recommended Posts

Hello,

Am looking for a way to link the onclick events of several objects to varying links. For example:

If I have a table with three columns which I want to link to different scripts with the onclick event:

 

<table><tr>

<td onclick="link_1">Good Morning</td>

<td onclick="link_2">Good Afternoon</td>

<td onclick="link_3">Good Evening</td>

</tr></table>

 

I imagine there will be a need for a js function that is called with a different link in each case using php variables as well. Could someone please show me a way to go about this.

 

Thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/240134-onclick-link/
Share on other sites

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.