I think you need to change your syntax a little...  for where you want the
named anchor, place this: <a name="top" />.  Then the cflocation with the
location name should go right to it.


On 10/30/06, Mullai Subbiah <[EMAIL PROTECTED]> wrote:
>
> I am trying to use anchor points within a long page (say X). This is to
> aid the user so that focus returns to the same area when user submits the
> page. (Until he quits the page he will always return to the same page.) I
> created anchors at different areas using
> <a href="top"></a> where "top" will change to middle, end.
>
> Then I declared in the page X.
> <input type="hidden" name="anchorPoint" value="Top">
> I am using this so that the focus could return the point where the user
> before he clicked submit. I am sending the anchor points to page X using
> <cflocation
> url="edit_news.cfm?PK_NewsID=#news_id#&height=height_Window#&###form.anchorPoint#"
> addToken="no"></cfoutput>
> There are no errors but the anchor point do not appear on the url. I am
> using IE.
>
> I tried to pass the anchor like <a href='
>
> http://website/apdr/admin/main/edit_news.cfm?PK_NewsID=20789&width=1043&height=838&#Middle'
> )
>
> But there are no run time errors. If I change the anchor to middle there
> is no change.
>
> I hope somebody has some thoughts to shed.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258486
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to