MichaelMackey Posted June 23, 2008 Share Posted June 23, 2008 So this seems like a simple thing to fix, I just can't for the life of me get a google search that has some reliable info on it. It may be that I just don't know what I'm looking for, anyway here it is: echo '<a style="text-decoration: none" href="javascript://" onclick="document.getElementById(\'pageNo\').value = '.$i.'; document.lookup.submit();">'.'...'.'</a>'; I have a few lines like this to create paging. On my other pages it works but I had to use "onclick" for this page and suddenly the little mouse over hand has disappeared when I mouse over the numbers. How can I fix this? Thanks, Mike. Link to comment https://forums.phpfreaks.com/topic/111513-solved-href-onclick-and-wheres-my-hand/ Share on other sites More sharing options...
dannyb785 Posted June 23, 2008 Share Posted June 23, 2008 I tried the code and I see a hand when I hover. But if it doesnt show up for you, do: onMouseOver="this.style.cursor='pointer'" Link to comment https://forums.phpfreaks.com/topic/111513-solved-href-onclick-and-wheres-my-hand/#findComment-572325 Share on other sites More sharing options...
MichaelMackey Posted June 23, 2008 Author Share Posted June 23, 2008 thanks, that worked Link to comment https://forums.phpfreaks.com/topic/111513-solved-href-onclick-and-wheres-my-hand/#findComment-572357 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.