• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Refresh Page In other Frame

 
Ranch Hand
Posts: 645
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have a page which looks as below...
===========================================================================
    |
    | Top
    |
    |--------------------------------------------------
Left 
    |
    | Middle
    |
    |
    |
    |
    |
    |
    |
    |
    |
    |
    |
    |
    |
    |
    |
    |
    |
===========================================================================
I have want to refresh page in Top frame..after loading page in middle frame
Thanx in adv.
Cheers
Praful
[ March 15, 2004: Message edited by: Praful Thakare ]
[ March 15, 2004: Message edited by: Praful Thakare ]
 
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
put in a middle frame:
parent.topFrameName.location.href="new url";
[ March 15, 2004: Message edited by: Yuriy Fuksenko ]
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Praful,
Do u want to refresh the page after every some x seconds or refresh only once?
-Mouli.
reply
    Bookmark Topic Watch Topic
  • New Topic