Hi all, I am gonna make this real fast. Basically I can't get control of a frame that I want to change the location to.
Basically i have a document that creates two frames, one that maintains my url, and one that displays my page within the frame (called 'master'). Basically this format is used so that I can pass values and they won't be seen by the user.
Well my problem is that within the page that I am displaying I want to get control of that 'master' frame so that I can refresh my default page within it. I swore this was working for like two seconds, but for some reason it broke:
<script language='JavaScript'>top.master.location=default.htm'</script>
Any idea why it's not changing this location properly?
