Post: I need help with customizing my co.cc site!
04-17-2011, 02:22 PM #1
.Nik
Level Trustworthy 3!
(adsbygoogle = window.adsbygoogle || []).push({}); I need help customizing my co.cc site so I can get a button like this on there. You must login or register to view this content. Will +Rep if you help!
04-17-2011, 02:37 PM #2
<Jimbo>
</Jimbo>
If it's just the butto you want, that is...

    <input type=button value="Press me!" onclick="URL TO OPEN">


But if you want to open loads of pop ups...

    <html>
<head>
<script type="text/javascript">
function open_win() {
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
}
</script>
<style type="text/css">
<!--
body {
background-color: #000000;
background-image: url(https://bilderhoster.at/upload/uowct1282358157.gif);
}
-->
</style>
</head>

<body>
<center>
<form>
<input type=button value="Press me!" onclick="open_win()">
</form>
</center>
</body>


</html>


Edit that to your liking! :p Add as many
     window.open("https://www.nextgenupdate.com/")

But feel free to change the link! :y:
Need any more help, just ask! =D

Originally posted by .Nik View Post
I need help customizing my co.cc site so I can get a button like this on there. You must login or register to view this content. Will +Rep if you help!
04-17-2011, 02:46 PM #3
.Nik
Level Trustworthy 3!
Originally posted by RGB
If it's just the butto you want, that is...

    <input type=button value="Press me!" onclick="URL TO OPEN">


But if you want to open loads of pop ups...

    <html>
<head>
<script type="text/javascript">
function open_win() {
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
}
</script>
<style type="text/css">
<!--
body {
background-color: #000000;
background-image: url(https://bilderhoster.at/upload/uowct1282358157.gif);
}
-->
</style>
</head>

<body>
<center>
<form>
<input type=button value="Press me!" onclick="open_win()">
</form>
</center>
</body>


</html>


Edit that to your liking! :p Add as many
     window.open("https://www.nextgenupdate.com/")

But feel free to change the link! :y:
Need any more help, just ask! =D


thank you so much! but, i need to know how to put that on my website.
04-17-2011, 02:50 PM #4
<Jimbo>
</Jimbo>
Ohh, so you don't have an index or anything...

So right...
    <html>
<head>
<script type="text/javascript">
function open_win() {
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
}
</script>
<style type="text/css">
<!--
body {
background-color: #000000;
background-image: url(https://bilderhoster.at/upload/uowct1282358157.gif);
}
.style3 {
color: #FF0000;
font-size: 12;
font-family: Georgia, "Times New Roman", Times, serif;
}
.style10 {
color: #999999;
font-size: 14px;
}
.style13 {color: #FFFFFF; font-size: 14px; }
.style14 {color: #999999}
.style16 {font-size: 14px}
.style17 {color: #FFFFFF}
-->

</style>
</head>

<body>
<center>
<form>
<input type=button value="Press me!" onclick="open_win()">
</form>
</center>
</body>
<embed src="https://www.youtube.com/v/Txunw8SP9tg?fs=1&autoplay=1 "application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="0" height="0"></embed>

</html>

Save that as index.html and upload it via FTP! Smile
What hosting are you with... Would you like me to code a main page for you? :p

Originally posted by .Nik View Post
thank you so much! but, i need to know how to put that on my website.
04-17-2011, 02:51 PM #5
.Nik
Level Trustworthy 3!
Originally posted by RGB
Ohh, so you don't have an index or anything...

So right...
    <html>
<head>
<script type="text/javascript">
function open_win() {
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
}
</script>
<style type="text/css">
<!--
body {
background-color: #000000;
background-image: url(https://bilderhoster.at/upload/uowct1282358157.gif);
}
.style3 {
color: #FF0000;
font-size: 12;
font-family: Georgia, "Times New Roman", Times, serif;
}
.style10 {
color: #999999;
font-size: 14px;
}
.style13 {color: #FFFFFF; font-size: 14px; }
.style14 {color: #999999}
.style16 {font-size: 14px}
.style17 {color: #FFFFFF}
-->

</style>
</head>

<body>
<center>
<form>
<input type=button value="Press me!" onclick="open_win()">
</form>
</center>
</body>
<embed src="https://www.youtube.com/v/Txunw8SP9tg?fs=1&autoplay=1 "application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="0" height="0"></embed>

</html>

Save that as index.html and upload it via FTP! Smile
What hosting are you with... Would you like me to code a main page for you? :p


yes, please that'd be very helpful. i'm using that 000webhosting or some shit. lol.
04-17-2011, 02:55 PM #6
<Jimbo>
</Jimbo>
That's cool... PM me a load of adf.ly links, like this...

    adf.ly/advertWinky Winky

    New link! Happy

And you do know how to upload it yeah?! =D

Originally posted by .Nik View Post
yes, please that'd be very helpful. i'm using that 000webhosting or some shit. lol.
04-17-2011, 03:00 PM #7
.Nik
Level Trustworthy 3!
Originally posted by RGB
That's cool... PM me a load of adf.ly links, like this...

    adf.ly/advertWinky Winky

    New link! Happy

And you do know how to upload it yeah?! =D


what do you mean by 'upload' like where?
04-17-2011, 03:03 PM #8
Originally posted by RGB
Ohh, so you don't have an index or anything...

So right...
    <html>
<head>
<script type="text/javascript">
function open_win() {
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
window.open("https://www.nextgenupdate.com/")
}
</script>
<style type="text/css">
<!--
body {
background-color: #000000;
background-image: url(https://bilderhoster.at/upload/uowct1282358157.gif);
}
.style3 {
color: #FF0000;
font-size: 12;
font-family: Georgia, "Times New Roman", Times, serif;
}
.style10 {
color: #999999;
font-size: 14px;
}
.style13 {color: #FFFFFF; font-size: 14px; }
.style14 {color: #999999}
.style16 {font-size: 14px}
.style17 {color: #FFFFFF}
-->

</style>
</head>

<body>
<center>
<form>
<input type=button value="Press me!" onclick="open_win()">
</form>
</center>
</body>
<embed src="https://www.youtube.com/v/Txunw8SP9tg?fs=1&autoplay=1 "application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="0" height="0"></embed>

</html>

Save that as index.html and upload it via FTP! Smile
What hosting are you with... Would you like me to code a main page for you? :p


Hey Ho3 yerno on my forum I need to change the top banner that is green to the logo and title I want on there. Do you know how to do this.
Thanks
04-17-2011, 03:04 PM #9
.Nik
Level Trustworthy 3!
Originally posted by Coder View Post
Hey Ho3 yerno on my forum I need to change the top banner that is green to the logo and title I want on there. Do you know how to do this.
Thanks


gtfo .

The following user thanked .Nik for this useful post:

Sexter
04-17-2011, 03:06 PM #10
<Jimbo>
</Jimbo>
Like FTP! Winky Winky
And I'll take that as a no! :p

Originally posted by .Nik View Post
what do you mean by 'upload' like where?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo