hi there....
i want to do something like that
a dynamic button that shoudl behave like when mouse rolled over it should change its location. is there any function in php that can do it for or i hav to write my onw one???
if there is any plz. tell me.
Regards.
button and mouse control
Moderator: General Moderators
-
cravikiran
- Forum Newbie
- Posts: 7
- Joined: Sat Sep 18, 2004 4:55 pm
no
No it is not possible in php without resubmiting the page or using Iframes which will come back to using some javascript any way to manipulate the page.
PHP is server side and has no control over the client machine.
Once PHP leaves the server it can't do any more manipulation of the page.
Javascript is client side so it can do what it wants(within the given rules) on the client machine.
phpScott
PHP is server side and has no control over the client machine.
Once PHP leaves the server it can't do any more manipulation of the page.
Javascript is client side so it can do what it wants(within the given rules) on the client machine.
phpScott