mercredi 1 avril 2015

Form, input, onMouseOver - onMouseOut and browsers

I've a form (POST) with this INPUT (a line), in a JSP file:



<INPUT TYPE="submit" VALUE="Executar" name="1" id="Execute"
style="visibility:hidden" onMouseOver="window.status='http://ift.tt/1C8UbzA'"
onMouseOut="window.status=''">


It works with:



  • IE 6 and Mozilla Firefox 36.0.4: See my onMouseOver.


It doesn't work with:




  • Mothilla firefox 9.01 and Chrome 41.0: Nothing it appears.




  • IE 9: It appears '*http://.rhcloud.com/directory/filename.jsp#'




I would like to improve my INPUT (for all browsers) with only '*.rhcloud.com'.


Aucun commentaire:

Enregistrer un commentaire