sager29 Posted July 10, 2008 Share Posted July 10, 2008 I'm trying to highlight table rows on hover created by php DB querys can't seem to echo this, onclick="location.href='http://www.ezarttrader.com/sellart.php';" anybody have a suggestion? Link to comment https://forums.phpfreaks.com/topic/114155-solved-is-it-possible-to-echo-this/ Share on other sites More sharing options...
CMC Posted July 10, 2008 Share Posted July 10, 2008 echo "onclick=\"location.href='http://www.ezarttrader.com/sellart.php'\""; Link to comment https://forums.phpfreaks.com/topic/114155-solved-is-it-possible-to-echo-this/#findComment-586810 Share on other sites More sharing options...
papaface Posted July 10, 2008 Share Posted July 10, 2008 echo "onclick=\"location.href='http://www.ezarttrader.com/sellart.php'\""; Should be: echo "onclick=\"location.href='http://www.ezarttrader.com/sellart.php';\""; Link to comment https://forums.phpfreaks.com/topic/114155-solved-is-it-possible-to-echo-this/#findComment-586824 Share on other sites More sharing options...
sager29 Posted July 10, 2008 Author Share Posted July 10, 2008 works fine, thanks Link to comment https://forums.phpfreaks.com/topic/114155-solved-is-it-possible-to-echo-this/#findComment-586848 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.