CDeez
06-09-2005, 01:31 PM
(i hope the is the right section for this post)
Hello, i am only 15 years old and i am in the making of this gaming website and community thing (still working on it)
see it at www.crystal-galaxy.co.nr or www.crystal-galaxy.ultimatefighting.org (enter this site and click "enter Site' on the intro page)
if you dont have like pop up blocker you should recieve atleast 1 little random pop up. it will be a picture like to one of my friend sites (affiliates i think) then maybe some from the free domain provider (nothing i can do bout that)
anyways my problem is that i have the code
<HTML><HEAD>
<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY>
<script type="text/javascript">
//JK Popup Window Script (version 3.0)- By JavaScript Kit (http://www.javascriptkit.com)
//Visit JavaScriptKit.com for free JavaScripts
//This notice must stay intact for legal use
//Win Type: Pop Up | Always
//Specify URLs to randomly select from and popup/popunder:
//To display a single URL, just remove all but the first entry below:
var popurls=new Array()
popurls[0]="http://www.crystal-galaxy.co.nr/pop.html"
popurls[1]="http://www.crystal-galaxy.co.nr/pop2.html"
popurls[2]="http://www.crystal-galaxy.co.nr/pop3.html"
popurls[3]="http://www.crystal-galaxy.co.nr/pop4.html"
function openpopup(popurl){
var winpops=window.open(popurl,"","width=307,height=175,")
}
openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
</script>
</BODY></HTML>
and as you see in the red, i have to have the window pop up to be at a certain size. Therefore, i would have to make my content (text or pictures) all the same right size to fit into this thing if not the pic or text will be distorted.
But i would like to have big and small popups and just one easy code such as this.
i've tried different things to try to auto fit it but i am not too skilled in html... So could someone please help me?
thank you :thumbup:
Hello, i am only 15 years old and i am in the making of this gaming website and community thing (still working on it)
see it at www.crystal-galaxy.co.nr or www.crystal-galaxy.ultimatefighting.org (enter this site and click "enter Site' on the intro page)
if you dont have like pop up blocker you should recieve atleast 1 little random pop up. it will be a picture like to one of my friend sites (affiliates i think) then maybe some from the free domain provider (nothing i can do bout that)
anyways my problem is that i have the code
<HTML><HEAD>
<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY>
<script type="text/javascript">
//JK Popup Window Script (version 3.0)- By JavaScript Kit (http://www.javascriptkit.com)
//Visit JavaScriptKit.com for free JavaScripts
//This notice must stay intact for legal use
//Win Type: Pop Up | Always
//Specify URLs to randomly select from and popup/popunder:
//To display a single URL, just remove all but the first entry below:
var popurls=new Array()
popurls[0]="http://www.crystal-galaxy.co.nr/pop.html"
popurls[1]="http://www.crystal-galaxy.co.nr/pop2.html"
popurls[2]="http://www.crystal-galaxy.co.nr/pop3.html"
popurls[3]="http://www.crystal-galaxy.co.nr/pop4.html"
function openpopup(popurl){
var winpops=window.open(popurl,"","width=307,height=175,")
}
openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
</script>
</BODY></HTML>
and as you see in the red, i have to have the window pop up to be at a certain size. Therefore, i would have to make my content (text or pictures) all the same right size to fit into this thing if not the pic or text will be distorted.
But i would like to have big and small popups and just one easy code such as this.
i've tried different things to try to auto fit it but i am not too skilled in html... So could someone please help me?
thank you :thumbup: