Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-17-2006, 08:36 AM   PM User | #1
ifwcreations
New to the CF scene

 
Join Date: Mar 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
ifwcreations is an unknown quantity at this point
Exclamation Refresh page from a pop window without retry

hello ,

I want to insert the selected name in my action list. for that first add the person name & then select the name & then want to inser them. but i am getting problem here ...

In Asp I have opened a popup window, from current window. And on closing that new 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

plz reply me @ subs_ifw@yahoo.com
thanks
ifwcreations is offline   Reply With Quote
Old 03-17-2006, 01:25 PM   PM User | #2
degsy
Senior Coder

 
Join Date: Nov 2002
Location: North-East, UK
Posts: 1,265
Thanks: 0
Thanked 0 Times in 0 Posts
degsy is on a distinguished road
In your popup you can refresh the opener after the process has finished

Code:
<script>
opener.location.reload();
</script>
degsy is offline   Reply With Quote
Old 03-18-2006, 05:39 AM   PM User | #3
ifwcreations
New to the CF scene

 
Join Date: Mar 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
ifwcreations is an unknown quantity at this point
Retry option..how can i remove it .??

thanks for your help..

this function i already used but this not helps me in a proper way.
i use the same in PHP, it works fine ..
here in asp i have the value in session. then these value get forwarded to the next page . on this page on action i opened a new pop - up window for taking values to the same window i opened....

but this gives me "Retry & close " option. it may be still coming coz i have the values in session. please help to get rid of it ..

thanks

Ankur Bhatnagar.
IFW Creations
ifwcreations is offline   Reply With Quote
Old 03-20-2006, 05:26 PM   PM User | #4
degsy
Senior Coder

 
Join Date: Nov 2002
Location: North-East, UK
Posts: 1,265
Thanks: 0
Thanked 0 Times in 0 Posts
degsy is on a distinguished road
You will get that message if you try to resubmit a form.

Use opener.location.href='page.asp'
degsy is offline   Reply With Quote
Old 03-21-2006, 11:13 AM   PM User | #5
ifwcreations
New to the CF scene

 
Join Date: Mar 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
ifwcreations is an unknown quantity at this point
Netscape giving an hidden error

hello,


we are facing more problem now ..
my values are are not comming at the desired location.
i am taking the value from the page 1 to page 2, then from page 2 i opened a pop-up box from there too i am taking some more values.

on the page 2 we are summiting all the values in a db file.

but after using this code (to remove thr "Retry option"), my page 1 vales get blank/ lost. and only my pop-up windows values remain there..
& i need the both values..


how can i collect my all the values without "retry option " ..??
as in past i am not facing this problem but i am geting the "retry error"

if someone know anything about it please help me out in this problem

thanks
ankur bhatnagar
ifwcreations is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:32 AM.


Advertisement
Log in to turn off these ads.