VBScript

M

Mat

How can you run this VBscript if your browser does not support VBScript?

If Request.Browser.VBScript = True Then
Response.Write("This browser supports VBScript")
End If
 
C

Cowboy \(Gregory A. Beamer\)

You can't. You can still set up VBScript, but it will be ignored by other
browsers, which is a reason, at least potentially, to include it. I would
stick to JavaScript myself.
 
M

Mat

txs but this is weird

Cowboy (Gregory A. Beamer) said:
You can't. You can still set up VBScript, but it will be ignored by other
browsers, which is a reason, at least potentially, to include it. I would
stick to JavaScript myself.
 

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

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top