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