fanofcena wrote:
scimonster wrote:
I want to know something about JavaScript:
Can it read and print info from a webpage?
If yes, can someone give me the code? Thank you.![]()
JavaScript can do prettymuch whatever u want! its a full fledged programming language that is comparable to C++
![]()
" A basic tutorial to javaScript and webdesign" < That book taught me Html , CSS , JavaScript in 24 hours so is a must read!!!
I can't go to it.
Here's what appears:
[netintelligence logo /]
Sorry, but the website you have attempted to access:
www.scribd.com/doc/16272155/Fast-Track-to-AJAX
is currently blocked by Netintelligence and is classified as
Adult
If you feel you should be permitted to view this website, please ask your parent / guardian or the Netintelligence administrator on your computer.
If you believe that this website should not be in the Adult category, click here to request that the Netintelligence Assessment Team review it.
Please note that the reporting facility is only for genuine mistakes in assessment. If you require assistance with changing your web filter settings, please click here for support contact details or go to our Knowledge Base for more help.
Offline
rdococ wrote:
fanofcena wrote:
scimonster wrote:
I want to know something about JavaScript:
Can it read and print info from a webpage?
If yes, can someone give me the code? Thank you.![]()
JavaScript can do prettymuch whatever u want! its a full fledged programming language that is comparable to C++
![]()
" A basic tutorial to javaScript and webdesign" < That book taught me Html , CSS , JavaScript in 24 hours so is a must read!!!I can't go to it.
Here's what appears:[netintelligence logo /]
Sorry, but the website you have attempted to access:
www.scribd.com/doc/16272155/Fast-Track-to-AJAX
is currently blocked by Netintelligence and is classified as
Adult
If you feel you should be permitted to view this website, please ask your parent / guardian or the Netintelligence administrator on your computer.
If you believe that this website should not be in the Adult category, click here to request that the Netintelligence Assessment Team review it.
Please note that the reporting facility is only for genuine mistakes in assessment. If you require assistance with changing your web filter settings, please click here for support contact details or go to our Knowledge Base for more help.
Not blocked by my parental controls.
Offline
scimonster wrote:
rdococ wrote:
fanofcena wrote:
JavaScript can do prettymuch whatever u want! its a full fledged programming language that is comparable to C++![]()
" A basic tutorial to javaScript and webdesign" < That book taught me Html , CSS , JavaScript in 24 hours so is a must read!!!I can't go to it.
Here's what appears:[netintelligence logo /]
Sorry, but the website you have attempted to access:
www.scribd.com/doc/16272155/Fast-Track-to-AJAX
is currently blocked by Netintelligence and is classified as
Adult
If you feel you should be permitted to view this website, please ask your parent / guardian or the Netintelligence administrator on your computer.
If you believe that this website should not be in the Adult category, click here to request that the Netintelligence Assessment Team review it.
Please note that the reporting facility is only for genuine mistakes in assessment. If you require assistance with changing your web filter settings, please click here for support contact details or go to our Knowledge Base for more help.Not blocked by my parental controls.
![]()
Yesh, because Netintelligence is an unremovable virus.
Offline
did you see my DIV code? Does that work?
Offline
scimonster wrote:
fanofcena wrote:
fullmoon wrote:
USE JQUERY:
Code:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.min.js"></script> <script type="text/javascript"> function loadProjects() { $.get("http://scratch.mit.edu/api/getprojectsbyusername/scimonster",{},function(data) { var projectNumbers = data.split(":") doSomethingWith(projectNumbers) }) }Dont u think JQuery will sorta confuse em ? ? ? ?
Yes.
![]()
Heh, I think it's a lot easier. I would never go through using all that XMLHTTPRequest nonsense. To each his own, I guess.

Offline