Refreshing Page through Jscript or VBScript 
Author Message
 Refreshing Page through Jscript or VBScript

How can I refresh the page via code in script  ?

Shay



Fri, 13 Dec 2002 03:00:00 GMT  
 Refreshing Page through Jscript or VBScript
Hi

Dont crosspost
document.location.reload(true);

--
Best Regards
 Vidar Petursson
==============================
  Microsoft Internet, Client, SDK MVP
==============================
 http://www.icysoft.com
 http://www.dna.is



==============================
 No matter where you go there you are
-

Quote:
> How can I refresh the page via code in script  ?

> Shay



Fri, 13 Dec 2002 03:00:00 GMT  
 Refreshing Page through Jscript or VBScript
OK , and refreshing an iFrame only in the page ?


Quote:
> Hi

> Dont crosspost
> document.location.reload(true);

> --
> Best Regards
>  Vidar Petursson
> ==============================
>   Microsoft Internet, Client, SDK MVP
> ==============================
>  http://www.icysoft.com
>  http://www.dna.is



> ==============================
>  No matter where you go there you are
> -


> > How can I refresh the page via code in script  ?

> > Shay



Fri, 13 Dec 2002 03:00:00 GMT  
 Refreshing Page through Jscript or VBScript
Please stop cross-posting to irrelevent newsgroups.

-/>
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/ifr...
</-

--
Dominic



Fri, 13 Dec 2002 03:00:00 GMT  
 Refreshing Page through Jscript or VBScript
Hi

<iframe src="bla" id="myiframe"></iframe>
<a href="JavaScript:myiframe.document.location.reload()">Refresh iFrame</a>

or through frames

parent.FRAMENAME.IFRAMENAME.document.location.reload();
--
--
Best Regards
   Vidar Petursson -
==============================
  Microsoft Internet, Client, SDK  MVP
==============================
Lead Client / Server / SQL programmer
 http://www.icysoft.com

 http://www.dna.is

 No matter where you go there you are.
==============================
--

Quote:
> OK , and refreshing an iFrame only in the page ?



> > Hi

> > Dont crosspost
> > document.location.reload(true);

> > --
> > Best Regards
> >  Vidar Petursson
> > ==============================
> >   Microsoft Internet, Client, SDK MVP
> > ==============================
> >  http://www.icysoft.com
> >  http://www.dna.is



> > ==============================
> >  No matter where you go there you are
> > -


> > > How can I refresh the page via code in script  ?

> > > Shay



Fri, 13 Dec 2002 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Help with Refreshing a Page with VBScript

2. Refreshing the page using VBScript?

3. Refresh page via vbscript?

4. Refreshing a page from another page

5. Vbscript class in jscript page (ASP)

6. VBScript and JScript in same ASP page

7. How to pass an n-dim array from VBScript to JScript within an ASP page

8. Using VBScript and JScript on a Web Page

9. Using VBScript and JScript on a Web Page

10. VBScript and JScript in same ASP page

11. call a jscript-function in the vbscript-part of an asp-page

12. jscript - frames - refresh

 

 
Powered by phpBB® Forum Software