Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

ఇంకా తెలుసుకోండి

var srcElement = event.srcElement; this command works vith IE

  • 2 ప్రత్యుత్తరాలు
  • 1 ఈ సమస్య కలిగినది
  • 3 వీక్షణలు
  • చివరి సమాధానమిచ్చినది Rodo1

more options
function showMenu(menuToShow)
{
var srcElement = event.srcElement; 
var xPos = parseInt(srcElement.offsetLeft); 
var yPos = parseInt(srcElement.offsetTop);
menuToShow.style.left =	xPos + (srcElement.width);
menuToShow.style.top = yPos;
}
<pre><nowiki>function showMenu(menuToShow) { var srcElement = event.srcElement; var xPos = parseInt(srcElement.offsetLeft); var yPos = parseInt(srcElement.offsetTop); menuToShow.style.left = xPos + (srcElement.width); menuToShow.style.top = yPos; }</nowiki></pre>

న cor-el చే మార్చబడినది

ప్రత్యుత్తరాలన్నీ (2)

more options

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25