|
|
Learning ASP Series -- Getting Your Hands Dirty With VBScriptI know some people don't like VBScript for ... but it's very easy to get familiar with, andonce you know how to create your ASP pages in ... you canmove on to any ... I know some people don't like VBScript for being <% Dim name name = "Tutan Khamen" %><%=name%>! An ancient Egyptian mummy! Another example: <%@Language=VBScript%> <% Option Explicit %> <% Dim number1, number2 number1 = 33 number2 = 44 %>The product of <%=number1%> and <%=number2%> is <%=number1 * number2%> So now its amply clear that whenever you want to insert Server Side code, or a part of it , you enclose it within <% %>.You can try making short programs and test run the page. Source: Free Articles from ArticlesFactory.com
ABOUT THE AUTHORAmrit Hallan is a freelance web designer. For all web site
development and web promotion needs, you can get in touch with him at http://www.bytesworth.com. For more such articles, visit http://www.bytesworth.com/articles and http://www.bytesworth.com/learn. |
||||||||||||||||||||||||||||||||||||||||||
Partners
|