We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Strange...; JS users only
Topic Started: Oct 1 2005, 12:43 PM (130 Views)
Woody.
Member Avatar
¬_¬
[ *  *  *  *  *  *  * ]
This is really confusing me;
I was using the "Try it editor" of W3Schools. I was practicing and my code wasn't working. When It was correct, I typed This which didn't work:
Quote:
 

<html><head><script type="text/javscript">function message()
{ alert("test") }
</script></head><body onload="message()"></body></html>


and this did
Quote:
 

<html><head><script tpye="text/javscript">function message()
{ alert("test") }
</script></head><body onload="message()"></body></html>


Why is this? When you click the example it comes up with type and works, but when I am typing it only tpye works. Does anyone know why this is >.<?
Offline Profile Quote Post Goto Top
 
glen37
Member
[ *  *  * ]
I'm not going to lie, that is really strange.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Technology Chat · Next Topic »
Add Reply