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)) %> ...
Unary Arithmetic Operators in Perl Programming
The Unary Arithmetic Operators In common with C, Perl has two short hand unary operators that can prove useful. The unary arithmetic op...
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 ,...
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...
logical operators in perl programming
The Logical Operators Logical operators are mainly used to control program flow. Usually, you will find them as part of an if , a while ,...
PHP program to trim a string
<!DOCTYPE html> <html> <body> <% name = " W3Schools " response.write("visit" & name & ...
logical operators in perl programming
The Logical Operators Logical operators are mainly used to control program flow. Usually, you will find them as part of an if , a while ,...
ASP program to create a variable
<!DOCTYPE html> <html> <body> <% dim name name="Donald Duck" response.write("My name is: " & n...
wat are web pages
Web Pages Web pages are very useful. This explains some of the arguments: The simplest way to spread information on the ...
PHP program to create an array
<!DOCTYPE html> <html> <body> <% Dim famname(5),i famname(0) = "Jan Egil" famname(1) = "Tove" famn...
Blogger news
Blogroll
About
Pages
Home
Total Pageviews
0 comments:
Post a Comment