Date:  02/05/2002 06:12:35 AM Msg ID:  000322
From:  Sunil Shah Thread:  000322
Subject:  Redirecting to a section on another page
In a normal HTML page I do the following :

<a href="billbash.html#bottom"> bottom</a>

How do I do this in foxweb ?

I have got this line :

Server.Transfer('billbash.fwx',m.oName,m.pName)


I want to transfer to section called "bottom" on page billbash.fwx.


Is this possible ?

TIA
Sunil Shah