This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Front Page > July 2004 > Frontpage Changing Code





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Frontpage Changing Code
Steven Haslam

2004-07-28, 11:15 pm

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
Thomas A. Rowe

2004-07-28, 11:15 pm

1. You can't disable this function of FP to validate the HTML code.
2. However you can set FP to edit PHP pages in Notepad which will solve the problem.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Steven Haslam" <stevenh@hollywoodfotofix.com> wrote in message
news:608801c474f4$6484bf00$a601280a@phx.gbl...
> 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



Steven Haslam

2004-07-29, 4:15 am

Do you know if this will be a future option

(even if its hidden way deep into the options pages so
only those who know what they are doing can have this
option?)

If not, how would i go about doing an official request?

I want to be able to keep colorizations in the HTML part
of the page (helps me to see where i am in the page). So
notepad would be as bad as having two editors in my
opinion. Plus - its a major reason a lot of developers
dont go with FP. Most complain that it changes the code
on them.

Any ideas?

Steven Haslam


>-----Original Message-----
>1. You can't disable this function of FP to validate the

HTML code.
>2. However you can set FP to edit PHP pages in Notepad

which will solve the problem.
>
>--
>==============================================
>Thomas A. Rowe (Microsoft MVP - FrontPage)
>WEBMASTER Resources(tm)
>http://www.ycoln-resources.com
>FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>==============================================
>To assist you in getting the best answers for FrontPage

support see:
>http://www.net-sites.com/sitebuilder/newsgroups.asp
>
>"Steven Haslam" <stevenh@hollywoodfotofix.com> wrote in

message
>news:608801c474f4$6484bf00$a601280a@phx.gbl...
of a[color=darkred]
marks,[color=darkred]
the[color=darkred]
when i[color=darkred]
the[color=darkred]
of[color=darkred]
>
>
>.
>

Thomas A. Rowe

2004-07-29, 4:15 am

When you open you pages, does FP automatically open them in html/code View, if so then you should
not force them in to Normal/Design view as FP has indicated that it can't parse the code? Also make
sure the you have FP set to never modify your HTML code Page / Authoring Options.

I have never have a problem with FP changing my code, but I do work only with hand coded
ASP/VBScript.

FP really has no built-in support for PHP tags, however PHP can be configured to use ASP <% %> tags
which would solve your problem, but you host would have to make the change on the server.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Steven Haslam" <stevenh@hollywoodfotofix.com> wrote in message
news:62d101c47517$c0e53180$a401280a@phx.gbl...[color=darkred]
> Do you know if this will be a future option
>
> (even if its hidden way deep into the options pages so
> only those who know what they are doing can have this
> option?)
>
> If not, how would i go about doing an official request?
>
> I want to be able to keep colorizations in the HTML part
> of the page (helps me to see where i am in the page). So
> notepad would be as bad as having two editors in my
> opinion. Plus - its a major reason a lot of developers
> dont go with FP. Most complain that it changes the code
> on them.
>
> Any ideas?
>
> Steven Haslam
>
>
> HTML code.
> which will solve the problem.
> support see:
> message
> of a
> marks,
> the
> when i
> the
> of


2004-07-29, 4:15 am

Unfortunately, the issue still is that i am not working
with brand new code - but older code done in php-edit -
which i dont like the way it manages files. So older
parts of the code are <??>. Those are the areas which i
am having problems with.

so instead of going through all 300 pages and changing
them to <%%>, i would like Frontpage to behave with php
and still have the functionality of the full frontpage
editor (which i still feel is the best editor out there).

and all that needs to be done is a setting where
frontpage does not auto-correct.

All i would like to do at this time is to oficially
request the feature. How would i do that?

Thank you for your patience.

Steven Haslam

>-----Original Message-----
>When you open you pages, does FP automatically open them

in html/code View, if so then you should
>not force them in to Normal/Design view as FP has

indicated that it can't parse the code? Also make
>sure the you have FP set to never modify your HTML code

Page / Authoring Options.
>
>I have never have a problem with FP changing my code,

but I do work only with hand coded
>ASP/VBScript.
>
>FP really has no built-in support for PHP tags, however

PHP can be configured to use ASP <% %> tags
>which would solve your problem, but you host would have

