programmingsite : code , tutorials and scripts
Navigation

home


ASP
ASP.net
C
C++
C#
PHP
Java
JavaScript
Powershell
VB.net

Visual Basic


Resources
code
tutorials
training

Ads
Products

 

 

Stock chart example





Stock chart example

 

In the example below we will display the latest daily stock chart for a given company . A form will be displayed to the user allowing them to enter a valid stock symbol for a company . Typical symbols are MSFT for Microsoft and SUN for Sun.

The first part checks to see if there has been an entry on the form , if not the form is displayed again .

<%
If Request.Form("ticker") = "" Then
%>
<html><body>
<form action = <%= Request.ServerVariables("SCRIPT_NAME") %> method = post>
Enter your ticker symbol :<input type = text name = ticker size = 6><br>
<input type = submit value = "show chart">
</form>
</body></html>
<%

If a user does enter a ticker symbol then the appropriate chart is displayed using the code in the second section.

else
%>
<html>
<head>
</head>

<img border="0" src="http://ichart.yahoo.com/t?s=<%= Request.Form("ticker")%>">
</body>
</html>
<%
End If
%>

The complete code is displayed below



<%
If Request.Form("ticker") = "" Then
%>
<html><body>
<form action = <%= Request.ServerVariables("SCRIPT_NAME") %> method = post>
Enter your ticker symbol :<input type = text name = ticker size = 6><br>
<input type = submit value = "show chart">
</form>
</body></html>
<%
else
%>
<html>
<head>
</head>

<img border="0" src="http://ichart.yahoo.com/t?s=<%= Request.Form("ticker")%>">
</body>
</html>
<%
End If
%>





Products
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals
Asp Studio 2005
Xtra PHP
Online PHP Script Encoder
Comparison

Links
Make money selling software
Uk shopping
UK price comparison
US price comparison
free articles
free stuff
Gambling resources
Software directory
XBox cheats and more
Sexy free wallpapers
Hosting resources
Nintendo Wii info
Beginners PHP
Health and fitness
Domain names
Dating site
Nintendo DS resources
Dropshippers
Maxi directory
Perfume and fragrances
PC shopping, tips and info
Magazine superstore

Ads