Announcement

Collapse
No announcement yet.

pop-up window

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

  • pop-up window

    Hello,
    When I click on a link on my main page I want small window to pop up on top of the mainpage. How do I do that? I've checked the video tutorials but don't seem to find the answer there..

    Thanks!

    Andreas

  • #2
    See if this works:

    Create your page in Bluevoda and publish it. Then use this code on your website to link to it.

    <a href=http://www.yourdomain.com onclick="window.open('http://www.yourdomain.com,'popup','width=500,height=500,s crollbars=no,resizable=no,toolbar=no,directories=n o,location=no,menubar=no,status=no,left=0,top=0'); return false">About</a>

    Put the address of the popup page in the 'http://www.yourdomain.com'.
    ::Steven.H::

    Comment


    • #3
      Yes, this may be what I'm after.. But exactly where on my webpage do I insert the code? In the page HTML? Or should I use a script?

      Andreas

      Comment


      • #4
        You will have to play around with it, I am not so great in html code.

        Try doing both.
        ::Steven.H::

        Comment


        • #5
          If you can't figure it out try using this neat program:

          http://www.itlocation.com/en/software/prd48592,,.htm
          ::Steven.H::

          Comment


          • #6
            place the code in html box and place where you want it
            www.bluevodaexchangelink.com
            BluevodaExchangeLink Help Center
            Bluevodaexchangelink Forum

            The only place for bluevoda site to be linked with!

            Comment


            • #7
              Thanks guys for your suggestions :) I think I'll give the popupmaker program a try..

              Andreas

              Comment


              • #8
                Originally posted by djloke
                Thanks guys for your suggestions :) I think I'll give the popupmaker program a try..

                Andreas

                You still will need to use the html box to place the code from the pop program onto your web site
                www.bluevodaexchangelink.com
                BluevodaExchangeLink Help Center
                Bluevodaexchangelink Forum

                The only place for bluevoda site to be linked with!

                Comment


                • #9
                  Originally posted by Maddog
                  You still will need to use the html box to place the code from the pop program onto your web site
                  Yes, no probs :) Thanks!

                  Andreas

                  Comment

                  Working...
                  X