zzfive03
Programmer
- Jun 11, 2001
- 267
Hello;
I have a site that has 2 frames. The side frame has pulldowns that let you select the page that will be loaded when a choice is made. I have the problem however of my pulldowns not reseting upon change. Is there a way to have the pulldowns reset after they change? If not, is there a javascript that I can write on the main page that reloads the side page? This is what I tryed, but it does not appear to be working correctly:
<script language="javascript" type="text/javascript">
<!--
if (parent.side){
//my side frame is named "side"
parent.side.location.reload();
}
-->
</script>
thanks for any help
I have a site that has 2 frames. The side frame has pulldowns that let you select the page that will be loaded when a choice is made. I have the problem however of my pulldowns not reseting upon change. Is there a way to have the pulldowns reset after they change? If not, is there a javascript that I can write on the main page that reloads the side page? This is what I tryed, but it does not appear to be working correctly:
<script language="javascript" type="text/javascript">
<!--
if (parent.side){
//my side frame is named "side"
parent.side.location.reload();
}
-->
</script>
thanks for any help