> Hi every one i have Problem with Anchor tag using in CF 
> 
> <cfoutput>
> <A 
> href="http://www.MyClass.com/radio4/schedule.htm##developer/AD
> F/adf_overview.htm"> Some Text</A>- display from 
> fragmentation id position in file with this absolute address.
> </cfoutput>
> 
> I know that this is not related to CF and its simple but i am 
> bcoming lame about this 
> 
> It works with Morgila, but in IE it refers only up to Schedule.htm

You're using the HTML anchor incorrectly. You can't specify an anchor URL
fragment that points to another page.

Good: http://www.myclass.com/radio4/schedule.htm#top <-- this will take the
user to the named anchor "top" presumably at the top of the page

Bad:
http://www.myclass.com/radio4/schedule.htm#developer/ADF/adf_overview.htm
<-- this points to a second file, and will be ignored by the browser.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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

Reply via email to