this works perfectly wit FF but not with IE
<body onLoad="Calling();">
do you have any ideas why please?
Thank you
this works perfectly wit FF but not with IE
<body onLoad="Calling();">
do you have any ideas why please?
Thank you
Try
<body onload="Calling();">
Airshow
isn't it same?
Maybe not. In my version, "onload" is all lower case. It may make a difference, depending on doctype.
Airshow
i just tried
FF works but IE still does not work
thank you
In that case, there's probably a browser-dependent error in Calling.
Airshow
what is that mean?
thank you
Probably something in Calling() is generating an error in IE but not in Firefox.
Look at IE's javascript error messages (If you don't see a yellow triangle symbol or "Errors on page" in the browser's status bar, then turn on "Display a notification about every javascript error" in Internet options > Advanced).
Airshow
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.