For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > April 2005 > controlling the windows.status









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author controlling the windows.status
Irlan agous

2005-04-15, 8:55 am

Hello, i want to control the windows.status bar with a php link like this:

echo " <a
href=\"javascript:openCentered('re.php?logid=$logid& id=$id,'codes','480','230','scrollbar=ye
s')\"
OnMouseOver=\"window.status='IndoDutchMatching!'; return true;\"
OnMouseOut=\"window.status='IndoDutchMatching'; return true;\"
OnMousePress=\"window.status='IndoDutchMatching'; return true;\"><img
src=\"" . $fotoj . "\" border=1></a>\n";//


in this example only the MouseOver and MouseOut are working. But if i change
the <img src=\"" . $fotoj . "\" border=1> to
<input type='image' src=\"" . $fotoj . "\" border=1> The the MouseDown is
working, but the MouseOver and MouseOut not. What is the solution for all 3
to work?

Irlan


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com