Javascript and VBScript

J

John Peter

i have an asp page where i am using a component that works if i use <%@
Language= Javascript> at the top.

But i also want to use VBScript functions in the asp code. how can i do
that?

Thanks,
John.
 
C

Chris Barber

Use:

<script language="LanguageOfChoice" runat="Server">

... script ...

</script>

The @ directive applies only for usage of <% and %> as script delimiters.

Chris.

i have an asp page where i am using a component that works if i use <%@
Language= Javascript> at the top.

But i also want to use VBScript functions in the asp code. how can i do
that?

Thanks,
John.
 

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,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top