[ic] anchors in area tags

John Beima interchange-users@icdevgroup.org
Tue Aug 6 20:10:01 2002


That won't work either. Because if the [area] tag happens to include the session
information you would get:

http://www.domain.com/page.html?mv_session_id=XxXxXxXx#content

What you need to do instead is:

<A REF="http://__SERVER_NAME____CGI_URL__/page.html#content?mv_session_id=[data
session id]&">Content</A>


John Beima
jbeima@palb.com, support@alocalagent.com, and support@alocalchurch.com

P.A.L.B. Systems - Phone: (780)451-1086 - Fax: (780)447-4760
11639-122 Street, Edmonton, Alberta, Canada, T5M 0B6

Affordable Web Pages - Phone: (888)932-9990 - Fax: (256)351-7297
2713B Spring Place SW, Decatur, Alabama, United States, 35603



Quoting Kevin Walsh <kevin@cursor.biz>:

> > 
> > Is it possible to use named anchors in [area] tags?  Example:
> > 
> > Page 1 has this on it somewhere: <a name="content"></a>
> > 
> > Page 2 has this: [area href=page_1#content]
> > 
> > There doesn't appear to be any docs or mailing list clues to this one.
> > 
> How about the following?
> 
>     <a href="[area href='page_1']#content">content</a>
> 
> -- 
>    _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
>   _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
>  _/ _/    _/          _/ _/     _/    _/  _/_/    kevin@cursor.biz
> _/   _/  _/_/_/_/      _/    _/_/_/  _/    _/
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>