I have the following code in Act_Primary so that the user can click to go to the previous section page or next section page.
<a href="NETQUOTEVAR:PREV_SECTION_URL"> NETQUOTEVAR:PREV_SECTION_NAME</a>
<a href="NETQUOTEVAR:NEXT_SECTION_URL">NETQUOTEVAR:NEXT_SECTION_NAME</a>
It has been working great. All of a sudden, the link is trying to bring you to a folder that isn't there. For example, it use to go to http://www.pearlstrings.com/acatalog...ts_Page_2.html and for some reason it is pointing to a directory different than the acatalog...it is trying to go to http://www.pearlstrings.com/noflash/...ts_Page_2.html. This directory exists but there is no reason why it should go there. Where would the code be that is causing it to go there?
<a href="NETQUOTEVAR:PREV_SECTION_URL"> NETQUOTEVAR:PREV_SECTION_NAME</a>
<a href="NETQUOTEVAR:NEXT_SECTION_URL">NETQUOTEVAR:NEXT_SECTION_NAME</a>
It has been working great. All of a sudden, the link is trying to bring you to a folder that isn't there. For example, it use to go to http://www.pearlstrings.com/acatalog...ts_Page_2.html and for some reason it is pointing to a directory different than the acatalog...it is trying to go to http://www.pearlstrings.com/noflash/...ts_Page_2.html. This directory exists but there is no reason why it should go there. Where would the code be that is causing it to go there?
Comment