Closed Thread
Results 1 to 6 of 6

Thread: JavaScript

  1. #1
    Bannana97 is offline Newbie
    Join Date
    Jan 2009
    Posts
    5
    Rep Power
    0

    Exclamation JavaScript

    What is JavaScript?

    JavaScript, also known as JS, has been around for a long time.
    We usually use this to control a browser, make a cookie, and even use an 'if' statement, alerts, comfirms, promts, and alot more.

    Example:
    Code:
    <script language="JavaScript">
    alert('hi')
    </script>
    That will create a popup with the word 'hi'...

    JavaScript could be harmful.

    Sense they make cookies, they can view files on your computer.
    Tracking_Cookies are okay. Usually found on:

    roblox,
    myspace,

    and other websites that you can 'log in' to.

    Web Browsers have not blocked cookies, unless you set it to.

    Blocking cookies can be bad, but also good.

    JavaScript, as I said could also be used to controll browsers;

    Code:
    <a href="#" onclick="javascript:closeWindow()">
    That will close the window, unless you have JavaScript disabled on your browser.

    Thats the JavaScript tutorial.

    Thanks!


    Bannana97
    HerbertsWorld Corporation

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: JavaScript

    Instead of this:

    Code:
    <script language="JavaScript">
    I usually do this:

    Code:
    <script type="text/javascript">
    I don't know what difference it makes. In future please post tutorials in the Tutorials section.
    Last edited by Xav; 02-03-2009 at 09:03 AM. Reason: Formatting

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  4. #3
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: JavaScript

    According to w3schools, "type", "src", "charset" and "defer" are the only valid attributes to the <script> tag.

    I consider this posting more of a spam rather of a good posting, especially, considering the other posting in this category.

  5. #4
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: JavaScript

    i think he is spamming for his corporate
    yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

  6. #5
    ysye Guest

    Re: JavaScript

    javescript

  7. #6
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: JavaScript

    Even if this was a useful tutorial (which it really isn't), it doesn't flow very well and it's just random facts that aren't explained very well. Yeah, it's just spam for the corp...

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help with Javascript
    By Soupturkey in forum JavaScript and CSS
    Replies: 2
    Last Post: 05-16-2010, 03:16 AM
  2. javascript help
    By -Hurricane- in forum JavaScript and CSS
    Replies: 3
    Last Post: 05-06-2010, 06:53 AM
  3. javascript help
    By hkp in forum JavaScript and CSS
    Replies: 2
    Last Post: 06-04-2009, 11:55 PM
  4. C++ and JavaScript
    By aloplop in forum C and C++
    Replies: 0
    Last Post: 09-22-2008, 07:24 AM
  5. CRC (JavaScript)
    By RobotGymnast in forum JavaScript and CSS
    Replies: 3
    Last Post: 04-21-2008, 01:02 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts