Hi
I'm in the process of adding logins to my site for trade customers. I'm using the smart theme and had previously modified the top navigation on both the catalog and brochure pages with some hard coded links and some NQV's e.g.
etc
I now want to add the login link to this navigation, but when I add NETQUOTEVAR:NAVBLOGIN to the Act_BrochurePrimary sure enough the login link appears, but when I enter user and password and click Login I get the following error:
A General Script Error Occurred
Error: The requested file (../../index.html) is outside the scope of the script. If you believe the requested page should be served please contact the site operator.
Any ideas?
Thanks
I'm in the process of adding logins to my site for trade customers. I'm using the smart theme and had previously modified the top navigation on both the catalog and brochure pages with some hard coded links and some NQV's e.g.
Code:
NETQUOTEVAR:NAVBHOME <span class="topnavilink"><a href="news.html">Latest News</a></span> | <span class="topnavilink"><a href="Custom_Design_Equipment.html">Custom Design Equipment</a></span> |
I now want to add the login link to this navigation, but when I add NETQUOTEVAR:NAVBLOGIN to the Act_BrochurePrimary sure enough the login link appears, but when I enter user and password and click Login I get the following error:
A General Script Error Occurred
Error: The requested file (../../index.html) is outside the scope of the script. If you believe the requested page should be served please contact the site operator.
Any ideas?
Thanks
Comment