Announcement

Collapse
No announcement yet.

calling an Html page

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

    calling an Html page

    I would like to call an html page from the product information. What are the possibilities ?
    Thank you
    Didier
    www.supreme.fr
    _____________________
    Saint Malo. France

    #2
    you can place any code you like within the product description.

    !!<put your code here>!!

    Comment


      #3
      This is written up in the Actinic Help - just look for "Embedding HTML".
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Ok I have find and try this.
        I have included :
        !!<<input type=button value="Règle du baby" onclick="ShowPopUp('http://www.pool.fr/acatalog/tom.html',800,600)">>!!
        in the produc description, but it give me a error message. I don't understand why ?
        Didier
        www.supreme.fr
        _____________________
        Saint Malo. France

        Comment


          #5
          It should work. When I copy and paste your code into my web page and then preview and click the button it takes me straight to your Suprême page.

          Can you show the actual error message?
          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


            #6
            The message is "error on the page"
            you can check at this adress : http://www.pool.fr/acatalog/baby_bonzini.html
            Thanks
            Didier
            www.supreme.fr
            _____________________
            Saint Malo. France

            Comment


              #7
              Look at your page using Firefox (www.mozilla.org) and with Tools / JavaScript console set on, as this gives you much better error messages than IE's useless ones.
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment


                #8
                this could be the error [bold]<div align="center">>[/bold]

                Code:
                <div align="center">>   <A NAME="aA3"> <FONT FACE="VERDANA" SIZE="2"><B>Nouveau</B></FONT></A><p><FONT FACE=VERDANA SIZE=2><CENTER><FONT FACE="arial" SIZE="+1"COLOR="#FF0000"><I>
                Livraison GRATUITE partout en France sous 3 jours
                 </I></FONT></CENTER> <BR><BR><input type=button value="Règle du baby" onclick="ShowPopUp('http://www.pool.fr/acatalog/tom.html',800,600)"><BR></FONT></p>
                move that second > to before the <div> tag and see if it works then.
                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


                  #9
                  Someone's removed the ShowPopUp routine from actinicore.js

                  You're also not loading actinicextras.js in Act_Primary.html. E.g. the line

                  Code:
                  <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
                  seems to be missing. It's usually below the actinicore one.

                  PS I see you're using HV_Menu. There's a version of that on www.drillpine.biz/actinicstuff - NorTree - that automatically builds the menu from your Actinic section structure.
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment


                    #10
                    To NormanRouxel, the "<SCRIPT LANGUAGE="JavaScript" ..." has been loaded, it is in the 3rd line on the source. About menu, I will check later, thank you.
                    To wjcampbe, I don't think it is an error with "[bold]<div align="center">>[/bold]" as I have tried to put this html call on another product, and I have also create a new product only to call this, and it doesn't work.
                    I have also tried another html code : "!!<<a href="javascript:ShowPopUp('http://www.pool.fr/acatalog/pop.html',800,600)">Click here</a>>!!" and i have the same error !!!
                    Didier
                    www.supreme.fr
                    _____________________
                    Saint Malo. France

                    Comment


                      #11
                      OK, when I first looked it appeared that you had the div tag contained within the previous tag. Looking more closely, I see that you are using > as a character.

                      Does the button work in preview mode on your machine? If yes then there is an error in the version of actinicore.js on your server - reload that file. If no, then copy actinicore.js from your installation cd to your machine, confirm it works, then copy up to your website.

                      The code for the button is correct and does work when pasted into a working version of Actinic.
                      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


                        #12
                        Ok it seems to work. I have loaded the actiniccore.js not from my installation cd but from another website using actinic. It is a newer version (from 2004, mine was from 2002), probably a more recent version of actinic.
                        Thank you for all.
                        Didier
                        www.supreme.fr
                        _____________________
                        Saint Malo. France

                        Comment


                          #13
                          That was it. Speaking now with hindsight - Popup Pages weren't in V5.

                          You could just add the ShowPopup routine from a V6 or V7 actiniccore.js file to the bottom of your V5 one.
                          Norman - www.drillpine.biz
                          Edinburgh, U K / Bitez, Turkey

                          Comment

                          Working...
                          X