The way rnd explained it to me, it's really clear in my head now. What better way to test it than to try to answer your question. The way I understand it, if...
I have no clue. And the thing is, you can try to test the code in a browser or two but because the browsers all react inconsistently, it's impossible to tell without someone with great experience in...
Your answer 3. was so unbelievable I had to do further research. I read your link and I read a lot more websites. If I interpret your answer correctly, this whole "this" thing is incredibly easy. ...
Thanks for the thorough response. I looked up toSource(). If I only knew about it sooner. They really should have a little debug chapter that shows all the cool function that exists. I don't know...
I have to tell you that's amazing. I can understand php failing when you put in extraneous functions, but I guess I just thought Javascript would ignore unknown variables the way css would. I don't...
Does firebug do something special to force scripts to run? I found this script that unfortunately uses the document.write method. It doesn't run unless I have firebug console enabled. Then it runs...
Well, after beating my head against the wall for five days and reading books everywhere, I've figured out how to make an html page locally to test code in stead of uploading all the time. I've tried...
This message board is like MrExcel, so I hope I'm doing the right thing with the code tag. I thought about the prior two suggestions. I put my script all the way at the bottom of the screen, after...
I'm trying to learn Javascript. Honestly, I don't know how you guys do it. Anyway, I wanted a little alert box to open when the url is loaded. So I tried a few permutations: