Announcement

Collapse
No announcement yet.

Starting Again!

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

    #76
    try using
    Code:
    ″NETQUOTEVAR:ONLOAD″
    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


      #77
      since you aren't using the section images, remove image names from the Navigation dialog box, then I don't think the preloader will try to include them

      Comment


        #78
        Hello Bill & Jo,

        Thanks for the suggestions.

        ″NETQUOTEVAR:ONLOAD″
        This produces
        ONLOAD=″PreloadImages('../top2.gif','../back2.gif','../sections2.gif','../sitemap2.gif','../info2.gif','../search2.gif','../cart2.gif','../order2.gif','../mail2.gif')″>
        Haven't tried your suggestion yet Jo but I reckon it will produce this:
        <BODY onload=PreloadImages()>
        I'll try it out tomorrow, I could be wrong.
        www.magicalwonders.com

        Comment


          #79
          What does the validator make of the &Prime; - just out of interest?
          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


            #80
            it should produce <BODY OnLoad="bPageIsLoaded=true;"> at least this is what it produces on surf-wax where I have stripped the code. SW uses Worldpay hence the need for the bounce page

            Comment


              #81
              Morning All,

              Using &prime; produces the same error I'm afraid.

              Before trying Jo's suggestion I had another look at the code and realised I'd dropped a clanger.

              I'd got it into my head that the final line of code was being produced by NQV:ONLOAD. I'd forgotten that the ONLOAD= is already in place. So surrounding NQV:ONLOAD with double quotes does the trick and produces the final string of code in the correct syntax for the validator.

              I'm going to include this NQV in the Checkout template as Tracey suggested. However, I'm also going to remove the images as Jo has and hopefully I can get my site to reproduce the same code
              <BODY OnLoad="bPageIsLoaded=true;">
              I'm going to look at custom Doctype now. There seems to be divided opinion on this one. More later...
              www.magicalwonders.com

              Comment


                #82
                Oh dear, it's fess up time. This particular error is down to me, not Actinic. Had a look at some original code and the NQV:ONLOAD has the surrounding quotes in place. Somewhere along the editing process they fell off!

                remove image names from the Navigation dialog box, then I don't think the preloader will try to include them
                I've tried this Jo, but end up with the following code:
                <BODY ONLOAD="PreloadImages('../','../','../','../','../','../','../','../','../')">
                Just wondering what would happen if I coded
                <BODY OnLoad="bPageIsLoaded=true;">
                in place of NQV:ONLOAD. Would it achieve the same result? Probably not eh?

                Myles
                www.magicalwonders.com

                Comment


                  #83
                  Just wondering what would happen if I coded

                  <BODY OnLoad="bPageIsLoaded=true;">
                  That will successfully set the flag, without preloading any images. Should work OK, assuming that's what you want.
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment


                    #84
                    Thanks Norman,

                    I'll give it a go.

                    Myles
                    www.magicalwonders.com

                    Comment

                    Working...
                    X