Plese Help- Onmouseover javascript
-
I use following code of in ASP, and the respective JavaScript first 2 line of JavaScript working well but JavaScript onMouseOver is not working Please help HTML code in ASP
Javascript code document.getElementById("tempimg1").src = image; document.getElementById("cmbSkin1").value = name; document.getElementById("tempimg1").onMouseOver = function(){showtrail("\'"+ image +"\'"+,+"\'"+ name +"\'"+,+430,438)} I also used follwing document.getElementById("tempimg1").onMouseOver = showtrail("\'"+ image +"\'"+,+"\'"+ name +"\'"+,+430,438) document.getElementById("tempimg1").onMouseOver = "showtrail("\'"+ image +"\'"+,+"\'"+ name +"\'"+,+430,438)" I also searched on google Applied logic, but not succeed Please help
Amit Battan Ror battan20@gmail.com
-
I use following code of in ASP, and the respective JavaScript first 2 line of JavaScript working well but JavaScript onMouseOver is not working Please help HTML code in ASP
Javascript code document.getElementById("tempimg1").src = image; document.getElementById("cmbSkin1").value = name; document.getElementById("tempimg1").onMouseOver = function(){showtrail("\'"+ image +"\'"+,+"\'"+ name +"\'"+,+430,438)} I also used follwing document.getElementById("tempimg1").onMouseOver = showtrail("\'"+ image +"\'"+,+"\'"+ name +"\'"+,+430,438) document.getElementById("tempimg1").onMouseOver = "showtrail("\'"+ image +"\'"+,+"\'"+ name +"\'"+,+430,438)" I also searched on google Applied logic, but not succeed Please help
Amit Battan Ror battan20@gmail.com
asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="images/zoek-btn.gif" style="margin-left:2px; margin-top:3px;" onmouseover="this.src='images/zoek-btn-hover.gif'" onmouseout="this.src='images/zoek-btn.gif'" />
-
asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="images/zoek-btn.gif" style="margin-left:2px; margin-top:3px;" onmouseover="this.src='images/zoek-btn-hover.gif'" onmouseout="this.src='images/zoek-btn.gif'" />
am working with asp not with asp.net
Amit Battan Ror battan20@gmail.com
-
am working with asp not with asp.net
Amit Battan Ror battan20@gmail.com
Amit Battan Ror wrote:
am working with asp not with asp.net
Then You are in wrong Forum :doh:
cheers, Abhijit My Recent Article : Beginner's Guide To View State