Announcement

Collapse
No announcement yet.

background or image in pop up using href link

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

    background or image in pop up using href link

    hi. have a site running and have managed to get a nice pop up to using a href link. can anyone tell me how i can get a background or additional images within the pop up as it doesnt use the same info to genearate pop up as the normal pop up option?

    am using something like this code (which i found on this forum) to generate pop up from link..
    <A onclick="ShowPopUp(this.href,400,420);return false;"
    href="picture.jpg">more</A>

    How do i get a background or additional images in pop up??

    Please help. Many thanks from Platinum

    #2
    Hi,

    I'm afraid that I have searched the internet and cannot find anything that gives an easy answer to this. My only suggestion would be to create a separate page for your popup which contains your background colour and extra images and then refer to this in the link instead of 'picture.jpg' put 'pagename.html'. You can upload this page through actinic by adding it into the 'Advanced | Additional Files' list.

    Unless there are any javascript experts out there who can help with this.
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      hi tracey, thanks for your answer.. have already tried that using the existing info htmls i have after using generate pop up option,
      eg ('info%5f27%2ehtml',550,600);
      have also amended extendedinfo.html to show a picture/logo in all pop ups using generate pop up option as well as the individual pop up picture..

      which works fine but requires alot of work to get each individual html page code and would still only be able to have one pic which i select in generate pop up unless i edit each individual info html. still a lot of work especially if you have over 4000 products.

      am looking for the javascript code like in extendedinfo.html used by generate pop up to generate each info html.
      what does the "ShowPopUp(this.href,400,420);" use to generate the pop up? is this somewhere in actinic program? or is the "showpopup" just a normal html command?? if i could find this then i must be able to add a background or pic in there like i have in extendedinfo.html???

      hope it all makes sense i'm still trying to get my head round it all myself (am new to this).. Please help, Platinum

      Comment


        #4
        Hi,

        what does the "ShowPopUp(this.href,400,420);" use to generate the pop up? is this somewhere in actinic program?
        This is javascript and is held in 'actiniccore.js' which is in your site folder.
        ********************
        Tracey
        SellerDeck

        Comment

        Working...
        X