<cfset formscopeurl = "">
    <cfloop collection="FORM" item="Field">
        <cfset formscopeurl = formscopeurl & 
"&amp;#urlencodedformat(form[field])#">
    </cfloop>

<cfoutput><a 
href="mysite.com/index.asp?action=process#formscopeurl#"></cfoutput>

Would something like that work?

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[email protected]>
Sent: Tuesday, October 31, 2006 4:20 AM
Subject: I know it sounds crazy ...


> All,
>
> Is it possible to pass the FORM. scope somehow through a hyperlink?
>
> I have severeal images that I've imagemapped and need to place hyperlinks 
> in them.
> I was thinking of creating a submit button with the image that needs a 
> hyperlink.
>
> I'm trying to work an application hosted by an "Application Service 
> Provider"
> contracted on before I started.  This ASP uses a home grown CF methodology
> and I'm havinig a hard time trying to figure it out.
>
> I'm unable to create a hyperlink that would pass values in the URL to 
> extract data
> to the template.  The application only takes the FORM.variable name.  They 
> want
> 2 hours at $150/hr to make their application to work with the URL scope.
>
> Thank for any feedback.
>
> D
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258483
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to