Entertainment with studies
Home
Sunday, 14 July 2013
ASP program to create a variable
Posted by Unknown on 09:39 with
No comments
<!DOCTYPE html>
<html>
<body>
<%
dim name
name="Donald Duck"
response.write("My name is: " & name)
%>
</body>
</html>
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Search
Blogger templates
Popular Posts
PHP program to reverse a string
<!DOCTYPE html> <html> <body> <% sometext = "Hello Everyone!" response.write(strReverse(sometext)) %> ...
(no title)
The Logical Operators Logical operators are mainly used to control program flow. Usually, you will find them as part of an if , a whil...
Origins of perl
Perl began as the result of one man's frustration and, by his own account, inordinate laziness. It is a unique language in ways that...
how to create a perl program
Creating the Program A Perl program consists of an ordinary text file containing a series of Perl statements. Statements are written in w...
PHP program to call a JavaScript procedure and a VBScript procedure using VBScript in ASP
<!DOCTYPE html> <html> <head> <% sub vbproc(num1,num2) Response.Write(num1*num2) end sub %> <script language=...
how to install perl
Installing Perl Installed It's critically important to have Perl installed on your computer before reading too much further. As you r...
UAE research assistant Nithin Padmanabhan missing for 3 days found dead in car
Nithin Padmanabhan was Research Assistant at the Biology Department of the UAE University of Al Ain Published Sunday, July 14, ...
Origins of perl
Origins Perl began as the result of one man's frustration and, by his own account, inordinate laziness. It is a unique language in w...
PHP program for uppercase or lowercase a string
<!DOCTYPE html> <html> <body> <% name = "Bill Gates" response.write(ucase(name)) response.write("<br...
The Logical Operators
The Logical Operators Logical operators are mainly used to control program flow. Usually, you will find them as part of an if , a while ,...
Blogger news
Blogroll
About
Pages
Home
Total Pageviews
0 comments:
Post a Comment