URLEncode your string.

-----Original Message-----
From: cf-talk [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 21, 2000 2:01 PM
To: CF-Talk
Subject: Netscape users and spaces in Hyperlinks


Hi list,
I have a CF-Template which is called by a URL (e.g.) like:

<a href="template.cfm?word=a,b c">Template</a>

In IE 5.x this works excellent but in Netscape 4.x I get an error concerning
the space between b and c.
IE is identifying it and is making a link automatically:

template.cfm?word=a,b%20c

NS gives me a 400 error.
I have 1200 links like the one above.
And I don't want to change them all to remove the spaces.
What can I do here for Netscape-Users ?
Ideas ?

Uwe

Mail: [EMAIL PROTECTED]
Web: www.sdsolutions.de
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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