in reply to Re: Edit forms use CGI and JavaScript?
in thread Edit forms use CGI and JavaScript?

HTH,

Thanks. I thought about using hashes, but I wasn't comfortable using them with this project. I will consider that advice. As soon as I submited my question, I realized one of my mistakes. The code should have been written without the '=':

$news[$selectTitle]->title($query->param('EditTitle'));

I made the same mistake on Friday, and apparently hadn't learned my lesson yet. Thanks for the help. I still may consider the hashes. They seem more straight forward.

- Mission
"Heck I don't know how to do it either, but do you think that's going to stop me!"
  • Comment on Re: Re: Edit forms use CGI and JavaScript?