Where is the DefaultClientScript property in VS 2005

G

Guest

In the beta for ASP 2.0, there was a property to change the default scripting
language for a page (DefaultClientScript). I can not find it in the release.
ANyone know what happened to it or how to set the default script without
using the code behind page?

Thanks your help!
 
C

Christopher Reed

The DefaultClientScript is now a DOCUMENT property under VS 2005 (VWD). The
html equivalent is either on of these:

<meta content="text/VBScript" http-equiv="content-script-type" />
<meta content="text/JScript" http-equiv="content-script-type" />
 

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
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top