RE: Dynamic anchors on CF Page

2003-04-01 Thread Clark, Aimee
: Dynamic anchors on CF Page Ok, so I now have this: a href=###GetKey##title#/a The name tag as this:a name=#GetKey##Title#/a ~ the above displays the ID for the title correctly when hovering on the hyperlink to the bookmark...but still doesn't seem like it's jumping directly

RE: Dynamic anchors on CF Page

2003-04-01 Thread S . Isaac Dealey
to function correctly. I am now on a deadline to get this done today. Thank you, Aimee' Clark -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 9:46 PM To: CF-Talk Subject: RE: Dynamic anchors on CF Page Ok, so I now have this: a href

RE: Dynamic anchors on CF Page

2003-04-01 Thread Clark, Aimee
01, 2003 10:27 AM To: CF-Talk Subject: RE: Dynamic anchors on CF Page That sucks... I'm about tapped for ideas at this point... Wish I had any other suggestions to offer... Have you tested it on multiple machines / browsers to make sure it's not just a problem with your particular setup? Well

RE: Dynamic anchors on CF Page

2003-04-01 Thread Russ
wanted, but after a LOT of trial and error, I finally got this solution to work for me. HTH, Russ -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 10:27 AM To: CF-Talk Subject: RE: Dynamic anchors on CF Page That sucks... I'm about

RE: Dynamic anchors on CF Page

2003-04-01 Thread S . Isaac Dealey
... -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 10:27 AM To: CF-Talk Subject: RE: Dynamic anchors on CF Page That sucks... I'm about tapped for ideas at this point... Wish I had any other suggestions to offer... Have you tested it on multiple

RE: Dynamic anchors on CF Page

2003-04-01 Thread Clark, Aimee
Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 11:43 AM To: CF-Talk Subject: RE: Dynamic anchors on CF Page Ahh... Well, glad to know you were able to get it all working. :) I've worked in ASP myself -- about 3-4 years ago now I was a crack ASP programmer

RE: Dynamic anchors on CF Page

2003-04-01 Thread S . Isaac Dealey
. Thanks for your help... -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 10:27 AM To: CF-Talk Subject: RE: Dynamic anchors on CF Page That sucks... I'm about tapped for ideas at this point... Wish I had any other suggestions

Re: Dynamic anchors on CF Page

2003-03-29 Thread Matthew Walker
Apart from that you've missed the hashes (#), what's wrong with what you have? a name=#GetKey# Matthew Walker Electric Sheep Web http://www.electricsheep.co.nz/ - Original Message - From: Clark, Aimee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, March 30, 2003 12:38 PM

RE: Dynamic anchors on CF Page

2003-03-29 Thread Clark, Aimee
, presently it acts like it's jumping down, but it doesn't go to the specified heading. -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 7:12 PM To: CF-Talk Subject: Re: Dynamic anchors on CF Page Apart from that you've missed the hashes

Re: Dynamic anchors on CF Page

2003-03-29 Thread Issac Rosa
Try the anchor like this: a href=###GetKey# Issac Rosa - Original Message - From: Clark, Aimee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 29, 2003 8:28 PM Subject: RE: Dynamic anchors on CF Page Well it doesn't appear to actually jump down to a specific

Re: Dynamic anchors on CF Page

2003-03-29 Thread S . Isaac Dealey
Probably just getting an error on this line: href=##GetKey##title#/a which should read ###getKey# Same for the anchor name attribute. You have to escape the leading # for the anchor and then output the name of the anchor. Apart from that you've missed the hashes (#), what's wrong with what

RE: Dynamic anchors on CF Page

2003-03-29 Thread Clark, Aimee
the hyperlink ~~ Thank you. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 8:43 PM To: CF-Talk Subject: Re: Dynamic anchors on CF Page Probably just getting an error on this line: href=##GetKey##title#/a which should read ###getKey# Same

RE: Dynamic anchors on CF Page

2003-03-29 Thread S . Isaac Dealey
Ok, so I now have this: a href=###GetKey##title#/a The name tag as this:a name=#GetKey##Title#/a ~ the above displays the ID for the title correctly when hovering on the hyperlink to the bookmark...but still doesn't seem like it's jumping directly to the bookmark when I click the