[ic] anchors in area tags

John Beima interchange-users@icdevgroup.org
Tue Aug 6 21:07:01 2002


Quoting Kevin Walsh <kevin@cursor.biz>:

> > 
> > 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
> > 
> Which is exactly what's required.
> 
> >
> > 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>
> > 
> That won't work - sorry.

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

Actually Kevin is correct in that REF= wont work is does need to be HREF=.

Other than that the above link works perfectly.


> -- 
>    _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
>   _/_/_/   _/_/      _/    _/    _/    _/_/  _/   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
>