> Is there a way to pass a bookmark in a form so that > the browser will automatically jump to it? > > For instance, if I use the following code: > <a name="myBookmark">blah blah blah</a> > > Can I use this to jump to it? > <form action="mypage.cfm#myBookmark"> > Form stuff in here. > </form>
In general, you can do that with hyperlinks, so there's no reason why you shouldn't be able to do it in a form action. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

