Javascript Error, can't seem to find html tag |
||
Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.
In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.
Zymic Webmaster Forums Web Design & Development Client Side Scripting JavaScript |
||
Javascript Error, can't seem to find html tag |
||
Oct 6 2010, 11:47 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Members Posts: 99 Joined: 14-November 08 From: New Brunswick, Canada Member No.: 68,991 |
Am I missing something here?
CODE <!DOCTYPE html> <html> <script type="text/javascript" src="javacode2.js"> </script> <head> <title> yeah </title> </head> <body> <span id="test"></span> test </body> </html> javacode2.js CODE var span = document.getElementById('test'); span.innerHTML = 'why wont this crap work?'; Opera's handy developer's tool tells me this: Uncaught exception: TypeError: Cannot convert 'span' to object Error thrown at line 3, column 0 in file://localhost/G:/Documents/javacode2.js: span.innerHTML = 'why wont this crap work?'; it cant seem to find the span element. Does it matter that this is not uploaded to a site and is instead opened from my pc? |
|
|
EvilMastermindsProgram I've been getting problems with innerHTML too,... May 14 2011, 10:04 PM
RSpain Probably doesn't work because the script is ru... May 24 2011, 08:39 AM
kocmon Probably doesn't work because the script is ru... May 27 2011, 02:49 AM
Protego The reason why it isn't working is because you... May 29 2011, 09:46 AM
EvilMastermindsProgram Just use jQuery!!!!
Get jQuery fro... Jun 13 2011, 03:37 PM
AlejandraHMolin how to use an html file in another html file ? Aug 27 2011, 04:24 AM
digital123 It'll not work because <span> is an html... Oct 12 2012, 12:44 PM ![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users) |
||
| 0 Members: | ||
Forum Jump |
||
| Lo-Fi Version | Time is now: 19th May 2013 - 12:24 PM |