This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01BFECE0.47B4E972
Content-Type: text/plain;
charset="ISO-8859-1"
Thank you everybody! That worked great. A bit of a head slap on my my part.
Although "file.cfm?#var###foo"
does look odd with all those "#"s. Thanks again. I'll let you know if I
find any browser problems. Image maps aren't a problem - not using them.
ant
-----Original Message-----
From: Kevin Marshall [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 13, 2000 9:35 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: ? short circuits my # !
Anthony,
You should be able to make the query string and the inline link work
together - follow the advice you've already gotten about putting the query
string first. I have pages running successfully that are formatted like:
http://www.blah.com/page.cfm?foo=bar#spot
I should warn you however that we've experienced problems with image maps
being disabled on pages with URLs like the above. This only seems to
happen in Netscape - IE is not affected in our experience. I was not able
to find any official reference or solution to this problem but did manage
to locate one usenet posting from an ASP developer who also experienced the
program - no solution though. We ended up working-around the problem by
splitting up the image which was mapped and wrapping the images in <a
href...> type links.
Just wanted to give you a heads up!
Kevin
At 04:22 PM 7/12/00 -0700, you wrote:
>I don't know if this is CF related or not, but if anyone can shed some
light
>on it, it would be much appreciated.
>
>I have some pages that I would like to do inline linking (i.e. link to a
>lower part of a single page) OK, no problem add the appropriate <a
>name=foo></a> tag along with the reference <a href="page.cfm#foo>link</a>.
>This works fine. The only problem is that I need to append a "?" and url
>variables. As soon as I add the "?" the inline links don't work. The link
>just takes the user to the top of the page.???
>
>A few notes - the url variables are variables so the "#" is doubled up and
>the <a> tag has a <cfoutput> around it. So do url variables just kill this
>functionality or is there a workaround?
>
>Thanks in Advance
>
>ant
--------------------------
Kevin Marshall
Web Application Developer
eCalton.com, Inc.
Vero Beach, FL
www.ecalton.com
[EMAIL PROTECTED]
561.569.4500
------_=_NextPart_001_01BFECE0.47B4E972
Content-Type: text/html;
charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3DISO-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE>RE: ? short circuits my # !</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2>Thank you everybody! That worked great. A bit =
of a head slap on my my part. Although =
"file.cfm?#var###foo" </FONT>
<BR><FONT SIZE=3D2>does look odd with all those "#"s. Thanks =
again. I'll let you know if I find any browser problems. =
Image maps aren't a problem - not using them.</FONT></P>
<P><FONT SIZE=3D2>ant</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Kevin Marshall [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:kevin.marshall@ecalton=
.com</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Thursday, July 13, 2000 9:35 AM</FONT>
<BR><FONT SIZE=3D2>To: [EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>Cc: [EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>Subject: Re: ? short circuits my # !</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>Anthony,</FONT>
</P>
<P><FONT SIZE=3D2>You should be able to make the query string and the =
inline link work </FONT>
<BR><FONT SIZE=3D2>together - follow the advice you've already gotten =
about putting the query </FONT>
<BR><FONT SIZE=3D2>string first. I have pages running =
successfully that are formatted like:</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.blah.com/page.cfm?foo=3Dbar#spot" =
TARGET=3D"_blank">http://www.blah.com/page.cfm?foo=3Dbar#spot</A></FONT>=
</P>
<P><FONT SIZE=3D2>I should warn you however that we've experienced =
problems with image maps </FONT>
<BR><FONT SIZE=3D2>being disabled on pages with URLs like the =
above. This only seems to </FONT>
<BR><FONT SIZE=3D2>happen in Netscape - IE is not affected in our =
experience. I was not able </FONT>
<BR><FONT SIZE=3D2>to find any official reference or solution to this =
problem but did manage </FONT>
<BR><FONT SIZE=3D2>to locate one usenet posting from an ASP developer =
who also experienced the </FONT>
<BR><FONT SIZE=3D2>program - no solution though. We ended up =
working-around the problem by </FONT>
<BR><FONT SIZE=3D2>splitting up the image which was mapped and wrapping =
the images in <a </FONT>
<BR><FONT SIZE=3D2>href...> type links.</FONT>
</P>
<P><FONT SIZE=3D2>Just wanted to give you a heads up!</FONT>
<BR><FONT SIZE=3D2>Kevin</FONT>
</P>
<P><FONT SIZE=3D2>At 04:22 PM 7/12/00 -0700, you wrote:</FONT>
<BR><FONT SIZE=3D2>>I don't know if this is CF related or not, but =
if anyone can shed some light</FONT>
<BR><FONT SIZE=3D2>>on it, it would be much appreciated.</FONT>
<BR><FONT SIZE=3D2>></FONT>
<BR><FONT SIZE=3D2>>I have some pages that I would like to do inline =
linking (i.e. link to a</FONT>
<BR><FONT SIZE=3D2>>lower part of a single page) OK, no problem add =
the appropriate <a</FONT>
<BR><FONT SIZE=3D2>>name=3Dfoo></a> tag along with the =
reference <a href=3D"page.cfm#foo>link</a>.</FONT>
<BR><FONT SIZE=3D2>>This works fine. The only problem is that =
I need to append a "?" and url</FONT>
<BR><FONT SIZE=3D2>>variables. As soon as I add the =
"?" the inline links don't work. The link</FONT>
<BR><FONT SIZE=3D2>>just takes the user to the top of the =
page.???</FONT>
<BR><FONT SIZE=3D2>></FONT>
<BR><FONT SIZE=3D2>>A few notes - the url variables are variables so =
the "#" is doubled up and</FONT>
<BR><FONT SIZE=3D2>>the <a> tag has a <cfoutput> around =
it. So do url variables just kill this</FONT>
<BR><FONT SIZE=3D2>>functionality or is there a workaround?</FONT>
<BR><FONT SIZE=3D2>></FONT>
<BR><FONT SIZE=3D2>>Thanks in Advance</FONT>
<BR><FONT SIZE=3D2>></FONT>
<BR><FONT SIZE=3D2>>ant</FONT>
</P>
<P><FONT SIZE=3D2>--------------------------</FONT>
<BR><FONT SIZE=3D2>Kevin Marshall</FONT>
<BR><FONT SIZE=3D2>Web Application Developer</FONT>
<BR><FONT SIZE=3D2>eCalton.com, Inc.</FONT>
<BR><FONT SIZE=3D2>Vero Beach, FL</FONT>
<BR><FONT SIZE=3D2>www.ecalton.com</FONT>
<BR><FONT SIZE=3D2>[EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>561.569.4500</FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01BFECE0.47B4E972--
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.