MichaelMackey Posted June 23, 2008 Share Posted June 23, 2008 So I get a lot of javascript errors, and I recently tried Scryptik and it's telling me why im getting them now. document.formDDL.emailAll.value = email; This is the cause of most of my grief. It works fine with firefox buy IE throws a fit. What's the correct way to call the "emailAll" value here? Thanks for any help, Mike. Quote Link to comment Share on other sites More sharing options...
Psycho Posted June 23, 2008 Share Posted June 23, 2008 Assuming that "formDLL" is a form name and "emailALL" is a field name in that form, I don't see nay problem with that. COuld you post more of the code and explain what the error is? Quote Link to comment Share on other sites More sharing options...
MichaelMackey Posted June 24, 2008 Author Share Posted June 24, 2008 After testing it a bit it seems it complains about a lot of them but they don't actually cause errors. It was 3 bloody lines in a thousand that was causing all the problems and they were commented out:P Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.