Click here to Skip to main content
15,895,142 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: User controls Pin
Christian Graus8-May-07 18:17
protectorChristian Graus8-May-07 18:17 
QuestionUsing the SQLDataReader Pin
No-e8-May-07 6:01
No-e8-May-07 6:01 
AnswerRe: Using the SQLDataReader Pin
Fred_Smith8-May-07 7:31
Fred_Smith8-May-07 7:31 
GeneralRe: Using the SQLDataReader Pin
No-e8-May-07 7:37
No-e8-May-07 7:37 
GeneralRe: Using the SQLDataReader Pin
Fred_Smith8-May-07 8:24
Fred_Smith8-May-07 8:24 
QuestionReorder Items a Listbox Pin
ljuliuss8-May-07 5:59
ljuliuss8-May-07 5:59 
QuestionVBScript in an external file Pin
#realJSOP8-May-07 4:17
mve#realJSOP8-May-07 4:17 
AnswerRe: VBScript in an external file Pin
andyharman8-May-07 4:36
professionalandyharman8-May-07 4:36 
Hi John

To include VbScript for server-side code:
<script language="VBSCRIPT" src="Inc/Global.vbs" runat="Server"> </script>
or:
<!--#include file="Inc/CheckSecurity.asp" -->

To include VbScript for client-side code (but only for IE browsers:
<script src="Inc/global.vbs" language="VbScript"> </script>

Regards
Andy
GeneralRe: VBScript in an external file Pin
#realJSOP8-May-07 4:56
mve#realJSOP8-May-07 4:56 
QuestionForm Confusion Pin
No-e8-May-07 4:11
No-e8-May-07 4:11 
AnswerRe: Form Confusion Pin
Guffa8-May-07 6:02
Guffa8-May-07 6:02 
GeneralRe: Form Confusion Pin
No-e8-May-07 6:04
No-e8-May-07 6:04 
Questionscrollable div Pin
xxrono8-May-07 4:09
xxrono8-May-07 4:09 
AnswerRe: scrollable div Pin
#realJSOP8-May-07 4:14
mve#realJSOP8-May-07 4:14 
GeneralRe: scrollable div Pin
xxrono8-May-07 4:42
xxrono8-May-07 4:42 
GeneralRe: scrollable div Pin
#realJSOP8-May-07 4:58
mve#realJSOP8-May-07 4:58 
GeneralRe: scrollable div Pin
RichardGrimmer8-May-07 5:51
RichardGrimmer8-May-07 5:51 
GeneralRe: scrollable div Pin
xxrono8-May-07 6:08
xxrono8-May-07 6:08 
GeneralRe: scrollable div Pin
#realJSOP8-May-07 6:28
mve#realJSOP8-May-07 6:28 
GeneralRe: scrollable div Pin
xxrono8-May-07 7:24
xxrono8-May-07 7:24 
GeneralRe: scrollable div Pin
RichardGrimmer8-May-07 21:45
RichardGrimmer8-May-07 21:45 
GeneralRe: scrollable div Pin
xxrono8-May-07 23:51
xxrono8-May-07 23:51 
GeneralRe: scrollable div Pin
RichardGrimmer9-May-07 5:22
RichardGrimmer9-May-07 5:22 
QuestionSAVING IMAGE TO MSSQL2000 IN ASP.NET Pin
hifiger20048-May-07 1:28
hifiger20048-May-07 1:28 
AnswerRe: SAVING IMAGE TO MSSQL2000 IN ASP.NET Pin
Tarakeshwar Reddy8-May-07 3:48
professionalTarakeshwar Reddy8-May-07 3:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.