Help with this plz

Results 1 to 2 of 2
  1. #1
    Sorcerer Supreme petertoft is offline
    Member +Rank
    Jan 2008 Join Date
    In ur mom!Location
    417Posts

    Help with this plz

    Hey im trying to get help i search google its no help this dam thing lol i hate websites:D ok well i got a code here and im trying to add them into a popup window.It needs to be in Php or Java i rather Java here are the codes.
    PHP
    <!-- ADster Text Ads Code START -->
    <?php include("http://adserve.adster.com/sserve.php?pid=25949"); ?>
    <!-- ADster Text Ads Code END -->

    JavaScript
    <!-- ADster Text Ads Code START -->
    <script language="javascript" type="text/javascript" src="http://adserve.adster.com/serve.php?pid=25949"></script>
    <!-- ADster Text Ads Code END -->

    Now im trying to add them into a popup window is that posable if not tell me if so can someone help me?


  2. #2
    Newbie gfun is offline
    MemberRank
    Nov 2007 Join Date
    15Posts

    Re: Help with this plz

    Yes it's possible, you need to use;
    window.open() to open a new window (or pop up) but you need an existing page like, ad.html.



Advertisement