Advertise Here

Author Topic: Java Script  (Read 6104 times)

0 Members and 1 Guest are viewing this topic.

Offline The Destructor

  • SMF For Free Member
  • *
  • Posts: 94
    • View Profile
    • Blood of death

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Java Script
« 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  ;)

thanks

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: Java Script
« 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  ;)

Offline slayer766

  • SMF For Free Full Member
  • *
  • Posts: 212
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Java Script
« Reply #2 on: January 29, 2008, 09:44:15 am »
Well what kinds of codes are you looking for?

Offline Supernovadelta

  • SMF For Free Member
  • *
  • Posts: 92
  • Supernovadelta Productions.
    • View Profile
    • supernovadelta

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: Java Script
« 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>

guest4485

  • Guest
Re: Java Script
« 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: [Select]
<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!


 

Related Topics

  Subject / Started by Replies Last post
3 Replies
2022 Views
Last post July 09, 2008, 05:00:15 pm
by Agent Moose
0 Replies
929 Views
Last post May 28, 2009, 07:32:12 pm
by The Script Bunny
4 Replies
6337 Views
Last post September 06, 2009, 07:06:59 pm
by MMFWCL
2 Replies
2187 Views
Last post November 06, 2009, 09:27:57 am
by simply sibyl
5 Replies
1253 Views
Last post October 20, 2014, 04:46:40 am
by SMF For Free