D
Dazza
Hi,
I was wondering if someone would be kind enough to look at
my html coding below and tell me where I'm going wrong. I
am attempting to create a stock quote web component that
retrieves prices from the Australian Stock Exchange.
If it were to work correctly the component should take me
to the following screen (using stock code ANZ as an
example):
http://www.asx.com.au/asx/markets/PriceResults.jsp?
method=get&template=F1001&ASXCodes=anz
However this screen
appears:http://www.asx.com.au/asx/markets/PriceResults.jsp?
F1001%26ASXCodes=anz
Close but no cigar!! My HTML code for this component is as
follows:
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" width="28%">
<form METHOD="GET&template" TARGET="_top"
action="http://www.asx.com.au/asx/markets/PriceResults.jsp"<tbody><tr>
<td width="26%" align="left"><b><font
FACE="Arial,Helvetica" SIZE="3">ASX Stock
Quote</font></b></td>
</tr><tr>
<td width="26%" align="left"><b><font FACE="Arial,
Helvetica" COLOR="#808080" SIZE="-1">Enter Symbol(s)
</font></b> <input TYPE="TEXT" SIZE="8"
MAXLENGTH="255" NAME="F1001&ASXCodes" VALUE><input
TYPE="SUBMIT" VALUE="Go"></td>
</tr></tbody></form></table>
Many thanks for your help.
I was wondering if someone would be kind enough to look at
my html coding below and tell me where I'm going wrong. I
am attempting to create a stock quote web component that
retrieves prices from the Australian Stock Exchange.
If it were to work correctly the component should take me
to the following screen (using stock code ANZ as an
example):
http://www.asx.com.au/asx/markets/PriceResults.jsp?
method=get&template=F1001&ASXCodes=anz
However this screen
appears:http://www.asx.com.au/asx/markets/PriceResults.jsp?
F1001%26ASXCodes=anz
Close but no cigar!! My HTML code for this component is as
follows:
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" width="28%">
<form METHOD="GET&template" TARGET="_top"
action="http://www.asx.com.au/asx/markets/PriceResults.jsp"<tbody><tr>
<td width="26%" align="left"><b><font
FACE="Arial,Helvetica" SIZE="3">ASX Stock
Quote</font></b></td>
</tr><tr>
<td width="26%" align="left"><b><font FACE="Arial,
Helvetica" COLOR="#808080" SIZE="-1">Enter Symbol(s)
</font></b> <input TYPE="TEXT" SIZE="8"
MAXLENGTH="255" NAME="F1001&ASXCodes" VALUE><input
TYPE="SUBMIT" VALUE="Go"></td>
</tr></tbody></form></table>
Many thanks for your help.