I have a menu in development and keep getting an error that says invalid argument on line 16 when I rollover a menu with subs and a relative link. I know that is not much to go on but i have narrowed it to this:
This does not cause the error:
aI("text=Home;url=http://milonic.com/mylicenses.php;");
This does:
aI("text=Home;url=index.asp");
I think it is looking for a www. becasue if i hard code the path like this:
aI("text=Home;url=http://www.localhost/web/home/index.asp");
then i do not get the error. I know that does not make sense with the http://www.localhost, but when I remove the www. i get the error again.
Is there a way to set it to use relative paths? i am not ready to post to production or i would just make all the paths absolute and forget it.
any ideas? i would think it should be an easy one
