komquat Posted June 14, 2007 Share Posted June 14, 2007 Can I run a php script with the onmouseover command? Please help if possible, where can I get information on it? Thanks Maybe something like this? <a onmouseover='document.name.??? = script.php'>something</a> Quote Link to comment Share on other sites More sharing options...
paul2463 Posted June 14, 2007 Share Posted June 14, 2007 no you cant - not on the same page PHP script is parsed and worked upon before it is passed to your browser which then works client side with javascript and html, you cannot interact with php scripts from the client side unless you refresh the page or send it to another page where the PHP will be parsed and worked on first again. HTH Quote Link to comment Share on other sites More sharing options...
komquat Posted June 14, 2007 Author Share Posted June 14, 2007 Thanks I will have to call a new page then! Quote Link to comment 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.