Announcement

Collapse
No announcement yet.

how to use a dummy "#" link or "#nogo"

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

    how to use a dummy "#" link or "#nogo"

    I have a link in my product page footers that have link behaviors assigned to them, but no actual link. Usually "#" or recently I have seen "#nogo" used to achieve this. But in Miva, it gives me a "FORBIDDEN You do not have permission to access this document." message. Any experience with this? Thank you!

    <a class="gallery enorma" href="#"><span><img src="../mm5/graphics/products/enormous_lounge-chair_01.jpg" alt="Enormous Lounge Chair 01" width="450" height="450" /><br />
    <br />Enormous Lounge Chair 01</span></a>

    #2
    Re: how to use a dummy &quot;#&quot; link or &quot;#nogo&quot;

    <a class="myStyle">No Link</a>
    Last edited by Biffy; 06-24-08, 08:26 PM.
    Steve Strickland
    972-227-2065

    Comment


      #3
      Re: how to use a dummy &quot;#&quot; link or &quot;#nogo&quot;

      I tried your "No Link" method, but now get a Page Not Found message.

      Comment


        #4
        Re: how to use a dummy &quot;#&quot; link or &quot;#nogo&quot;

        The missing info here is why you need a link behaviour on something that is not a link. There are other ways to initiate an action on an element without using a link. For example, using a function with document.getElementById.
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment


          #5
          Re: how to use a dummy &quot;#&quot; link or &quot;#nogo&quot;

          Maybe it's <a href class="MyStyle">No Link</a>

          Bruce, this is sometimes needed because of hover bugs in IE 6.
          Steve Strickland
          972-227-2065

          Comment


            #6
            Re: how to use a dummy &quot;#&quot; link or &quot;#nogo&quot;

            yea, i was thinking it was for a js feature using onclick or something/
            Bruce Golub
            Phosphor Media - "Your Success is our Business"

            Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
            phosphormedia.com

            Comment

            Working...
            X