E
E.J.M. Fakkeldij
Hello,
I'm rather new in javascript programming.
I have a frame:
<frameset framespacing="0" border="0" rows="47,*" frameborder="0">
<frame name="banner" scrolling="no" noresize target="contents"
src="../Banner.htm">
<frameset cols="225,*">
<frame name="contents" target="main" src="homeLeft.html"
scrolling="auto">
<frame name="main" src="../Inhoud.htm">
</frameset>
en I like to target from contents to main:
<SPAN
ONCLICK="parent.location.href='http://www.ic2.com/scripts/vert.exe?lang=NL&page=/iconnect/default.htm'">
but the page opens in contents.
Also
<SPAN
ONCLICK="parent.main.location.href='http://www.ic2.com/scripts/vert.exe?lang=NL&page=/iconnect/default.htm'">
won't work
Do I have to declare parent.main.location.href somewhere?
Elke
I'm rather new in javascript programming.
I have a frame:
<frameset framespacing="0" border="0" rows="47,*" frameborder="0">
<frame name="banner" scrolling="no" noresize target="contents"
src="../Banner.htm">
<frameset cols="225,*">
<frame name="contents" target="main" src="homeLeft.html"
scrolling="auto">
<frame name="main" src="../Inhoud.htm">
</frameset>
en I like to target from contents to main:
<SPAN
ONCLICK="parent.location.href='http://www.ic2.com/scripts/vert.exe?lang=NL&page=/iconnect/default.htm'">
but the page opens in contents.
Also
<SPAN
ONCLICK="parent.main.location.href='http://www.ic2.com/scripts/vert.exe?lang=NL&page=/iconnect/default.htm'">
won't work
Do I have to declare parent.main.location.href somewhere?
Elke