Announcement

Collapse
No announcement yet.

Login Pages

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

    Login Pages

    Can any one help me I have put some script into the extended information text box and created a pop up within the pop up... !!<<SCRIPT TYPE="text/javascript">
    <!--
    function popup(mylink, windowname)
    {
    if (! window.focus)return true;
    var href;
    if (typeof(mylink) == 'string')
    href=mylink;
    else
    href=mylink.href;
    window.open(href, windowname, 'width=250,height=250,scrollbars=yes,toolbar=0,location=0,statusbar=0,menubar=0,resizable=1,left = 490,top = 250');
    return false;
    }
    //-->
    </SCRIPT>

    <A HREF="ColourSwatch1.gif"
    onClick="return popup(this, 'framework')">Click here </A>to view colour swatch of bench framework.

    <SCRIPT TYPE="text/javascript">
    <!--
    window.focus();
    //-->
    </SCRIPT>>!!...This works fine in the retail catalog section, but when I open the Login catalog it does not(all I get is loads of gobbledygook). I have already posted a query (06.06.2006 which has now been answered and solved) regarding why changes made to text that display correctly in the retail catalog do not then display correctly in the login catalog. Is this a bug in Actinic. You can see this if you go to Modular bench section of login catalogue and click on more info and then select click here. To login enter... DATARAX then enter...testid. I have managed to get the pop up code working by trial and error, but really it means nothing to me. It may be calling up itself and that is why it looks all strange, could anybody suggest a solution, because I do not know how to stop it calling up itself.
    Last edited by datarax; 09-Jun-2006, 04:05 PM. Reason: My post has been lost
    Rob Lane
    www.DATARAX.co.uk

    #2
    Rob,

    I've just had a look at the Veneered standard workbench 840mm using the UserID DATARAX and Password testid you posted before things went dead yesterday.

    I was on completely the wrong track and I now see what is wrong.

    From the normal pages your link resolves, but when a customer is logged in the links go through cgi-bin so instead of resolving to http://w ww.datarax.co.uk/acatalog/ColourSwatch1.gif the link is coming out as
    http://w ww.datarax.co.uk/cgi-bin/bb000001.pl?ACTINIC_REFERRER=http://w ww.datarax.co.uk/cgi-bin/bb000001.pl&PRODUCTPAGE=ColourSwatch1.gif

    (the w ww spacing is me breaking the links for the board).

    Try putting the full http.../acatalog/...Swatch1.gif into your HREF
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      TA Very Much

      Originally posted by wjcampbe
      Rob,

      I've just had a look at the Veneered standard workbench 840mm using the UserID DATARAX and Password testid you posted before things went dead yesterday.

      I was on completely the wrong track and I now see what is wrong.

      From the normal pages your link resolves, but when a customer is logged in the links go through cgi-bin so instead of resolving to http://w ww.datarax.co.uk/acatalog/ColourSwatch1.gif the link is coming out as
      http://w ww.datarax.co.uk/cgi-bin/bb000001.pl?ACTINIC_REFERRER=http://w ww.datarax.co.uk/cgi-bin/bb000001.pl&PRODUCTPAGE=ColourSwatch1.gif

      (the w ww spacing is me breaking the links for the board).

      Try putting the full http.../acatalog/...Swatch1.gif into your HREF
      Thanks for the help, putting the full http solved the problem and I now have readable popups.Kind regards P.S. did you like the benches
      Rob Lane
      www.DATARAX.co.uk

      Comment


        #4
        did you like the benches
        Indeed I did - almost made me nostalgic for my warehouse manager days - almost
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment

        Working...
        X