[thelist] Dynamic Anchors in ColdFusion & IE

Joshua Olson joshua at waetech.com
Wed Feb 26 07:24:01 CST 2003


----- Original Message -----
From: "Russ" <russ at unrealisticexpectations.com>
Sent: Wednesday, February 26, 2003 12:43 AM


> Here's my anchor:
>
> <a name="Comment<cfoutput>#qCommentDisplay.commentID#</cfoutput>"></a>

This looks ok.

> Here's my link:
>
> <a
> href="http://www.url.com/blinkComments.cfm?blinkID=#qBlink.blinkID###Com
> ment#qCommentDisplay.commentID#" class="blinkCMT">link</a>

URLEncode won't make any difference.  Anchors only work correctly if the top
document's URL and the URL within the anchor are the same.  What is the URL
of the page that this link appears on?  Does it have the blinkID link the
anchor tag?  Would you mind opening the page in a browser and pasting to us
the url, and the 2 anchors?  We'll probably be able to troubleshoot once we
have those items.

GL,
-joshua




More information about the thelist mailing list