KiKAzz
September 16, 2005, 1:20 am
Ok, i've been working on soldat e!'s site now since i'm the new owner. Tihs is just a basic layout, and didn't add the links a stuff. It'll have fun stuff like movies, storys, comics, etc. If you look theres no frame I need a little help since i'm not good at inserting the frames so it could go where I wanted too. I'm also looking for some people to help me with the site. And does anyone got some php script to open a new window to download with the info?
http://soldate.fracturedsoldat.com
Deleted User
September 16, 2005, 4:47 am
Code:[code]<head>
<script type="text/javascript">
<!-- Begin
function doPopups() {
if (!document.getElementsByTagName) return false;
var links=document.getElementsByTagName("a");
for (var i=0; i < links.length; i++) {
if (links[i].className.match("popup")) {
links[i].onclick=function() {
// Below - to open a full-sized window, just use: window.open(this.href);
window.open(this.href, "", "top=40,left=40,width=600,height=400,scrollbars");
return false;
}
}
}
}
window.onload=doPopups;
// End -->
</script>
</head>
<body>
<div align="center">
<a href="http://javascript.internet.com/" class="popup">JavaScript Source</a><br>
</div>
[/code]That should open a new window.
KiKAzz
September 16, 2005, 4:20 pm
I'm gunna try that out s4r, thanks for finding it. I can make the text bigger if you want.
Deleted User
September 16, 2005, 5:53 pm
The text isn't a bad size, it's just all bunched up. If you can, try and space them out a bit more. I think css can do it, I'll look up a script when I get home. :)
KiKAzz
September 24, 2005, 1:35 am
I updated the site now with a splash page. Will be adding more stuff. http://soldate.fracturedsoldat.com
KiKAzz
September 24, 2005, 6:04 am
Thanks, anyone wanna affiliate with me? I got no affiliates... :(
Major Alwex
October 4, 2005, 8:59 pm
Nice man. Put up some shizzle and we might just link u up!
Deleted User
October 4, 2005, 9:42 pm
You're using one of my favorite fonts. ;c
KiKAzz
October 7, 2005, 12:17 am
I'm knida delayed 'cause my brother just reformatted the computer with the site on it, so i'm going to find it late today.
Rambo_6
October 8, 2005, 1:34 am
S4r, that popup thing you typed....
How does it work? I want to add a feature like that to my site.
HOw do you specify what link is clicked, and what the popup contains?
Deleted User
October 8, 2005, 4:21 am
It's easier for beginners to just use a generator, and learn from the script. Just play around with it.
Use one of these.
http://javascript.internet.com/generators/popup-window.html
http://javascriptkit.com/popwin/index.shtml
http://www.echoecho.com/toolpopupgenerator.htm
http://www.hypergurl.com/newwindow.html
The popup window works just like when you hit "Preview Reply" when posting a reply in these forums.
KiKAzz
October 8, 2005, 5:18 am
The code to it is pretty simple, all you gotta change is the link, the length and width and the text you want it to say.
Rambo_6
October 9, 2005, 7:24 am
Hmm, i still don't get how to make the popup specific to a link you click.
EDIT: Oh i see, there are two parts to it. Problem solved.
KiKAzz
October 10, 2005, 6:42 am
Pretty simple code, it's just basic javascript. I'm almost done the main page, Yay for that teachers strike in B.C.
Aegis
October 10, 2005, 7:41 am
Or you could have made a popup with a simple HTML Anchor tag.
quote:
<a href="Your_File.html" Target="_new">Text Here</a>
It's simpler than using javascript, afaik.
bond_james_bond
October 10, 2005, 1:37 pm
He's going to use the download pages on the original!! I think... I hope...
If u need help, tell me KikAzz -- By Help, I mean like locating movies and stuff. ;)
KiKAzz
October 10, 2005, 9:32 pm
I still need a php or javascript that makes ID's for the movie so i don't have loads of pages for the info of it.
KiKAzz
October 10, 2005, 10:34 pm
Anyone know a good ftp client? Because bullet ftp sucks.
KiKAzz
October 20, 2005, 4:32 am
It's been awhile, but i'm finally done the main page. Check it out. And can someone help me with the links, so it can be redirected to the frame?
KiKAzz
October 25, 2005, 12:27 am
The original had ads and wasn't really spaced out. =S