Hello,
I'm not sure that i understand your question. Do you want the user to type:
<a style='text-decoration: underline;' href="http://www.yourdomain.com," target="_blank">www.yourdomain.com,</a> but end up on the server <a style='text-decoration: underline;' href="http://www.yourdomain2.com" target="_blank">www.yourdomain2.com</a> ?
I think that you definition of "domain" is not the same as what i think of.
Are you talking about Internet Explorer Zones? If so, i don't think that
this is possible from the server, since it kinda defeat the purpose of it,
if you can bypass the security in a simple way.
You can use an ISAPI filter to rewrite the URL, but Internet Explorer will
still know to which server you connected to, so it will not care if the URL
was rewritten or not. You can find much information about this here:
<a style='text-decoration: underline;' href="http://www.google.com/search?num=25&hl=en&lr=&ie=UTF-8&c2coff=1&q=rewrite+url+iis" target="_blank">http://www.google.com/search?num=25&hl=en&lr=&ie=UTF-8&c2coff=1&q=rewr...+url+ii</a>
--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!
"Julia" <codewizard RemoveThis @012.net.il> wrote in message
news:ub7UCJGeEHA.2764@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> IE introduce some restriction regarding scripting between frames and using
> behaviors
> we would like to find a way with which
> we can run a page on server A (which in general serves domain a) while
> change the page's domain to other?
>
> where exactly the domain of the page is decided?
> can I use isapi in order to return to IE different domain Name?
>
> thanks in advance
>
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Is it possible to change the domain from which the page is..