Tagged Questions
The onpageloadstring tag has no wiki summary.
1
vote
5answers
8k views
How do you use onPageLoad in Javascript?
I tried using
onPageLoad: function() {
alert("hi");
}
but it won't work. I need it for a Firefox extension.
Any suggestions please?
0
votes
2answers
47 views
I am passsing an xhtml tag ID in onPageLoad('TableID') function
Javascripts are in script.js file which I have called in the xhtml file.
But it is throwing error at line where I have calling onpageload function saying " object expected.
However, if I have the ...