Code Comments
Programming Forum and web based access to our favorite programming groups.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','23
0','scrollbar=yes')\"
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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.