You could try

<FORM
ACTION="http://www.accommodationnewzealand.com/nzl/mkt/creditcardform.cfm"
NAME="myform" METHOD="post">

<CFOUTPUT>
        <INPUT TYPE="hidden" NAME="businessname" VALUE="#businessname#">
        <INPUT TYPE="hidden" NAME="suburb" VALUE="#suburb#">
        ...
</CFOUTPUT>

Click <A HREF="JavaScript: document.myform.submit();">Here</A>

</FORM>

HTH

Mike

-----Original Message-----
From: AustralianAccommodation.com Pty. Ltd.
[mailto:[EMAIL PROTECTED]]
Sent: Friday, January 23, 1998 12:15
To: CF-Talk
Subject: Re: Netscape error whilst IE is fine


excuse my naivety how do I create a hidden form facility and still use links
appearance
----- Original Message -----
From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, January 23, 2001 9:40 PM
Subject: RE: Netscape error whilst IE is fine


OK, in which case, can you make hidden forms and have the "Click here" links
submit the forms?

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


> -----Original Message-----
> From: AustralianAccommodation.com Pty. Ltd.
> [mailto:[EMAIL PROTECTED]]
> Sent: 23 January 1998 11:27
> To: CF-Talk
> Subject: Re: Netscape error whilst IE is fine
>
>
> no the page is being created by the user clicking on a hyperlink
> eg click here to display methods of payment
>
> so in this case having a form button in the middle of a sentence
> would look quite strange
>
> ----- Original Message -----
> From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 23, 2001 9:16 PM
> Subject: RE: Netscape error whilst IE is fine
>
>
> > when I try and access this link on my site:
> >
> > http://www.accommodationnewzealand.com/nzl/mkt/creditcardform.cfm?
> > businessname=Shalimares&address1=9%20Shalimar%20Crescent&suburb=Kh
> > andallah&island=North%20Island&postcode=&telephonenumber=64%204%20
> > 479%201776&faxnumber=64%204%20479%201786&emailaddress=sales@shalim
> > ares.co.nz
> >
> > using ie it displays fine
> >
> > when I use Netscape I receive the error:
> >
> > The parameter is incorrect.
> >
> > any ideas as to why this would occur in Netscape and work fine in ie  ??
>
> Are you sending data from a form?
> If so, POST it - it's better than building a complete URL
>
> I think NS has a limit on the length of the URL, which might be
> causing this
> problem
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to