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. Link to comment https://forums.phpfreaks.com/topic/111562-solved-the-right-way-to-do-formitem/ 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? Link to comment https://forums.phpfreaks.com/topic/111562-solved-the-right-way-to-do-formitem/#findComment-572679 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 Link to comment https://forums.phpfreaks.com/topic/111562-solved-the-right-way-to-do-formitem/#findComment-573298 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.