I have a script that I found online to do dynamic checking of passwords (for
verifying that the re-typed password matches the original). This code works
great in a basic HTML document, but when I try to incorporate the script
into a more complex document that uses lots of nested tables, I get scoping
errors (presumably) when I type in my input field.
Rather than post huge amounts of HTML here, I've linked 2 documents. The
first behaves correctly, the second pops an alert when the function is
entered, and this only happens when the page is first loaded. Can anyone
help show how I should reference the functions to scope them correctly?
First document : http://www.norz.net/example.html
Second, error-prone document : http://www.norz.net/example2.html
Thanks!
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
verifying that the re-typed password matches the original). This code works
great in a basic HTML document, but when I try to incorporate the script
into a more complex document that uses lots of nested tables, I get scoping
errors (presumably) when I type in my input field.
Rather than post huge amounts of HTML here, I've linked 2 documents. The
first behaves correctly, the second pops an alert when the function is
entered, and this only happens when the page is first loaded. Can anyone
help show how I should reference the functions to scope them correctly?
First document : http://www.norz.net/example.html
Second, error-prone document : http://www.norz.net/example2.html
Thanks!
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Comment