Need to break up html file due to error 3307

Dawn M

Member
I have a large html file with imbedded speedscript. This file is one large form. However, when I try to compile it, I get the "Text Segment has exceeded its limit of 63488 bytes (3307)" message.

I need to break this file some how to eliminate this problem.

Any suggestions?!
 
move your formatting to a cascading style sheet. (<FONT COLOR=RED> etc etc)
that should free up a fair amount of space.

maybe use some include files..

but id probably go for a re-write using cgi-wrappers and procedures.
 
Back
Top