asp pages appearing in code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

First I got an error about the path. I recalculated the hyperlinks. Then i went to the report page it was trying to send my files to a long defunct "fpdb"? file - I pointed it to the database. Now when I check my links they are appearing in html code instead of well, wysiwyg...what is going on? My ASP pages are stored in a file I call "forms". Should I start all over?
 
Does your host allow you to run ASP / ASP.net?

Windows Host can disable the ability of users to run ASP / ASP.net.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Ok, how are you creating the .asp pages?

Locally you are working against a web server, correct?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
I could be wrong (it's happened before), but it looks to me as though you
are trying to use a FrontPage form handler on an ASP page. If you want to
use the FrontPage forms, the page needs to be a .htm page.

--

~ Kathleen Anderson
Microsoft FrontPage MVP
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/
 
Who

Are you telling me when I create a form and then ask frontpage to create a Database, I do not have to change the form into an ASP page?!
 
An asp page must be changed to .asp extension.
What Kathleen is saying is the FP forms will not work on asp page, only htm.
That's the limitation of the form handler.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
Anon Novice said:
Whoa

Are you telling me when I create a form and then ask frontpage to create a
Database, I do not have to change the form into an ASP page?!
 
Walk me through.....I select new page.....i create a table.....i create labels and configure the form areas.....i go into properties, options ask it to create a database....it does so.....do i save it as an htm page or an asp page?...then i publish to my site and tada it should work....right

I am a novice i need you guys to stick with me please.
 
Did you insert a form onto your page before adding fields?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Anon Novice said:
Walk me through.....I select new page.....i create a table.....i create labels and configure the
form areas.....i go into properties, options ask it to create a database....it does so.....do i save
it as an htm page or an asp page?...then i publish to my site and tada it should work....right?
 
I don't know about that Kathleen. I've gotten FrontPage forms to work
through some of the most convoluted ways imaginable. I've always been
amazed at their "durability".
for instance:
http://leighton-smith.com there are fp forms running through both templated
php and included into an included page (twice included). they work.

--
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/
 
I don't get asp code or html code but a whole lot of binary garbage as
below.....

Standard Jet DBµnb` ÂUé©gr@?o~Yÿ.s1Åyºí0¼ßÌcÙäÃYFûS¼NAoì7sÐoúÊ(æÔ"S`
"{62æß±°`C;±3óõy[U!|*Jî|T~ýjÍ5-¦,f_.øÐ?$.gÆ'DÒîÏeíÿÇF¡x
íé-bÔT4.0%C


d»vüèÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿ÷ÿÿÿÿ
ÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÞ YS  Y   Y Y  Y Y
 Y  þY  Y  r Y s Y E Y a Y dþ Y 2þY
 Y   Y  jþY ConnectDatabaseDateCreateDateUpdate
FlagsForeignNameIdLvLvExtraLvModule LvPropName
OwnerParentIdRmtInfoLongRmtInfoShortTypefÿÿÿÿnÿÿÿÿiÿÿÿÿÿÿÿÿfÿÿÿÿÿÿ
ÿÿÿÿÿÿÿÿÿÿÿÿYÿÿÿÿYÿÿÿÿIdParentIdName       
ÿÿ©OY/SY Y Y  Y 2þ

Anyway you get the idea. Did you upload your asp files as text? (although if you
did this through frontpage publish feature it would know the correct mode, but if
done through FTP make sure it is text (ascii) mode, not binary.
 
yes, the page the form is on has to be html, and the form action=file.asp then it
goes to the asp page to do all the processing stuff it does, (i.e. sends form
contents t the database, or whatever) but the form should be on a plain html
page.

Anon Novice said:
Whoa

Are you telling me when I create a form and then ask frontpage to create a
Database, I do not have to change the form into an ASP page?!
 
frontpage adds the 'form' area anyway on insertion of any of the standard form
field types
 
There is an option to disable this under the Page Options.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top