+ Reply to Thread
Results 1 to 7 of 7

Thread: Is It Possible To Create A Pop Up Ad
      
   

  1. #1
    cmwatts67's Avatar
    cmwatts67 is offline Sergeant Major
    Join Date
    Aug 2005
    Location
    Norwich United Kingdom
    Posts
    96

    Default Is It Possible To Create A Pop Up Ad

    I want to put up a competition where the winner wins a copy of ULEAD VIDEO STUDIO 9 THIS MONTH I was wondering whether i could use blue voda 7 and make a pop up.

    www.softwareeditorial.com

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Is It Possible To Create A Pop Up Ad

    Do you mean a competion on your website, or where ?
    Your question need a little clarification.....
    You can certainly create popups from your web pages...is that what you are asking???????

  3. #3
    cmwatts67's Avatar
    cmwatts67 is offline Sergeant Major
    Join Date
    Aug 2005
    Location
    Norwich United Kingdom
    Posts
    96

    Default Re: Is It Possible To Create A Pop Up Ad

    Actually I did put the website on my original query here it is again www.softwareeditorial.com

  4. #4
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Is It Possible To Create A Pop Up Ad

    Hi cmwatts67,
    Sorry, but your url looked so profesional that I thought that it was a request to have the competition here......ooops.....
    Any way , heres a link to enable you to achieve that popup you wanted...http://www.vodahost.com/vodatalk/blu...-up-again.html

    btw: like your site and when do I win the prize....just joking,

  5. #5
    cmwatts67's Avatar
    cmwatts67 is offline Sergeant Major
    Join Date
    Aug 2005
    Location
    Norwich United Kingdom
    Posts
    96

    Default Re: Is It Possible To Create A Pop Up Ad

    Thanks David

    I will give that a try it sounds that this will work nicely.

    if you want free software all i need is someone that will review it, if you want you could review a software called for example called PROJECT DOGWAFFLE PRO - http://www.squirreldome.com/cyberop.htm.

    if you review it I will send it to you free of charge on receipt of the review.
    Regards



    Chris Watts
    www.softwareeditorial.com

  6. #6
    allstarfaces's Avatar
    allstarfaces is offline Brigadier General
    Join Date
    Apr 2006
    Location
    manchester england
    Posts
    1,665

    Default Re: Is It Possible To Create A Pop Up Ad

    mmmm yes sorry rong forum

  7. #7
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Is It Possible To Create A Pop Up Ad

    Hi Chris,
    Thanks for the offer but that type of program is not my cup of tea.....
    I prefer database or web design tools and software of that nature.

    If you need to control your popup window i.e. centered, scroll bars etc
    you might want to see below.....

    <script language="javascript" type="text/javascript">
    <!--
    /************************************************** **
    Author: Eric King
    Url: http://redrival.com/eak/index.shtml
    This script is free to use as long as this info is left in
    Featured on Dynamic Drive script library (http://www.dynamicdrive.com)
    ************************************************** **/
    var win=null;
    function NewWindow(mypage,myname,w,h,scroll,pos){
    if(pos=="random"){LeftPosition=(screen.width)?Math .floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Mat h.random()*((screen.height-h)-75)):100;}
    if(pos=="center"){LeftPosition=(screen.width)?(scr een.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
    else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
    settings='width='+w+',height='+h+',top='+TopPositi on+',left='+LeftPosition+',scrollbars='+scroll+',l ocation=no,directories=no,status=no,menubar=yes,to olbar=no,resizable=yes';
    win=window.open(mypage,myname,settings);}
    // -->
    </script>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49