Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Syntax for linking to javascript/vbscript on the server side/client side

Reply
Thread Tools

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

 
 
Eitan
Guest
Posts: n/a
 
      06-04-2005
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



 
Reply With Quote
 
 
 
 
Eitan
Guest
Posts: n/a
 
      06-04-2005
....
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


 
Reply With Quote
 
 
 
 
Eitan
Guest
Posts: n/a
 
      06-04-2005
....
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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need server-side solution to linking in frames Pablo Java 2 06-05-2007 04:49 PM
Server-Side Control - Embedded Server-Side Code - Inline Mythran ASP .Net 2 01-22-2005 01:02 AM
client-side browser timeout OR server-side web server timeout?? (please help) jrefactors@hotmail.com HTML 1 01-04-2005 06:13 AM
client-side browser timeout OR server-side web server timeout?? (please help) jrefactors@hotmail.com Java 0 01-04-2005 04:06 AM
data synchronisation - java server side or www server side? Thor Java 1 07-02-2003 05:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57