Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript Reload

Status
Not open for further replies.

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=&quot;javascript&quot; type=&quot;text/javascript&quot;>
<!--
if (parent.side){
//my side frame is named &quot;side&quot;
parent.side.location.reload();
}
-->
</script>

thanks for any help
 
just fixed it.. I had the function named wrong.. thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top