to make the change on the server.
>
>--
>==============================================
>Thomas A. Rowe (Microsoft MVP - FrontPage)
>WEBMASTER Resources(tm)
>http://www.ycoln-resources.com
>FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>==============================================
>To assist you in getting the best answers for FrontPage

support see:
>http://www.net-sites.com/sitebuilder/newsgroups.asp
>
>"Steven Haslam" <stevenh@hollywoodfotofix.com> wrote in

message
>news:62d101c47517$c0e53180$a401280a@phx.gbl...
part[color=darkred]
So[color=darkred]
code[color=darkred]
the[color=darkred]
etc.[color=darkred]
FrontPage[color=darkred]
in[color=darkred]
working[color=darkred]
have[color=darkred]
PHP[color=darkred]
of[color=darkred]
wrote[color=darkred]
and[color=darkred]
system? I[color=darkred]
care[color=darkred]
>
>
>.
>

chris leeds

2004-07-29, 4:15 am

believe it or not, I've found that simply leaving or naming the page as htm
and putting the PHP code in <script> blocks or by the insert/ web component/
html works the best.
I've been messing with trying to get some PHP functionality into FrontPage
templates. You can actually have the server process the htm/html past the
php engine. it seems to work so far so good.
this server mod is easy and it can be done on a subweb or single site not
necessarily on the entire server root.

by having the pages as .htm and the PHP code as I mentioned FrontPage will
leave it alone and you've still got access to all the FrontPage components
such as navigation, themes, templates, FrontPage includes, etc.

HTH

HTH

--
Chris Leeds,
Microsoft MVP FrontPage

The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


<anonymous@discussions.microsoft.com> wrote in message
news:621f01c4751f$eb15b1c0$a601280a@phx.gbl...[color=darkred]
> Unfortunately, the issue still is that i am not working
> with brand new code - but older code done in php-edit -
> which i dont like the way it manages files. So older
> parts of the code are <??>. Those are the areas which i
> am having problems with.
>
> so instead of going through all 300 pages and changing
> them to <%%>, i would like Frontpage to behave with php
> and still have the functionality of the full frontpage
> editor (which i still feel is the best editor out there).
>
> and all that needs to be done is a setting where
> frontpage does not auto-correct.
>
> All i would like to do at this time is to oficially
> request the feature. How would i do that?
>
> Thank you for your patience.
>
> Steven Haslam
>
> in html/code View, if so then you should
> indicated that it can't parse the code? Also make
> Page / Authoring Options.
> but I do work only with hand coded
> PHP can be configured to use ASP <% %> tags
> to make the change on the server.
> support see:
> message
> part
> So
> code
> the
> etc.
> FrontPage
> in
> working
> have
> PHP
> of
> wrote
> and
> system? I
> care


Thomas A. Rowe

2004-07-29, 4:15 am

Have you set FP to no modify HTML under Tools | Page Options / Authoring Options?

You can post your suggestion at:
http://register.microsoft.com/mswish/suggestion.asp

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

<anonymous@discussions.microsoft.com> wrote in message
news:621f01c4751f$eb15b1c0$a601280a@phx.gbl...[color=darkred]
> Unfortunately, the issue still is that i am not working
> with brand new code - but older code done in php-edit -
> which i dont like the way it manages files. So older
> parts of the code are <??>. Those are the areas which i
> am having problems with.
>
> so instead of going through all 300 pages and changing
> them to <%%>, i would like Frontpage to behave with php
> and still have the functionality of the full frontpage
> editor (which i still feel is the best editor out there).
>
> and all that needs to be done is a setting where
> frontpage does not auto-correct.
>
> All i would like to do at this time is to oficially
> request the feature. How would i do that?
>
> Thank you for your patience.
>
> Steven Haslam
>
> in html/code View, if so then you should
> indicated that it can't parse the code? Also make
> Page / Authoring Options.
> but I do work only with hand coded
> PHP can be configured to use ASP <% %> tags
> to make the change on the server.
> support see:
> message
> part
> So
> code
> the
> etc.
> FrontPage
> in
> working
> have
> PHP
> of
> wrote
> and
> system? I
> care


Thomas A. Rowe

2004-07-29, 4:15 am

The PHP Rocket FP Add-in may help you with this issue:

http://www.microsoft.com/downloads/...&displaylang=en

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

