Yes the anchor name should be at the end of the URL.

I'm curious though, how long is the page?  If you anchor to a page that is
not more than one browser window it will not adjust the position of the
browser window for any of the anchors.  Also if you do have a long page and
lets say you have 5 anchors that all fit within the browser window at the
bottom of the page.  All five anchors will go to the same position.

Make sense.

Don't know if this helps.

David

-----Original Message-----
From: Ewok [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 3:06 PM
To: CF-Talk
Subject: RE: jumps


Put your anchor at the end of the url and see how that goes
<cflocation url="MembershipForm.cfm?#SESSION.addToken###mem#x#"


-----Original Message-----
From: Stephens, Larry V [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 2:44 PM
To: CF-Talk
Subject: RE: jumps

<a name="mem2">Name</a>

I put the <cflocation> tag inside a <cfloop><cfif> The index is x

<cflocation url="MembershipForm.cfm##mem#x#?#SESSION.addToken#"
addtoken="no">

When it goes back to the form I see the address as

...MembershipForm.cfm#mem2?

The test environment should be hitting this when the index is 2 so I infer
that the syntax is working properly, but when I jump back to MembershipForm
it just sets there at the top.



-----Original Message-----
From: Ewok [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 2:17 PM
To: CF-Talk
Subject: RE: jumps


Do you have your anchor set up right?

Try this...


<a href="thispage.cfm#anc1">AnchorL Link 1</a><br>
<a href="thispage.cfm#anc2">Anchor Link 2</a>
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<a name="anc1">Anchor one</a>
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<a name="anc2">Anchor two</a>
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>

-----Original Message-----
From: Stephens, Larry V [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 1:34 PM
To: CF-Talk
Subject: RE: jumps

Tried that, too...  Thanks.

-----Original Message-----
From: Lawrence Ng [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 1:27 PM
To: CF-Talk
Subject: RE: jumps


flush out your browser's cache a couple of times... i noticed this with
CF quite a bit...











~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183920
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to