Announcement

Collapse
No announcement yet.

Another Question (Regarding main links)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Another Question (Regarding main links)

    Hello.

    I want to make the main nav links the same in my brochure and catalogue pages, I think the easiest way to do this is a normal link like the following:

    <a href="http://www.quaybooks.com/cgi-bin/os000001.pl?ACTION=Start">Catalogue</a>

    I just want to check that this is ok to do? And that it doesn't cause any security issues or anything?

    Thanks,
    Ollie.
    ------------------------------
    www.yahuh.com/design

    #2
    Should the catalog link not be http://www.domain.com/acatalog
    Owner of a broken heart

    Comment


      #3
      Yes, or you can link to any page in your 'acatalog' folder by using a call of the following form...

      http://your.URL/cgi-bin/ss000001.pl?...html&NOLOGIN=1

      Where Section%5fPage%2ehtml is the name of a page in your 'acatalog' folder.

      Note that you have to encode any non-alphanumeric characters so an underscore '_' becomes '%5f' and a full stop '.' becomes '%2e'.

      Comment

      Working...
      X