SMF For Free Support Forum
Signup For Free Forum
September 05, 2008, 12:05:41 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: Java Script  (Read 774 times)
0 Members and 1 Guest are viewing this topic.
The Destructor
SMF For Free Member
*
Offline Offline

Posts: 97



View Profile WWW
« on: January 21, 2008, 11:52:49 am »

Forum Url: http://bloodofdeath.smfforfree4.com
does anyone use any websites to create their codes?if u do please post the url  Wink

thanks
Logged

Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 540


AKA Sub Zero


View Profile WWW
« Reply #1 on: January 21, 2008, 12:26:28 pm »

I don't, but if you are using Java, you should know how to code things. Also, a hint, you may want to move this to Programing>Java  Wink
Logged



Latest
slayer766
SMF For Free Member
*
Offline Offline

Posts: 36



View Profile WWW
« Reply #2 on: January 29, 2008, 09:44:15 am »

Well what kinds of codes are you looking for?
Logged

Check our Code Index which currently contains 453 codes!

Supernovadelta
SMF For Free Full Member
*
Offline Offline

Posts: 106


Supernovadelta Productions.


View Profile WWW
« Reply #3 on: June 16, 2008, 02:32:18 am »

Well what kinds of codes are you looking for?
I think he might be looking for the basic codes,like <HTML> or <BODY>
Logged

Jason Jones
SMF For Free Member
*
Offline Offline

Posts: 31


Live for yourself because life is too short


View Profile WWW
« Reply #4 on: June 20, 2008, 12:33:18 am »

If your looking for a way to write JavaScript codes all you need is Notepad and the knowledge to save as an HTML document because JavaScript isnt a full fleged Programming Language its just a Scripting language that is implememnted directly into an html docment.

Heres an Example of how JS is implemented into HTML. This code simply creates a special welcome message which is located inside a fieldset for special effects 2funny
Code:
<fieldset>
<script type="JavaScript">
var name= prompt("What is your name?","Name")
document.write("Hi "+name+"!")
</script>
</fieldset>
The rest of your page goes here
This code would make a pop up that says What is your name? [Name]
Then after you type it in it would write inside a fieldset
Hi Name!

Logged



Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.198 seconds with 19 queries.