I tried using
onPageLoad: function() {
alert("hi");
}
but it won't work. I need it for a Firefox extension.
Any suggestions please?
|
I tried using
but it won't work. I need it for a Firefox extension. Any suggestions please?
| |||||||||
feedback
|
|
If you want to do this in vanilla javascript, just use the
| |||
|
feedback
|
|
Assuming you meant the onload-event: You should use a javascript library like jQuery to make it work in all browsers.
If you really don't want to use a javascript library (Don't expect it to work well in all browsers.):
| |||||
feedback
|
or
for your example
EDIT - For the extension in firefox On page load example | ||||
|
feedback
|
| |||
|
feedback
|