dessie1981
Programmer
Hi Everyone,
I need to reload two frames on my site when a certain page is called by the user at the moment i am doing this in the body tag of the script as follows
However as i have added more functionality to my site in need to load an additional frame also,
Does anyone know the synax to do this (reloading 2 frames) or the best solution here.
Any help would be great.
Regards
Dessie
I need to reload two frames on my site when a certain page is called by the user at the moment i am doing this in the body tag of the script as follows
Code:
<body onLoad="parent.topFrame.location.reload();">
However as i have added more functionality to my site in need to load an additional frame also,
Does anyone know the synax to do this (reloading 2 frames) or the best solution here.
Any help would be great.
Regards
Dessie