H
hunglm
Hi all,
I'm trying to get the latest URL that a user visited in the frame.
But it just doesn't work.
function setURL() {
//document.cc.fm.URL.value=document.main.location.href;
alert("onLoad");
alert("Page "+document.frames[0].location.href+" is loaded");
}
......
<FRAMESET rows="*,40%" >
<FRAME src="about:blank" name="main" onChange="setURL();">
<FRAME src="cc.html" name="cc">
What's the problem?
I'm trying to get the latest URL that a user visited in the frame.
But it just doesn't work.
function setURL() {
//document.cc.fm.URL.value=document.main.location.href;
alert("onLoad");
alert("Page "+document.frames[0].location.href+" is loaded");
}
......
<FRAMESET rows="*,40%" >
<FRAME src="about:blank" name="main" onChange="setURL();">
<FRAME src="cc.html" name="cc">
What's the problem?