» Forums
» DynarchMenu forum
» Bug reports
» Relative urls don't work in IE when attribute lazy is set
Relative urls don't work in IE when attribute lazy is set
2005/05/02 11:54
Viewed 12321 times
Replies: 1/2
by tbo

When you use relative urls in IE when the menu is in lazy mode you get redirected to a wrong page.
eg: .... <li><a href="/page/en">page</a></li> ...
When you click on it, then you will get redirected to "about:blank/page/en" and not "http://www.mysite.com/page/en" like it should be.
When turning the lazy mode off, it works fine.

I need to place the links relative because when the user doesn't accept session_cookies, PHP only will add the SID to the relative urls.

Re: Relative urls don't work in IE when attribute lazy is set
2005/06/02 16:13
Viewed 15268 times
Replies: 1/1

I am seeing this too. But On one occasion I see that IE throws an error stating there was an error on the page and it could not continue loading. Was an od error...not like a JS popup or the like. If I turn lazy back on the page loads but the 2nd level links are broken unless I use an absolute link. First level works fine. Very odd..

last
Re[2]: Relative urls don't work in IE when attribute lazy is set
2005/06/02 16:14
Viewed 17915 times
Replies: 0/0

A fix about this is under development, it will be available in the next few days. Please bear with us.

last
Google