guiltyverdict
Technical User
Hi everybody,
I am using frames for the support section of my website. The frames are split vertically. I used dynamic drives Collapsible Frame Script The left frame collapses and the right frame is visible.
What i would like to happen is when the user collapses the left frame, a link in the right frame unhides. I know that im going to have to use <div> and onclick or something to that effect. I'm not that good at creating javascript and any help would be appreciated. Here are the specs:
<frameset rows="*" cols="174,*" border="1" frameborder="1" FRAMESPACING="6" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<frame src="navigation-frame.html" name="leftFrame" scrolling="no" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" FRAMEBORDER="0" BORDER="1" BORDERCOLOR="#6699CC">
<frame src="frame-index.html" name="rightFrame" FRAMEBORDER="no" BORDER="0" BORDERCOLOR="#6699CC" scrolling="no">
</frameset>
The link in the left frame to collapse the menu is like this:
<a href="javascriptarent.resizeFrame('1,*')">Collapse</a>
If you need anymore info ill be glad to give it to you.
Thz
Dan R.
I am using frames for the support section of my website. The frames are split vertically. I used dynamic drives Collapsible Frame Script The left frame collapses and the right frame is visible.
What i would like to happen is when the user collapses the left frame, a link in the right frame unhides. I know that im going to have to use <div> and onclick or something to that effect. I'm not that good at creating javascript and any help would be appreciated. Here are the specs:
<frameset rows="*" cols="174,*" border="1" frameborder="1" FRAMESPACING="6" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<frame src="navigation-frame.html" name="leftFrame" scrolling="no" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" FRAMEBORDER="0" BORDER="1" BORDERCOLOR="#6699CC">
<frame src="frame-index.html" name="rightFrame" FRAMEBORDER="no" BORDER="0" BORDERCOLOR="#6699CC" scrolling="no">
</frameset>
The link in the left frame to collapse the menu is like this:
<a href="javascriptarent.resizeFrame('1,*')">Collapse</a>
If you need anymore info ill be glad to give it to you.
Thz
Dan R.