Hi Ranchers,
I am facing the problem in Firefox version 3.0.6 it was working fine till Firefox version 3.0.3 as well as other browsers such as IE5,6,7 and Flock
Scenario :
Web page loads successfully first time. Then, redirected to the alert message box. While returning back from the alert message box which is having only one button OK. The parent page goes blank.
I had written the javascript function which needs to be called on onload event of the page. This function is successfully invoked in all other browsers except the Firefox 3.0.6.
But, when I had explicitly put an alert message in the javascript function then it is working fine!
Totally confused about the behaviour of the browsers.
Is there any way to sort the above problem.
Please refer the below code snippet
When look in the Error Console of the firefox it displays the onLoadWindow() not defined.
If it was not defined then how come the IE and FLOCK refer and display the page correctly?
Please help totally messed up....! Because the same is working in the lower version of Firefox!
