Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: how to use!


Message #1 by SUNWEN <mrfat@c...> on Wed, 24 Jan 2001 11:38:19 +0800
hello,i come back again.

i have a reload question.for example,i have a page,there is a link in the page,and after i click the link,open a new window.in this
new window,there is a button named "reload",when i click the button,the old window(the new window's parent window) will be reloaded.

how to do this!help me!thank you!

mrfat@c...



Message #2 by Mona Elias <MonaE@i...> on Wed, 24 Jan 2001 08:33:53 +0200
Hi,



You can do :

<a href="file_name(the parent window name)"><input Button...........></a> 







-----Original Message-----

From: SUNWEN [mailto:mrfat@c...]

Sent: Wednesday, January 24, 2001 5:38 AM

To: ASP Web HowTo

Subject: [asp_web_howto] how to use!





hello,i come back again.

i have a reload question.for example,i have a page,there is a link in the

page,and after i click the link,open a new window.in this new window,there

is a button named "reload",when i click the button,the old window(the new

window's parent window) will be reloaded.

how to do this!help me!thank you!

mrfat@c...

Message #3 by Gregory_Griffiths@c... on Wed, 24 Jan 2001 09:17:01 +0000
yes you can, something like :



window.opener.close();



in javascript should work, although some browsers will give you a 

warning when this happens.



> -----Original Message-----

> From: mrfat@c... [mailto:mrfat@c...]

> Sent: 24 January 2001 03:38

> To: asp_web_howto@p...

> Cc: mrfat@c...

> Subject: [asp_web_howto] how to use!

> 

> 

> hello,i come back again.

> i have a reload question.for example,i have a page,there is a 

> link in the page,and after i click the link,open a new 

> window.in this new window,there is a button named 

> "reload",when i click the button,the old window(the new 

> window's parent window) will be reloaded.

> how to do this!help me!thank you!

> mrfat@c...

> 
Message #4 by "Wally Burfine" <oopconsultant@h...> on Wed, 24 Jan 2001 14:51:53 -0000
How about:



<input type=Button onclick='opener.location.reload()' ...........>



Wally Burfine



>From: Mona Elias <MonaE@i...>

>Reply-To: "ASP Web HowTo" <asp_web_howto@p...>

>To: "ASP Web HowTo" <asp_web_howto@p...>

>Subject: [asp_web_howto] RE: how to use!

>Date: Wed, 24 Jan 2001 08:33:53 +0200

>

>Hi,

>

>You can do :

><a href="file_name(the parent window name)"><input Button...........></a>

>

>

>

>-----Original Message-----

>From: SUNWEN [mailto:mrfat@c...]

>Sent: Wednesday, January 24, 2001 5:38 AM

>To: ASP Web HowTo

>Subject: [asp_web_howto] how to use!

>

>

>hello,i come back again.

>i have a reload question.for example,i have a page,there is a link in the

>page,and after i click the link,open a new window.in this new window,there

>is a button named "reload",when i click the button,the old window(the new

>window's parent window) will be reloaded.

>how to do this!help me!thank you!

>mrfat@c...

>

  Return to Index