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
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
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???????
Actually I did put the website on my original query here it is again www.softwareeditorial.com
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,
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
mmmm yes sorry rong forum
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>
There are currently 1 users browsing this thread. (0 members and 1 guests)