<anonymous@discussions.microsoft.com> wrote in message
news:621f01c4751f$eb15b1c0$a601280a@phx.gbl...[color=darkred]
> Unfortunately, the issue still is that i am not working
> with brand new code - but older code done in php-edit -
> which i dont like the way it manages files. So older
> parts of the code are <??>. Those are the areas which i
> am having problems with.
>
> so instead of going through all 300 pages and changing
> them to <%%>, i would like Frontpage to behave with php
> and still have the functionality of the full frontpage
> editor (which i still feel is the best editor out there).
>
> and all that needs to be done is a setting where
> frontpage does not auto-correct.
>
> All i would like to do at this time is to oficially
> request the feature. How would i do that?
>
> Thank you for your patience.
>
> Steven Haslam
>
> in html/code View, if so then you should
> indicated that it can't parse the code? Also make
> Page / Authoring Options.
> but I do work only with hand coded
> PHP can be configured to use ASP <% %> tags
> to make the change on the server.
> support see:
> message
> part
> So
> code
> the
> etc.
> FrontPage
> in
> working
> have
> PHP
> of
> wrote
> and
> system? I
> care


Thomas A. Rowe

2004-07-29, 12:15 pm

Chris,

I have no idea, as I don't work with PHP. However on the MS Download, right below the download is
link to get more details about the add-in directly from the author's website.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"chris leeds" <chris@nedp.net> wrote in message news:%23aK7MeWdEHA.2908@TK2MSFTNGP10.phx.gbl...
> Thomas,
> What is that add-in supposed to do? I installed it on my machine with fp 03
> and all I could tell is that it added a button to the toolbar, nothing more.
> In fairness I didn't read any "documentation" ;-).
>
> --
> Chris Leeds,
> Microsoft MVP FrontPage
>
> The email address on this posting is a "black hole". I got tired of all the
> spam.
> Please feel free to contact me here:
> http://nedp.net/contact/
> --
>
>
> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
> news:#vaPuYSdEHA.2664@TK2MSFTNGP09.phx.gbl...
> http://www.microsoft.com/downloads/...c0e0-fd66-49ed-
> b1f8-52073d94ea31&displaylang=en
>
>



Steven Haslam

2004-07-29, 7:15 pm

I just finished installing it and setting it up.

dosnt work for this issue - its because frontpage wont
let me save a file that it feels is incomplete in its
scripting.

Its complete, but frontpage (understanably) cant parse it
correctly. All i wanted to do is tell Frontpage
to "chill, just save".

I did find the page that allows me to make sudgestions -
which i did - and i will be getting as many people as
possible to post the same thing.

Hopefully, frontpage will one day have an option to let
the developer be in complete control if they want to.

Thank you all for your help! its greately appreciated!

Steven Haslam

>-----Original Message-----
>Chris,
>
>I have no idea, as I don't work with PHP. However on the

MS Download, right below the download is
>link to get more details about the add-in directly from

the author's website.
>
>--
>==============================================
>Thomas A. Rowe (Microsoft MVP - FrontPage)
>WEBMASTER Resources(tm)
>http://www.ycoln-resources.com
>FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>==============================================
>To assist you in getting the best answers for FrontPage

support see:
>http://www.net-sites.com/sitebuilder/newsgroups.asp
>
>"chris leeds" <chris@nedp.net> wrote in message news:%

