I have designed a form response in FrontPage that I want to cut and
paste into a perl script that handles Submit. I know that I have to
escape certain embedded characters--* $ @ ( ) { } [ ]--but that is not
my issue.
What bothers me is one long line containing FrontPage code with the
sequence ' <!--webbot bot="ImageMap" ' and ending with a similar
sequence: ' <!--webbot bot="ImageMap" endspan i-checksum="16085 " --> '.
All this stuff seems related to graphics on the page. I'm not using
includes or other stuff specific to FrontPage. My quandary is that if I
rip the code out, the graphics won't display. If I leave it in, it
isn't recognized. Help!
Ari
paste into a perl script that handles Submit. I know that I have to
escape certain embedded characters--* $ @ ( ) { } [ ]--but that is not
my issue.
What bothers me is one long line containing FrontPage code with the
sequence ' <!--webbot bot="ImageMap" ' and ending with a similar
sequence: ' <!--webbot bot="ImageMap" endspan i-checksum="16085 " --> '.
All this stuff seems related to graphics on the page. I'm not using
includes or other stuff specific to FrontPage. My quandary is that if I
rip the code out, the graphics won't display. If I leave it in, it
isn't recognized. Help!
Ari
Comment