S
Steven Haslam
I have noticed over the many years of working with
frontpage, that occasionally it will change the code of a
page i have written in the code view (currently working
in 2003). This has become more of an issue as i have
started doing PHP in frontpage.
For example:
<input class="button" type="submit" value="<?=
($$_FORMTYPE_ID_) ? "Update" : "Add"?>">
This will flip out in Frontpage, but it is a valid PHP
code use. But because the php code has quotation marks,
it will then throw an extra piece of the end on top of
the text.
on top of that, i am not the one who originally wrote the
site, so i cannot go through this 300+ page system and
find everywhere this error occures or watch for it when i
save a file.
How do i turn off frontpage's auto-managment system? I
dont want frontpage to care about what i put in the
scripting, and i want to use just 1 program, and its the
best in my oppinion for handling files and taking care of
tables.
Thank you for a quick response.
Steven Haslam
frontpage, that occasionally it will change the code of a
page i have written in the code view (currently working
in 2003). This has become more of an issue as i have
started doing PHP in frontpage.
For example:
<input class="button" type="submit" value="<?=
($$_FORMTYPE_ID_) ? "Update" : "Add"?>">
This will flip out in Frontpage, but it is a valid PHP
code use. But because the php code has quotation marks,
it will then throw an extra piece of the end on top of
the text.
on top of that, i am not the one who originally wrote the
site, so i cannot go through this 300+ page system and
find everywhere this error occures or watch for it when i
save a file.
How do i turn off frontpage's auto-managment system? I
dont want frontpage to care about what i put in the
scripting, and i want to use just 1 program, and its the
best in my oppinion for handling files and taking care of
tables.
Thank you for a quick response.
Steven Haslam