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="content s"
src="../Banner.htm">
<frameset cols="225,*">
<frame name="contents" target="main" src="homeLeft.h tml"
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=N L&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=N L&page=/iconnect/default.htm'">
won't work
Do I have to declare parent.main.loc ation.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="content s"
src="../Banner.htm">
<frameset cols="225,*">
<frame name="contents" target="main" src="homeLeft.h tml"
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=N L&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=N L&page=/iconnect/default.htm'">
won't work
Do I have to declare parent.main.loc ation.href somewhere?
Elke
Comment