23aK7MeWdEHA.2908@TK2MSFTNGP10.phx.gbl...
my machine with fp 03[color=darkred]
toolbar, nothing more.[color=darkred]
I got tired of all the[color=darkred]
issue:[color=darkred]
familyid=d119c0e0-fd66-49ed-[color=darkred]
etc.[color=darkred]
FrontPage support see:[color=darkred]
message[color=darkred]
working[color=darkred]
edit -[color=darkred]
older[color=darkred]
which i[color=darkred]
changing[color=darkred]
with php[color=darkred]
frontpage[color=darkred]
there).[color=darkred]
open them[color=darkred]
HTML code[color=darkred]
code,[color=darkred]
however[color=darkred]
would have[color=darkred]
Links, etc.[color=darkred]
FrontPage[color=darkred]
sites.com/sitebuilder/newsgroups.asp[color=darkred]
wrote in[color=darkred]
pages so[color=darkred]
have this[color=darkred]
request?[color=darkred]
HTML[color=darkred]
page).[color=darkred]
in my[color=darkred]
developers[color=darkred]
the[color=darkred]
validate[color=darkred]
Notepad[color=darkred]
Links,[color=darkred]
sites.com/sitebuilder/newsgroups.asp[color=darkred]
wrote[color=darkred]
working with[color=darkred]
the code[color=darkred]
(currently[color=darkred]
as i[color=darkred]
=[color=darkred]
valid[color=darkred]
quotation[color=darkred]
on top[color=darkred]
originally[color=darkred]
system[color=darkred]
for it[color=darkred]
in the[color=darkred]
and its[color=darkred]
taking[color=darkred]
>
>
>.
>

chris leeds

2004-07-29, 7:15 pm

honest, either put the PHP into the page using the insert/ web component/
advanced/ html or put it in <script> blocks (just like JavaScript but for
php), as further insurance leave them htm pages and rig the server to
process them through the PHP engine (I'll paste the instructions I sent to
my server admin if you like) it works very well. Like an nirvana!

--
Chris Leeds,
Microsoft MVP FrontPage

The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Steven Haslam" <stevenh@hollywoodfotofix.com> wrote in message
news:68b001c47582$d342b8a0$a301280a@phx.gbl...[color=darkred]
> I just finished installing it and setting it up.
>
> dosnt work for this issue - its because frontpage wont
> let me save a file that it feels is incomplete in its
> scripting.
>
> Its complete, but frontpage (understanably) cant parse it
> correctly. All i wanted to do is tell Frontpage
> to "chill, just save".
>
> I did find the page that allows me to make sudgestions -
> which i did - and i will be getting as many people as
> possible to post the same thing.
>
> Hopefully, frontpage will one day have an option to let
> the developer be in complete control if they want to.
>
> Thank you all for your help! its greately appreciated!
>
> Steven Haslam
>
> MS Download, right below the download is
> the author's website.
> support see:
> 23aK7MeWdEHA.2908@TK2MSFTNGP10.phx.gbl...
> my machine with fp 03
> toolbar, nothing more.
> I got tired of all the
> issue:
> familyid=d119c0e0-fd66-49ed-
> etc.
> FrontPage support see:
> message
> working
> edit -
> older
> which i
> changing
> with PHP
> frontpage
> there).
> open them
> HTML code
> code,
> however
> would have
> Links, etc.
> FrontPage
> sites.com/sitebuilder/newsgroups.asp
> wrote in
> pages so
> have this
> request?
> HTML
> page).
> in my
> developers
> the
> validate
> Notepad
> Links,
> sites.com/sitebuilder/newsgroups.asp
> wrote
> working with
> the code
> (currently
> as i
> =
> valid
> quotation
> on top
> originally
> system
> for it
> in the
> and its
> taking


Steven Haslam

2004-07-29, 7:15 pm

I have worked like that before, and i also know ways to
keep PHP code from being changed.

but the real issue is that i didnt write the site. The
gentleman who did did it very modularly - makin the site
some 300+ pages.

My issue is working with already written code - I was
hoping for a way to prevent having to go through every
page and change the code so its frontpage compliant.

If i am writing new code, not a problem because i know
what to avoid. I just dont want to have to change every
page's coding.

Thanks

Steven Haslam



>-----Original Message-----
>honest, either put the PHP into the page using the

insert/ web component/
>advanced/ html or put it in <script> blocks (just like

JavaScript but for
>php), as further insurance leave them htm pages and rig

the server to
>process them through the PHP engine (I'll paste the

instructions I sent to
>my server admin if you like) it works very well. Like

an nirvana!
>
>--
>Chris Leeds,
>Microsoft MVP FrontPage
>
>The email address on this posting is a "black hole". I

got tired of all the
>spam.
>Please feel free to contact me here:
>http://nedp.net/contact/
>--
>
>
>"Steven Haslam" <stevenh@hollywoodfotofix.com> wrote in

message
>news:68b001c47582$d342b8a0$a301280a@phx.gbl...
it[color=darkred]
sudgestions -[color=darkred]
the[color=darkred]
from[color=darkred]
etc.[color=darkred]
FrontPage[color=darkred]
on[color=darkred]
the[color=darkred]
sites.com/sitebuilder/newsgroups.asp[color=darkred]
php-[color=darkred]
out[color=darkred]
oficially[color=darkred]
has[color=darkred]
make[color=darkred]
official[color=darkred]
the[color=darkred]
the[color=darkred]
changes[color=darkred]
in[color=darkred]
>==============================================
>==============================================
for[color=darkred]
<stevenh@hollywoodfotofix.com>[color=darkred]
$a601280a@phx.gbl...[color=darkred]
change[color=darkred]
issue[color=darkred]
value="<?[color=darkred]
is a[color=darkred]
end[color=darkred]
page[color=darkred]
watch[color=darkred]
managment[color=darkred]
put[color=darkred]
program,[color=darkred]
>
>
>.
>

Thomas A. Rowe

2004-07-29, 7:15 pm

The issue is not with FP changing code, it is with FP's support of PHP <? and ?>. Also the
recommendation on the Add-in download page is to modify the php.ini to use <% and %> instead of the
default <? and ?>. You can easily change these by doing a global search and replace.

As I stated, I code with ASP/VBScript and have never had FP change my code.


--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Steven Haslam" <stevenh@hollywoodfotofix.com> wrote in message
news:68b001c47582$d342b8a0$a301280a@phx.gbl...[color=darkred]
> I just finished installing it and setting it up.
>
> dosnt work for this issue - its because frontpage wont
> let me save a file that it feels is incomplete in its
> scripting.
>
> Its complete, but frontpage (understanably) cant parse it
> correctly. All i wanted to do is tell Frontpage
> to "chill, just save".
>
> I did find the page that allows me to make sudgestions -
> which i did - and i will be getting as many people as
> possible to post the same thing.
>
> Hopefully, frontpage will one day have an option to let
> the developer be in complete control if they want to.
>
> Thank you all for your help! its greately appreciated!
>
> Steven Haslam
>
> MS Download, right below the download is
> the author's website.
> support see:
> 23aK7MeWdEHA.2908@TK2MSFTNGP10.phx.gbl...
> my machine with fp 03
> toolbar, nothing more.
> I got tired of all the
> issue:
> familyid=d119c0e0-fd66-49ed-
> etc.
> FrontPage support see:
> message
> working
> edit -
> older
> which i
> changing
> with PHP
> frontpage
> there).
> open them
> HTML code
> code,
> however
> would have
> Links, etc.
> FrontPage
> sites.com/sitebuilder/newsgroups.asp
> wrote in
> pages so
> have this
> request?
> HTML
> page).
> in my
> developers
> the
> validate
> Notepad
> Links,
> sites.com/sitebuilder/newsgroups.asp
> wrote
> working with
> the code
> (currently
> as i
> =
> valid
> quotation
> on top
> originally
> system
> for it
> in the
> and its
> taking


chris leeds

2004-07-29, 7:15 pm

in that case, I'd probably turn on asp style tags, do a global find and
replace of <? to <% and ?> to %>. it'll be fairly fast and should keep
FrontPage's mits out of the mix.

HTH

--
Chris Leeds,
Microsoft MVP FrontPage

The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Steven Haslam" <stevenh@hollywoodfotofix.com> wrote in message
news:693101c47586$eb68d500$a301280a@phx.gbl...[color=darkred]
> I have worked like that before, and i also know ways to
> keep PHP code from being changed.
>
> but the real issue is that i didnt write the site. The
> gentleman who did did it very modularly - makin the site
> some 300+ pages.
>
> My issue is working with already written code - I was
> hoping for a way to prevent having to go through every
> page and change the code so its frontpage compliant.
>
> If i am writing new code, not a problem because i know
> what to avoid. I just dont want to have to change every
> page's coding.
>
> Thanks
>
> Steven Haslam
>
>
>
> insert/ web component/
> JavaScript but for
> the server to
> instructions I sent to
> an nirvana!
> got tired of all the
> message
> it
> sudgestions -
> the
> from
> etc.
> FrontPage
> on
> the
> sites.com/sitebuilder/newsgroups.asp
> php-
> out
> oficially
> has
> make
> official
> the
> the
> changes
> in
> for
> <stevenh@hollywoodfotofix.com>
> $a601280a@phx.gbl...
> change
> issue
> value="<?
> is a
> end
> page
> watch
> managment
> put
> program,


Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews