hello
i hv a problem.
[HTML]document.getEle mentById('s_' + route_id[x] ).click();[/HTML]
this works in IE fine but not in FF. i want this works when page is loaded. no mouse click is needed for that. it works in IE fine, but in firefox, no working
any solution?
User Profile
Collapse
-
click() problem in firefox
-
reazrana replied to 'Innertext' to write in a table cell generated through HTML doesn't work in firefoxin Javascriptuse textContent for innerText in FireFox... -
Iframe problem in firefox
hello,
Code:document.iframe_id.form_id.elements.length
any tips?? -
access parent variable in FireFox
hello,
how can i access parent variable from child page??
parent.variable _name works in IE but not in Firefox.
any tips??? -
wow i got the solution..
[CODE=javascript]eval("document. getElementById( '" + tblName + "').rows[0].cells[" + cellNo + "].innerHTML = document.getEle mentById('seat_ " + seatNo + "').textContent " ); //innerText[/CODE]Leave a comment:
-
eval() problem in Firefox
hello,
i hv some probs with eval() in firefox. it works in IE nicely.
here is the code.
[PHP]eval("document. getElementById( '" + tblName + "').rows[0].cells[" + cellNo + "].innerHTML = document.getEle mentById('seat_ " + seatNo + "').innenTe xt" ); //innerText[/PHP]
any soluation??
No activity results to display
Show More
Leave a comment: