Groups | Blog | Home
all groups > dotnet jscript > august 2005 >

dotnet jscript : 2 Newbie Questions


Mark
8/10/2005 9:06:30 AM
Hello,

I have 2 questions regarding jscript.

1. How do you call display another web page using jscript?

2. How do you refresh the web browser using jscript.

Any help would be greatly appreciated!
Thanks in advance.

Serge Baltic
8/24/2005 5:55:27 AM
Hello,

m> 1. How do you call display another web page using jscript?

document.location = "http://…";

m> 2. How do you refresh the web browser using jscript.

document.location.reload();

(H) Serge

AddThis Social Bookmark Button