im trying to open a aspx page by way of javascript window.open(url),
but when the function is called, "/NR/exeres" is always appended to
the url. How do i get CMS to stop doing this.
Hi,
how does the URL look like you are passing to window.open?
Is it a relative URL or an absolute URL?
Only absolute URLs (starting with a slash "/") work correct with MCMS.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...nagement+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
<jw56578@gmail.com> wrote in message
news:d3e23e59.0410060826.4ed7390c@posting.google.com...
> im trying to open a aspx page by way of javascript window.open(url),
> but when the function is called, "/NR/exeres" is always appended to
> the url. How do i get CMS to stop doing this.