I would like to no how i can reload a frame.
I have three frames (header, main, footer) on my Default.aspx page i would like to no how to reload the header frameset i think its
<body onload="top.frames[0].location.reload()">
but this results in all other buttons on my page not to work?? and i cannot navigate away from the page.???
Replace your frames with <div> elements. Use proper (x)html mark-up, standard elements and attributes, no browser specific ones, and control the style with css.
i need to use frames...its already implemented in the application....
is there a way i can solve this problem whilst still using frames i think its a problem with javascript firing onload which doesnt allow the buttons on my form to work???