Ztruker
04-27-2006, 10:56 PM
As the subject says, IE is not executing
<a href="javascript:checkInput('3')">3i</a>
Works fine in Mozilla, SeaMonkey or FireFox.
The function is as follows:
function checkInput(day)
{
alert('Got here');
}
It never gets invoked.
Because of the way my Web pages are constructed, the Javascript functions are all in the body of the page, not the head.
One more wrinkle, this works with IE on my XP Pro system but not with IE on either of my brothers XP Home systems. We are all running the latest version of IE. Is there some setting I'm overlooking that forces some kind of "Strict" HTML interpretation? Any ideas greatly appreciated.
If this is the wrong forum for this question kindly point me elsewhere.
Thanks,
Rich
<a href="javascript:checkInput('3')">3i</a>
Works fine in Mozilla, SeaMonkey or FireFox.
The function is as follows:
function checkInput(day)
{
alert('Got here');
}
It never gets invoked.
Because of the way my Web pages are constructed, the Javascript functions are all in the body of the page, not the head.
One more wrinkle, this works with IE on my XP Pro system but not with IE on either of my brothers XP Home systems. We are all running the latest version of IE. Is there some setting I'm overlooking that forces some kind of "Strict" HTML interpretation? Any ideas greatly appreciated.
If this is the wrong forum for this question kindly point me elsewhere.
Thanks,
Rich