Viewing 5 replies - 1 through 5 (of 5 total)
  • I made it with a javascript opening a popup

    Thread Starter wewill

    (@wewill)

    Can you tell me, which and how?

    First you put in the <head> this code :

    <SCRIPT LANGUAGE=”JavaScript”>
    //Begin
    function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval(“page” + id + ” = window.open(URL, ‘” + id + “‘, ‘directories=0,titlebar=0,toolbar=0,location=0,status=0,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=300,left = 650,top = 375’);”);
    }
    // End
    </script>

    Then in your body (where you wanted to put your link :

    <div class=”if you want one”>Text of the link (or anything ealse</div>

    Hope will help

    Thread Starter wewill

    (@wewill)

    But how will the javascript be triggered?
    By a class or what?

    “Text of the link (or anything ealse)” will be your link

    you can resize the popup in the script pasted in the head

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can I popup posts?’ is closed to new replies.