Computer Keywords  Meta tag Generator  Software  Whois  Web Programming  India Article  Write text using ASP  Submit Articles  Follow me on twitter

New Page 1

 

Free Newsletter

Custom Software

Software Process
Web Development
Review Our Site
Our Developments
ASP Tutorials
HTML/ DHTML Tutorials
Computer keywords
Whois

Link Exchange

Computer
Business
Marketing
Misc General
Website

Articles

Automobile articles
Business articles
Computers articles
Entertainment articles
Education articles
Health & Food articles
Law/Legal articles
Marketing articles
General articles
Software articles
Sports articles
Science \Technology articles
Travel /Tourism articles
Web articles

ASP Tutorials

Procedures

 

Call a procedure using VBScript in ASP
 

<html>

<head>
<%
sub vbproc(num1,num2)
response.write(num1*num2)
end sub
%>
</head>

<body>
<p>
You can call a procedure like this:
</p>
<p>
Result: <%call vbproc(3,4)%>
</p>
<p>
Or, like this:
</p>
<p>
Result: <%vbproc 3,4%>
</p>
</body>

</html>
 

You can call a procedure like this:

Result: 12

Or, like this:

Result: 12
 

Call a procedure using JavaScript in ASP

<%@ language="javascript" %>
<html>
<head>
<%
function jsproc(num1,num2)
{
Response.Write(num1*num2)
}
%>
</head>

<body>
<p>
Result: <%jsproc(3,4)%>
</p>
</body>

</html>
 

Result: 12
 

Call a JavaScript procedure and a VBScript procedure using VBScript in ASP

<html>
<head>
<%
sub vbproc(num1,num2)
Response.Write(num1*num2)
end sub
%>
<script language="javascript" runat="server">
function jsproc(num1,num2)
{
Response.Write(num1*num2)
}
</script>
</head>

<body>
<p>Result: <%call vbproc(3,4)%></p>
<p>Result: <%call jsproc(3,4)%></p>
</body>

</html>
 

Result: 12

Result: 12
 

 

 

Our Service

  Black Magic Raksha Kavach

Mantravidya | Divyayoga shop | How to remove Black Magik | Dhyansanjivani.ORG | India Article | Dhyansanjivani.COM | Free horoscope |

w