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? Quote 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'\""; Quote 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';\""; Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.