Jump to content

2 php onclick events


DrTrans

Recommended Posts

<td align=\"center\" width=\"50%\" onMouseOver=\"this.bgColor = '#CEE3F6'\" onMouseOut =\"this.bgColor = '#FFFFFF'\" onclick=\"I3.location.href='propshort.php?prop=$propertyid'\">$propertyname</td>

 

What i want to do is load 2 frames on OneClick.

 

but also pass threw the variables to both paces. propshort.php and viewinvestbottom.php 

 

Thanks for your help

Link to comment
https://forums.phpfreaks.com/topic/198530-2-php-onclick-events/
Share on other sites

echo "<td align=\"center\" width=\"50%\" onMouseOver=\"this.bgColor = '#CEE3F6'\" onMouseOut =\"this.bgColor = '#FFFFFF'\" onclick=\"I3.location.href='propshort.php?prop=$propertyid'; STATEMENT TWO;\">$propertyname</td>";

Wow, so complicated.. :D

 

Genious.. thank you.

Just simple brainwork really.. hehe.

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.