Mork has asked for the wisdom of the Perl Monks concerning the following question:
Here it goes:
My boss tells me he needs a form with X number of fields and stuff. Once the form is filled out, a script (also needs to be done by me) should format it and put little bits of text in between and stuff. It's not too complicated even for a really moronic ignorant beginner such as myself.
I say ok and I do the whole thing in Dreamweaver. However, I am noticing that the longer I go on, the slower Dreamweaver gets. Turns out, the finished MINIMUM product with all of it's drop down menu do-goodery is over 80Kb. So... it also screws up IE with out of memory errors(on a machine running 192Mb of RAM and a PIII 600...). If I split the file then it doesnt screw up IE. Seems like IE doesnt like any HTML file greater than 25Kb.
Most of the data actually consists of the drop down fields. They are meant to represent date and they are repeated a lot throughout the form. As you can imagine, a "date-submitted" drop down menu repeated ten times on a page with each menu having 31 items (for days) will suck up space. Is there anyway I can cut down on that crap to make the HTML file work?
Here is the more interesting question that stems from the form problem... if I split the form, I suppose I can get the users to do each separate part and then somehow merge all of the form entries and generate the report the boss wants.
So Perl monks... what do you do? What do you do?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: An interesting form question
by Odud (Pilgrim) on Jul 19, 2000 at 14:01 UTC | |
by reptile (Monk) on Jul 20, 2000 at 03:11 UTC | |
|
Re: An interesting form question
by ar0n (Priest) on Jul 19, 2000 at 14:39 UTC | |
|
Re: An interesting form question
by turnstep (Parson) on Jul 19, 2000 at 19:39 UTC | |
|
Re: An interesting form question
by Mork (Novice) on Jul 19, 2000 at 19:04 UTC | |
by ar0n (Priest) on Jul 20, 2000 at 15:18 UTC |