Syntax for linking to javascript/vbscript on the server side/client side

E

Eitan

Helo,
I need to link the aspx page to a general vbscript (run on the server side).
The code has the line :
<%@ page language="vb" autowventWireUp="false" codeBehind="myasp.aspx.vb"
inherits "myProg.myasp"%>

If I want to use a general vbscript, that is good for all of my aspx forms,
is it just put another line as above, or there are more things I should do.
Need an example, please.

Also,
I need code for doing the same for the client side of the aspx page.
Is it the syntax : <script language="vb" src="" /> ?
Need sample code, please.

Thanks :)
 
E

Eitan

....
Also, using vb code,
from another vb code (that may be a class).
i.e. myAspx.aspx.vb using the code of general.vb (can it be java, or c#) .

Thanks :)
 
E

Eitan

....
Also, using vb code,
from another vb code (that may be a class).
i.e. myAspx.aspx.vb using the code of general.vb (can it be java, or c#) .

Thanks :)
 

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,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top