Hi Don,
Here's a clip of the key part of their page:
<Form action=http://www.ctsecurities.com/cgi-bin/quote/access method=Post>
<table>
<tr>
<td align=right>User I.D.:</td> <td align=left><input name=userid
value=></td>
</tr><tr>
<td align=right>Password :</td> <td align=left><input name=password
type=password></td>
</tr><tr>
<td colspan=2 align=center><input type=submit value="Submit"></td>
</tr>
</table>
</FORM>
>From this, it's clear that the two arguments they want passed are called
"userid" and "password". Try changing the end of your READ to:
.../access?userid=<myname>&password=<mypass>
and see what happens.
R.
---
At 03:46 PM 11/16/99 +0000, you wrote:
>
>Hi, folks:
>
>I am trying to learn how to use CGIs, again. ;^)
>
>The following CGI request (based on recent messages) was used to test how it
>works, but it returned the form, not the page I want. Also, I have four
>portfolios that I want to get, so I subbed some <details> below.
>
>I am sure part of my problem is that two "name" args are being used, but that
>is what the page uses.
>
>reply: READ
>http://www.ctsecurities.com/cgi-bin/quote/access/?name=<my-name>&name=<my-p
assword>
>
>Any ideas as to what syntax I should change?
>Do I have to tell it to use the post method?
>
>--
>
> ---===///||| Donald Dalley |||\\\===---
> The World of AmiBroker Support
> http://webhome.idirect.com/~ddalley
> Member: ICOA and Team AMIGA
>
>
>