function fnAlert()
{
radalert(1);
radalert(2);
radalert(3);
}
When this function is called first alert is displayed. On clicking ok button in the alert, the screen gets frozen.
This is working fine in Mozilla but not in IE 7.
How to make all three alerts display with out the above said issue ?
Thanks,
SudhaKaran S.
{
radalert(1);
radalert(2);
radalert(3);
}
When this function is called first alert is displayed. On clicking ok button in the alert, the screen gets frozen.
This is working fine in Mozilla but not in IE 7.
How to make all three alerts display with out the above said issue ?
Thanks,
SudhaKaran S.