ept5452
January 17th, 2001, 11:40 AM
I am trying to program a simple ASP. I have IE 5.5 and nothing is happening. What am I doing wrong?
@ Language=VBScript
MsgBox("Hello World")
@ Language=VBScript
MsgBox("Hello World")
|
Click to See Complete Forum and Search --> : Hello World Question ept5452 January 17th, 2001, 11:40 AM I am trying to program a simple ASP. I have IE 5.5 and nothing is happening. What am I doing wrong? @ Language=VBScript MsgBox("Hello World") CtrlAltDel January 18th, 2001, 09:00 AM You seem to be mixing your server-side script (ASP) and client-side. It should be something along these lines... CtrlAltDel January 18th, 2001, 09:02 AM P.S. Why are you posting a question about ASP in the ASP.NET section? Just wondering... CtrlAltDel January 18th, 2001, 09:04 AM Useless BB, claims to allow HTML, but then strips out my code... so, replace the []s with s [%@ language="VBScript" %] MsgBox("Hello World") codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |