Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Free Town

Pages: [1]
1
Gaming / Re: The best system
« on: March 22, 2008, 10:42:41 pm »
xBox 360 for me it has xBox live :)

2
Graphics / Re: murder Sig
« on: March 22, 2008, 10:41:04 pm »
Looks amazing, every thing blends in i  :smitten: it

3
Graphics / Re: talk about dedication!
« on: March 22, 2008, 10:37:38 pm »
Looks nice i kinda like the first one better  8)

4
SMF For Free Codes and Support / I Need Help
« on: November 12, 2006, 10:38:30 am »
Smfforfree i have my own fourm now i want to know how you added the font size and font face bits :)

5
General Support / Re: No links image for links :( on blackday
« on: November 07, 2006, 01:28:43 am »
thanks i can see now :)

6
General Support / Re: No links image for links :( on blackday
« on: November 05, 2006, 11:13:34 am »
no i cant and other members

7
General Support / No links image for links :( on blackday
« on: November 04, 2006, 05:43:06 pm »
i can make you one if you just say the font :P

8
PHP / Re: I need PHP programers...
« on: October 23, 2006, 02:48:35 pm »
try learn PhP all i can make is a calculator...

9
General Support / Re: Drop down box
« on: October 23, 2006, 02:45:19 pm »
here the coder way...
Code: [Select]
<html>
<head>
<title>Drop down selection</title>
<script language="JavaScript">
 
/*implements combo box-links to pages -url locations*/
function SelectLink(){
     if (document.Links.max.options[document.Links.max.selectedIndex].value != "none"){
             url = document.Links.max.options[document.Links.max.selectedIndex].value
             location =url
       }       
}
 
</script>
 
</head>
<body >
<p>Select an website to go on!</p>
 
<form name="Links" >
  <select name="max" onChange="SelectLink()">
    <option value="#">Choose one!</option>
    <option value="http://www.runescape.com"> RuneScape</option>
    <option value="http://Moparisthebest.com/smf"> Mopar Is The Best Forums</option>
    <option value="http://wwwMoparscape.org/smf">MoparScape Forums</option>
    <option value="http://www.goat-spirit.com">Goat Spirit Forums</option>
    <option value="http://www.dan.forumup.com"> Dans Forums</option>
    <option value="http://www.rs2armor.com/smf">Rs2 Amour Forums</option>
    <option value="http://www.oyunstar.com">Turkish Games (funny)</option>
    <option value="http://www.miniclip.com">MiniClip</option>
    <option value="http://www.Google.com">Google Com</option>
    <option value="http://www.Google.co.uk">Google UK</option>
    <option value="http://www.yoursmf.com/rangescape1">RangeScape New Forums!</option>

     


  </select>
</form>
 
</body>
</html>
Made By Fr33_T0_PK

10
General Support / Re: 2 questions...
« on: October 23, 2006, 01:06:34 pm »
to make a child board

11
General Support / Re: Drop down menus
« on: October 23, 2006, 12:57:13 pm »
heres the code
Code: [Select]
<html>
<head>
<title>Drop down selection</title>
<script language="JavaScript">
 
/*implements combo box-links to pages -url locations*/
function SelectLink(){
     if (document.Links.max.options[document.Links.max.selectedIndex].value != "none"){
             url = document.Links.max.options[document.Links.max.selectedIndex].value
             location =url
       }       
}
 
</script>
 
</head>
<body >
<p>Select an website to go on!</p>
 
<form name="Links" >
  <select name="max" onChange="SelectLink()">
    <option value="#">Choose one!</option>
    <option value="http://www.runescape.com"> RuneScape</option>
    <option value="http://Moparisthebest.com/smf"> Mopar Is The Best Forums</option>
    <option value="http://wwwMoparscape.org/smf">MoparScape Forums</option>
    <option value="http://www.goat-spirit.com">Goat Spirit Forums</option>
    <option value="http://www.dan.forumup.com"> Dans Forums</option>
    <option value="http://www.rs2armor.com/smf">Rs2 Amour Forums</option>
    <option value="http://www.oyunstar.com">Turkish Games (funny)</option>
    <option value="http://www.miniclip.com">MiniClip</option>
    <option value="http://www.Google.com">Google Com</option>
    <option value="http://www.Google.co.uk">Google UK</option>
    <option value="http://www.yoursmf.com/rangescape1">RangeScape New Forums!</option>

     


  </select>
</form>
 
</body>
</html>
Made By Fr33_T0_PK

12
JavaScript / Re: Make all the images on a page move!
« on: October 23, 2006, 12:22:44 pm »
 :o

Pages: [1]