|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Frame Help
Hi I have two frames in a webpage. The first frame contains a page that has one textbox and a button. The second frame contains a page that takes the url typed in the textbox of first page and displays the page.
I want to refresh the second page automatically after 10 secs. how can i do it ? i tried using meta equiv =refresh but it shows a blank page at first refresh. Can someone plz help. TIA |
|
#2
|
|||
|
|||
|
Put this in first frame
<script> setTimeout("top.right.location = 'p.html'", 10000); </script> Note: Remember that top is a reserved word. So use names like upper and lower instead of top and bottom. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Frame Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|