Hello, i want to control the windows.status bar with a php link like this:
echo " <a
href=\"javascri pt:openCentered ('re.php?logid= $logid&id=$id,' codes','480','2 30','scrollbar= yes')\"
OnMouseOver=\"w indow.status='I ndoDutchMatchin g!'; return true;\"
OnMouseOut=\"wi ndow.status='In doDutchMatching '; return true;\"
OnMousePress=\" window.status=' IndoDutchMatchi ng'; 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
echo " <a
href=\"javascri pt:openCentered ('re.php?logid= $logid&id=$id,' codes','480','2 30','scrollbar= yes')\"
OnMouseOver=\"w indow.status='I ndoDutchMatchin g!'; return true;\"
OnMouseOut=\"wi ndow.status='In doDutchMatching '; return true;\"
OnMousePress=\" window.status=' IndoDutchMatchi ng'; 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
Comment