Hello all,
I have a javascript that works in Netscape 4.x and 6 but
not in IE. A different variation I tried worked in IE 5.0
only, so I think I probably am missing something.
Anyway when a user clicks on a form element a page in a frame is loaded displaying help information. What happens is that as they change focus so does the value of the variable (which is the corresponding html page). So I have tried the following to force an update everytime the variable changes: Any ideas why this doesn't work on all browsers would be great and I am also open to any ideas of
possibly incorporating all files into one page then just loading the appropriate html string.
function RLoad(HlpLoc)
{
location.href = " + HlpLoc;
location.reload
}
I have a javascript that works in Netscape 4.x and 6 but
not in IE. A different variation I tried worked in IE 5.0
only, so I think I probably am missing something.
Anyway when a user clicks on a form element a page in a frame is loaded displaying help information. What happens is that as they change focus so does the value of the variable (which is the corresponding html page). So I have tried the following to force an update everytime the variable changes: Any ideas why this doesn't work on all browsers would be great and I am also open to any ideas of
possibly incorporating all files into one page then just loading the appropriate html string.
function RLoad(HlpLoc)
{
location.href = " + HlpLoc;
location.reload
}