specifically, use:

Pagename=#URLEncodedFormat('Rosemarie Rossetti, Ph.D. - Inspirational
Speaker')#

using the single quotes inside the function assumes your HREF is
encapsulated in double quotes.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 12:55 PM
To: CF-Talk
Subject: Re: Passing Parameters between pages


Mark,

I think you need to URL encode your parameters. Spaces between words are
incorrect parameters in Netscape 4.

Pagename=Rosemarie Rossetti, Ph.D. - Inspirational Speaker

should be

Pagename=Rosemarie%20Rossetti,%20Ph.D.%20-%20Inspirational%20Speaker

Bill


In a message dated 7/19/01 3:46:32 PM Eastern Daylight Time,
[EMAIL PROTECTED] writes:


> Look at http://www.rosemariespeaks.com/untitled.cfm in IE5, click on
"Email
> This" towards the bottom of the page.  Pop up window with passed
paramaters
> #Pagefrom# and #Pagetitle# works as planned.
>
> However, look at same URL in NN 4+, click the Email This, and the pop up
> states that an incorrect parameter is passed. Right mouse click in the
popup
> to view info - passed parameters look normal
>
> What's happening here?
>
> Thanks,
> Mark
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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