What is Active Server Pages [asp]?
1.
A server side scripting language developed by Microsoft. While it does outclass Perl in terms of effectiveness and ease of use, php does offer more to the average web developer in terms of reliability, speed, and a shorter learning curve. It is also worth noting that ASP 3.0 comes in two flavours, VBScript and JavaScript.
<%@ language="VBScript" %>
<%
Response.Write("this is ASP")
Response.Write("<br />")
If Request.Querystring("action") = "page1" Then
Response.Write("you selected page 1")
Else
Response.Write("You selected some other page")
End If
%>
Random Words:
1.
The study of youtube.
"Yeah dude I just got my major in Youtubeology. So now I am like a expert in watching youtube vids."
S..
1.
i was on a trip with a friend and we were at starbucks and the lady making our coffee...well we never saw her till we got the coffee and..
1.
Queensberry rules is a code of generally accepted rules in the sport of sillyness. They were named so because the 9th Marquess of Queens..