Announcement

Collapse
No announcement yet.

Javascript problems

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

    Javascript problems

    Hi - my site's javascript pop ups for links to files with additional information/pictures etc have stopped working! I have the following code for instance for the features link on this url http://www.steelcube.com/acatalog/Ac...net_Radio.html

    The code is: &bull;&nbsp;&nbsp;<a href="javascriptopUp('../acatalog/AE_wifi_features.html ','450','420','yes')">Features</a><br>

    but its totally stopped working?

    Any ideas?
    Waterproof TV's, Mirror TV's

    #2
    Hi Timothy,

    Your Javascript is trying to call a 'popup' function which does not exist.
    Actinic uses 'ShowPopup' so try using that instead.

    i.e.
    <a href="javascript:ShowPopUp('../acatalog/AE_wifi_features.html ',450,420)">Features</a><br>
    Fergus Weir - teclan ltd
    Ecommerce Digital Marketing

    SellerDeck Responsive Web Design

    SellerDeck Hosting
    SellerDeck Digital Marketing

    Comment


      #3
      Seems OK for me. I see

      <A HREF="javascript:ShowPopUp('info%5f290%2ehtml',440,440);"><IMG SRC="wifiradio2_195.jpg" ALT="Acoustic Energy AE WIFI Internet Radio" BORDER=0 HEIGHT=130 WIDTH=195 ></A>

      UPDATE: I was looking at the popup around the product image. The extra links use an undefined popUp routine as Fergus mentions.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Excellent - thanks - i updated my copy of V7 last week, so think that maybe caused the problem

        cheers

        tim

        Originally posted by fergusw
        Hi Timothy,

        Your Javascript is trying to call a 'popup' function which does not exist.
        Actinic uses 'ShowPopup' so try using that instead.

        i.e.
        <a href="javascript:ShowPopUp('../acatalog/AE_wifi_features.html ',450,420)">Features</a><br>
        Waterproof TV's, Mirror TV's

        Comment

        Working...
        X