Rick,

I don't know if this will work, you might want to look at which html 
elements can actually take this function, but I would suggest that you 
assign your 'anchored' element an id and then write a js function to 
focus() on the element. Then you could call the js function from where 
ever you would usually place your anchor call (i.e.:
<a href="javascript:void(0);" 
onclick="anchorFunction(anchoredElementID);">link to anchor</a>

Cutter

Rick Faircloth wrote:
> Hi, all...
> 
> I'm working on an web-based office application,
> so I'm trying to put as much functionality on a single
> screen as possible.
> 
> I've using scrolling div's for areas to add, update, and
> delete
> content.
> 
> Everythings going well except for trying to place an anchor
> inside a div for client contact entries.
> 
> I think I'm coding everything correctly...I've done this
> before,
> but the anchor was on a full page of html, not in a
> particular div.
> 
> Is there some way I can target the anchor to affect the
> content
> in a particular div?  I think that's why the anchor's not
> working,
> because it's not an anchor for the whole HTML page, just the
> content in that particular div.
> 
> It's a dynamic CF-generated anchor, but I've done that
> before, too.
> 
> The div just seems to ignore the anchor...
> 
> Ideas?
> 
> Rick
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231746
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to