• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How to refresh parent page from a pop up without retry button ???

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dear all...

I am having a link in the parent page;
clicking on the link I am getting a pop up;
In the pop up, there is a text area & a submit button;
On clicking the submit button, I am saving the text in the database, closing the popup, and refreshing the parent page;
but i am getting a problem here ...

on closing the popup window I have to refresh the current window ( parernt window from which i open this pop up window )
It is refreshing but I am facing one problem.
that Windows Retry Option of Refreshing is Coming...
i want to remove this option & let the page auotomatically refresh ... .. but how ...???

Can anyone do this without Retry button ???

please reply me if any one here knows / can solve this ...
thanks
hozaifa
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hozaifa Azmi wrote:
that Windows Retry Option of Refreshing is Coming...


What are you talking about? Please be specific.
 
reply
    Bookmark Topic Watch Topic
  • New Topic