S
Stokes Web Design
I have a customer that has a page with a form that uses FrontPage's save
form to database function. He wanted me to add code so that if a certain
field contained a certain value then an email would be sent. The problem
I'm having is with FrontPage messing up the code. I have my code contained
within separate scrpting blocks placed before the FrontPage generated
scripting blocks. The problem is that FrontPage keep putting the FrontPage
generated block before my code and that will not let my code run since the
FrontPage code contains a redirect. I tried uploading the file via FTP but
after a while the code gets rearranged back with the FrontPage code first
and mine second. This happens even if you do not open that file in
FrontPage. I assume it is the FP server extensions that is moving the code.
Anyone have any ides? The only solution I can think of is to do away with
the FrontPage code and code the save to database function manually.
form to database function. He wanted me to add code so that if a certain
field contained a certain value then an email would be sent. The problem
I'm having is with FrontPage messing up the code. I have my code contained
within separate scrpting blocks placed before the FrontPage generated
scripting blocks. The problem is that FrontPage keep putting the FrontPage
generated block before my code and that will not let my code run since the
FrontPage code contains a redirect. I tried uploading the file via FTP but
after a while the code gets rearranged back with the FrontPage code first
and mine second. This happens even if you do not open that file in
FrontPage. I assume it is the FP server extensions that is moving the code.
Anyone have any ides? The only solution I can think of is to do away with
the FrontPage code and code the save to database function manually.