Post would be the way to do it with the request.form()
function, no?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"chuckomalley" <webforumsuser@macromedia.com> wrote in
message
news:et0hbj$sbt$1@forums.macromedia.com...
> You have your form method set to POST. If you want to
pass variables, you
> have
> to change the method to GET.
>
> ><form id="tradeapproval" name="tradeapproval"
method="get"
> action="Trade_Approval_Ticket.asp">
>
> Cheers
>
> Chuck
>