Hi friends i am new to the java script and web development . I have one question i am not able to find the answer for that . . . The question is . In my html page i have two frames like
<frameset cols="25%,75%"> <frame name="test" src="frame_a.htm"/> <frame name="test1" src="frame_b.htm"/> </frameset>
and i need to refresh the second frame ie:test1 for every 10 second...
Can i know how to do this...
Thanks in advance....


Reply With Quote

Bookmarks