close page with vbscript clientside

P

Phil Di Guillielmo

HI, I would like to close my webpage with vbscript clientside,
sort of Application.Quit
 
K

Kae Verens

Phil said:
HI, I would like to close my webpage with vbscript clientside,
sort of Application.Quit

why?

JavaScript is much more prevalent than VBscript.

window.close() in JavaScript. Only use it on popups.

don't crosspost

Kae
 
P

Phil Di Guillielmo

Kae Verens said:
why?

JavaScript is much more prevalent than VBscript.

window.close() in JavaScript. Only use it on popups.

don't crosspost

Kae

You're right, and wit JS you can avoid the annoying window popup :

<script>
window.opener = 'm';
window.close();
</script>

Thanks !

FILIP [http://users.tijd.com/fiwi]
 
L

Leif K-Brooks

Kae said:
don't crosspost

There's nothing wrong with cross-posting when it's done to two or three
groups which are relevant to the question at hand.
 
K

Kae Verens

Leif said:
There's nothing wrong with cross-posting when it's done to two or three
groups which are relevant to the question at hand.

except that vb is only relevant to 1 of the 5 newsgroups

Kae
 
L

Leif K-Brooks

Kae said:
except that vb is only relevant to 1 of the 5 newsgroups

Vbscript is relevant to at least alt.html and
microsoft.public.scripting.vbscript, but "don't crosspost" would be bad
advice even if this particular crosspost wasn't relevant to any of its
groups.
 
M

Mark Parnell

There's nothing wrong with cross-posting when it's done to two or three
groups which are relevant to the question at hand.

In this case there are 5, but yes, the advice should have been more
specific than just "don't crosspost".
 
P

Phil Di Guillielmo

Leif K-Brooks said:
Vbscript is relevant to at least alt.html and
microsoft.public.scripting.vbscript, but "don't crosspost" would be bad
advice even if this particular crosspost wasn't relevant to any of its
groups.

I agree,
I should only say "don't Multipost".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,040
Latest member
papereejit

Latest Threads

Top