I have the following code in a HTML page:
<body onload="alert('About to call the function'); deadCentre()" style="margin-left: 0; margin-top: 0;">
I stuck in the alert to make sure that the onLoad event was actually being fired but even the alert doesn't show anything. Am I missing something?
This particular page is within a frameset but I didnt think that would be an issue.
Mighty
<body onload="alert('About to call the function'); deadCentre()" style="margin-left: 0; margin-top: 0;">
I stuck in the alert to make sure that the onLoad event was actually being fired but even the alert doesn't show anything. Am I missing something?
This particular page is within a frameset but I didnt think that would be an issue.
Mighty