cannot download exe files
When I click on EXE file from my website, I get "Page not found" error. It
is definitely there...
I do have the .htaccess file in the subfolder that contains the exe files.
Shed some light???
--
Michael C. Gates
www.gateshosting.com
Hosting Your Success Tag: Frontpage Sites w Web-cam Tag: 27929
Searching Excel Spreadhseet with Frontpage search engine
I'm trying to create a search engine on my site that
doesn't search a database but instead searches through an
Excel file, then post the results on the same page. Any
help at all would be appreciated, it's been stumping me
for awhile. Tag: Frontpage Sites w Web-cam Tag: 27928
Problem with ASP
I've created an asp page linked to an access database,
however when I hit the submit button, i get the following
error:
<%
' FP_ASP ASP Automatically generated by a Frontpage
Component. Do not Edit.
On Error Resume Next
strErrorUrl = ""
If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
If Request.Form("VTI-GROUP") = "0" Then
Err.Clear
Set fp_conn = Server.CreateObject
("ADODB.Connection")
FP_DumpError strErrorUrl, "Cannot create
connection"
Set fp_rs = Server.CreateObject("ADODB.Recordset")
FP_DumpError strErrorUrl, "Cannot create record
set"
fp_conn.Open Application
("smc_form_ConnectionString")
FP_DumpError strErrorUrl, "Cannot open database"
fp_rs.Open "Results", fp_conn, 1, 3, 2 '
adOpenKeySet, adLockOptimistic, adCmdTable
FP_DumpError strErrorUrl, "Cannot open record set"
fp_rs.AddNew
FP_DumpError strErrorUrl, "Cannot add new record
set to the database"
Dim arFormFields0(1)
Dim arFormDBFields0(1)
Dim arFormValues0(1)
arFormFields0(0) = "Member_Name"
arFormDBFields0(0) = "Member_Name"
arFormValues0(0) = Request("Member_Name")
FP_SaveFormFields fp_rs, arFormFields0,
arFormDBFields0
If Request.ServerVariables("REMOTE_HOST") <> ""
Then
FP_SaveFieldToDB fp_rs,
Request.ServerVariables
("REMOTE_HOST"), "Remote_computer_name"
End If
If Request.ServerVariables("HTTP_USER_AGENT")
<> "" Then
FP_SaveFieldToDB fp_rs,
Request.ServerVariables("HTTP_USER_AGENT"), "Browser_type"
End If
FP_SaveFieldToDB fp_rs, Now, "Timestamp"
If Request.ServerVariables("REMOTE_USER") <> ""
Then
FP_SaveFieldToDB fp_rs,
Request.ServerVariables("REMOTE_USER"), "User_name"
End If
fp_rs.Update
FP_DumpError strErrorUrl, "Cannot update the
database"
fp_rs.Close
fp_conn.Close
FP_FormConfirmation "text/html; charset=windows-
1252",_
"Form
Confirmation",_
"Thank you
for submitting the following information:",_
"smc_form.asp",_
"Return to
the form."
End If
End If
%>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<form method="POST" action="smc_form.asp" webbot-action="--
WEBBOT-SELF--">
<!--webbot bot="SaveDatabase" SuggestedExt="asp" S-
DataConnection="smc_form"
S-RecordSource="Results" U-Database-
URL="fpdb/smc_form.mdb"
S-Builtin-Fields="REMOTE_HOST HTTP_USER_AGENT Timestamp
REMOTE_USER"
S-Builtin-DBFields="Remote_computer_name Browser_type
Timestamp User_name"
S-Form-Fields="Member_Name" S-Form-
DBFields="Member_Name" startspan U-ASP-Include-
Url="_fpclass/fpdbform.inc" --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--#include
file="_fpclass/fpdbform.inc"--><!--webbot
bot="SaveDatabase" endspan i-checksum="40548" -->
<p> </p>
<table border="1" width="100%">
<tr>
<td width="50%">Name:</td>
<td width="50%"><input type="text"
name="Member_Name" size="25"></td>
</tr>
</table>
<p><input type="submit" value="Submit" name="B1"><input
type="reset" value="Reset" name="B2"></p>
</form>
</body>
</html>
Any suggestions? Tag: Frontpage Sites w Web-cam Tag: 27923
Cannot run the FrontPage Server Extensions' Smart HTML interpreter on this non-H
I recently set up a new web server and created a sub web
on it. When I moved an old form I made in an old web
server to this new one, I got the following error message
when I was trying to use it:
"Cannot run the FrontPage Server Extensions' Smart HTML
interpreter on this non-HTML page"
Frontpage server extentions are installed on the new web
server.
I found two articles about this symptom in knowledge base,
but none of them worked for me.
Any idea would be appreciated! Tag: Frontpage Sites w Web-cam Tag: 27920
Password Validation Porblems
I am having a problem with password validation. I can
setup a form that has a password validation. However if
you key in a password that does not match, the form
results handler gives you the password in the form
validation error screen.
Any way to protect this password? Tag: Frontpage Sites w Web-cam Tag: 27913
FrontPage 03 Dropdown's Not Keeping "Focus"
I have created a datbase with Access 02 and a FrontPage
form that allows user to filter 2 columns.
The first column is a "Category" field that allows users
to select what type of business they want to search for.
The second column is a "zip code" field that allows users
to select from several different zip codes.
The idea is to let users search the database
for "Restaurant" in a particular zipcode. It works as
expected with exception of the following which is very
annoying.
User selects a category from the Drop Down list. User
selects a zipcode fron the drop down list. When
the "search" button is submited the results are
returned...however the dropdowns do not maintain focus on
the selection...they pop back to the initial state
of "Please Select".
Is it possible to keep focus on the selection so the user
knows what category and (or) zipcode they just searched.
Thanks Tag: Frontpage Sites w Web-cam Tag: 27910
"switched"
. Reply (E-mail) Forward (E-mail)
Subject: Microsoft Frontpage
From: "Boss Hog" <bhog@rogers.com> Sent: 11/19/2003
8:25:51 AM
I used Win 98, and just installed Win xp. I used
Frontpage to edit my web site, and now I can't transfer
changed files to my site. I have uninstalled Microsoft
Office 2000(premium Edition) and reinstalled with no
luck. Is there anyone out there in PC land that could
help me with matter. My site:
http://members.rogers.com/bhog
I have posted this question in another newsgroup, but I
have forgotten which one. I'm very new at this newgroup
thing, but sure would like to solve this problem.
. Tag: Frontpage Sites w Web-cam Tag: 27905
HELP PLEASE!!
How can I assign a received value (in an .ASP document)
to a hidden field in a form located in the receiving .asp
document?
PLEASE HELP!!!
thanks Tag: Frontpage Sites w Web-cam Tag: 27899
Runtime Error - HELP
When I go to the page I created (mainly photos, a date
stamp, and minimal copy) I receive a Micrisoft Visiual
C++ Runtime Library error box. Assertion Failed! Says
that there is a problem on line 498.. Expression:
errno. Says that I should try and debug and that JIT
needs to be enabled. Not sure what that means. When I
hiot the debug key, page closed down. when i hit
ignore... all is well. So how do I get the box not to
come up.. thanks. Tag: Frontpage Sites w Web-cam Tag: 27897
Help!!
Hello again! (Steve Easton or any one else!)
I'm New to frontpage and was inspecting the results of
some of the wizards. In the database interface wizard
results I found that sometimes the default value of a
form field is:
<%=FP_FieldHTML(fp_rs,"CustomerID")%>
and sometimes the value of a form hidden value is
<%=FP_FieldURL(fp_rs,"CustomerID")%>
In both cases CustomerID is a value received from the
previous page and is also the name of one of the database
columns.
I need to know what that syntax means and when should I
use one or the other.
I appreciate any information
Thanks a lot!
>-----Original Message-----
>It would help if you could add more info,
>such as where are you seeing these and / or
>trying to use them.
>
>
>--
>95isalive
>This site is best viewed..................
>...............................with a computer
>"wysiwyg" <anonymous@discussions.microsoft.com> wrote in
message
>news:047601c3aea2$a1ec9fc0$a001280a@phx.gbl...
>> Hi!!
>>
>> Can anyone explain the difference between these two
>> statements?
>>
>> <%=FP_FieldHTML(fp_rs,"CustomerID")%>
>>
>> <%=FP_FieldURL(fp_rs,"CustomerID")%>
>>
>> Please help!!!
>> thanx!
>
>
>.
> Tag: Frontpage Sites w Web-cam Tag: 27896
Problem with Link bars
I am using link bars placed horizontally in top shared
border to navigate pages within the site.
When I am in home page and click on any of the link, the
link-text wraps around to next line instead of going to
the linked page. The links work fine when navigating from
any other page except home page.
I am using frontpage2002. Really appreciate if someone
can help. Thank you. Tag: Frontpage Sites w Web-cam Tag: 27894
cLOSE FLASH MOVIE IN HTML
Hi,
I have a flash movie as an html layer. I can't seem to get
the movie to close.
I was using frontpage 2002 and mx and worked fine with an
fscommand quit. I now have frontpage2003 and mx pro and it
wont work.
I think I need some code to close the html layer or
something.
Thanks for your help. Tag: Frontpage Sites w Web-cam Tag: 27892
help!
Hi!!
Can anyone explain the difference between these two
statements?
<%=FP_FieldHTML(fp_rs,"CustomerID")%>
<%=FP_FieldURL(fp_rs,"CustomerID")%>
Please help!!!
thanx! Tag: Frontpage Sites w Web-cam Tag: 27889
Display Access Database Results in Excel
I am using FrontPage 2000. I am using an active server
page to display the results from an Access Database
query. Is there anyway to direct the output to an Excel
spreedsheet? The server running FrontPage is NT4.0. Tag: Frontpage Sites w Web-cam Tag: 27888
link bars disappear
I have just built my first web site using FP 2002 after taking a couple
of short classes. I used the wizard and a theme and spent a couple of
weeks tweaking in my spare time. Yesterday I took one final look at it
before I was going to publish it and the link bars on the left hand
border were missing. It was a shared border so all pages were
affected. Any reason why they would go? What is the easiest way to get
back. Is there a problem with this feature in FP 2002 that anyone is
aware of?
Thanks
Ron Tag: Frontpage Sites w Web-cam Tag: 27886
StoreFront.net
I want to creat an on line store. What do I need?
SO far I thought that I may need Frontpage for the client end, and may be PHP
for the server. Am I right?
Then I heard of StoreFront. Will this be used instead of any of the above?
(instead of PHP or FrontPage), or in conjuction with.
How can I get StoreFront, CompUSA? Free Download?
Any other softwares that can do the job?
Joe Tag: Frontpage Sites w Web-cam Tag: 27884
Please HELP! with Security ACL's
I don't use frontpage to develop my sites, however, I have customers that
use frontpage (2002). Here is the link, feel free to fill out the form and
try it to see what I am talking about.
http://choicefixedassets.gateshosting.com/request.htm
I have security pretty tight on my boxes, so when I try to submit the above
form, I get the login dialog. I tried (for testing only) to set the
frontpage shared directory (containing shtml.dll) to EVERYONE READ/WRITE,
but it still didn't work.
What file is the server trying to access that is causing this? Any takers on
this one?
Kind Regards,
--
Michael C. Gates
www.gateshosting.com Tag: Frontpage Sites w Web-cam Tag: 27877
On-Line Store
I want to create a small on line store. Any idea how to start?
Are there any software packages I can use ?
Thanks,
jOE Tag: Frontpage Sites w Web-cam Tag: 27876
FP Query result
Can anyone assist?
Here's what I like to do:
Have the results on a query generate a table (No Problem)
Have the same result generate a separate table based on a
field within the table, and have that result appear once.
(Problem).
Currently, I can't isolate the field and all the entries
show, not the one specific to the query. And secondly, I
can't make it SELECT DISTINCT.
Thanks,
Tony Tag: Frontpage Sites w Web-cam Tag: 27870
Hyperlinks do not work
Using link bars in top shared border.....on clicking the
links wrap around to next line instead of going to the
linked page. Can someone help? Thanks in advance, Tag: Frontpage Sites w Web-cam Tag: 27867
about syntax
Hello!
Can anyone explain me what is the meaning of each symbol
in the following expression?
<%=FP_FieldHTML(fp_rs,"CustomerID")%>
and what is the difference with this one:?
<%=FP_FieldURL(fp_rs,"CustomerID")%>
I've search through the FP help without any luck.
Thank you. Tag: Frontpage Sites w Web-cam Tag: 27866
Table of Contents - Show Navigational Structure
I have created a Site Map using Web Component Table of Contents > For This Website Option > This points to my index.htm page. All that shows up is the Table Of Contents Header . I am using FP 2002. What am I doing wrong
Thank you very much. Tag: Frontpage Sites w Web-cam Tag: 27865
Specify size of new window
I have set my hyperlinks to open in a new window. Can I
specify the size of that window? So, Maybe it would only
take up a small part of the screen? or appear in a
certain spot of the screen? Tag: Frontpage Sites w Web-cam Tag: 27863
FP2003 Page Banner
I loaded on FP2003 my website created a couple of years
ago on FP2K and its "Banner" does not load nor can it be
added back. It worked fine on FP2k and when posted also.
The Page Banner dialog window now comes up but it unables
me to type in its "Banner Text" line. If I create a whole
new website this feature works fine. The subject website
is 200+ pages so recreating it is an unnaceptable task.
Any clues?? TIA Tag: Frontpage Sites w Web-cam Tag: 27857
Word .doc Link On Website
I have several forms that were created in Word on my
Intranet.
The problem that I am having is that sometimes it asks for
a user name and password when you click the link to
the .doc.
Any idea why this happens? Tag: Frontpage Sites w Web-cam Tag: 27856
FP Extensions - Admn Program too old
I have W2K Server running FP2002 Server Extensions. When
I try to Recalculate using the HTML Admin Page, I get the
message "The server administration programs and the
server extensions on the web server are not compatible.
The administration program is too old to use with this
server."
Also when I try to open the website with FP2003, I get a
message that the server does niot have FP Extensions
installed. I have uninstalled and reinstalled several
times now with the latest MS FPSE download and it still
will not work. Forms will not work either.
Any help would be greatly appreciated! Tag: Frontpage Sites w Web-cam Tag: 27853
Template Question
Using FP 2002. If I choose a template such as Personal Web
Page to creat my site, and then remove the theme, I can
insert my own background, images etc. One thing I haven't
been able to figure out is how to change the link buttons.
I want to use my own graphic instead of the rectangular
ones that appear. Is that something you can't do using a
template? Tag: Frontpage Sites w Web-cam Tag: 27851
Hyperlinks in IE5 and IE6
After creating a web page using frontpage 2000 i have
links going to a word doc.
when using IE5 the link works fine and the doc. opens.
when using IE6 the link wont work. if i type the link into
the address bar it will open
this problem is also effecting the hover buttons that are
working in IE5 but when viewed in IE6 they disapper. i do
have java installed Tag: Frontpage Sites w Web-cam Tag: 27850
Shopping Cart in FrontPage?
I need to set up a site with a shopping cart. Is this
part of FrontPage? Can I download NoChex or something,
or do I have to buy another program?
Any help is greatly appreciated.
Margaret Tag: Frontpage Sites w Web-cam Tag: 27847
Banner
I cannot to get the banner to display after publishing the
site. It does show in preview but after publishing it
does not. www.donnasart.com.
Thanks Tag: Frontpage Sites w Web-cam Tag: 27846
C++ documentation on asserts
When I start my web page an error box appears. If I hit
ignore the page loads up fine. The error message says
that I can corect the problem by reading the C++
documentation on asserts -- no idea where to find that
doc or how to fix this seemingly minor problem. Tag: Frontpage Sites w Web-cam Tag: 27845
Java script Error
I had a system crash and I had to download our webpage
from the internet into frontpage. I have it working to a
degree. When I reposted the webpage I over wrote the old
information..the webpage had not been working correctly.
I know get a Java Script error Description: object
expected
list the web page address
then line 779.
Can anyone help me on how I can fix these java script
errors. I know that there are others as well but just did
not write them all down.
Thanks
Tammy Tag: Frontpage Sites w Web-cam Tag: 27844
Link bars in shared borders
I have created website using link bars in top shared
border. But when I click on the links it wraps around to
next line and does not take to the linked page. (the link
bars are placed in a single-cell table horizontally to
give effect of color bar). Any solution to this problem ? Tag: Frontpage Sites w Web-cam Tag: 27843
'ASP 0238'
Active Server Pages error 'ASP 0238'
Missing attribute value
pagename.asp, line 477
No value was specified for the 'file' attribute.
does any one know how to fix this? Tag: Frontpage Sites w Web-cam Tag: 27822
Layers
I am using overlapping layers (absolute positioning) at
my website. However, some people have screen resolutions
set at 800 x 600px while others have them set at 1024 x
768px.
As such, should I heep the maximum width of a layer to
800px to get the best display at both settings?
Also, is there a way to have the entire page
automatically center when viewed at 1024 x 768px? (I
don't like all the blank space [224px] at the right-hand
side of the screen.)
Any help would be greatly appreciated.
Thanks,
Steph Tag: Frontpage Sites w Web-cam Tag: 27820
opening order of items in browser
With FP 2000 can you control the order in which items
will open in a browser?
Many thanks in anticipation. Tag: Frontpage Sites w Web-cam Tag: 27819
Home Page designation
Somehow or other I changed the default page 1 to what is
actually Page 2. How do I change it back to the original
default home page? (FrontPage 2002) Tag: Frontpage Sites w Web-cam Tag: 27816
auto email forward
I need to know how to create a page for auto-email
forwarding within htm pages. Is there an independent
script to insert to make it work Tag: Frontpage Sites w Web-cam Tag: 27815
Calendar Control in FrontPage
I found out how to add a calendar control to my webpage,
but I'm curious if it's possible to link it to a database
for links to upcoming events.
Has anyone had any success doing something like this?
Thanks, Brian Tag: Frontpage Sites w Web-cam Tag: 27811
Background Music
Is there a way in FP 2002/2003 to have background sound
on a page that can be turned off or on by the viewer of
the page? If it can be done, any suggestions on HTML to
make it happen?
Thanks in advance
Dick Tag: Frontpage Sites w Web-cam Tag: 27806
[FrontPage Save Results Component]
Hi,
Sometimes when I publish and view my forms on the ISP
server I get the following message at the top of the form
for all visitors to see -
[FrontPage Save Results Component]
1/ Why does it only show up on some forms and not others.
2/ More importantly how to I consistantly get rid of it.
Thank you to anyone who can help.
Sam
Viewing with MS Windows Explorer Tag: Frontpage Sites w Web-cam Tag: 27805
Text Area to a text field
Hi,
I've got a form in which I want to allow input from that
form to a text field in a database. I used the text area
type of form field, so that the user can include
paragraphs, even if they have to be short ones.
The database field has to be a text field, because I do
queries on it, and querying a memo field generates
garbage in Access. But a text field can
recognize "carriage returns", so I want to use the text
area type field in the form.
But, when I use the text area, I get a type mismatch
between the form and the database field.
Does anybody know a way to get around this problem?
Thanks. Tag: Frontpage Sites w Web-cam Tag: 27803
Frontpage 2000 Hit counter reset
Hello,
I have Frontpage 2000 and tried to rest my counters but
none of them are accepting my new values when I puplished
my webpage to tripod.com.
Does anyone knows why this is happening? Tag: Frontpage Sites w Web-cam Tag: 27802
Connecting to other DB's on a LAN through FP
I use Frontpage to connect to an Access DB typically held
in the Frontpage default folder of fpdb in the web. I
need to connect to a different database stored on a
server connected to the LAN. Doing a direct copy will
corrupt the DB since it's open somewhere on the LAN
24/7. Replication triples the size of the DB and slows
it down to a snails pace so that won't work. I am
currently linking the tables of the DB in fpdb folder to
the real DB on the LAN. You can open the linked DB
through Frontpage but it won't allow you to create the
connection string using the Frontpage Database results
wizard. Does anyone know of an additional ODBC
connection that I additionally need to create or have any
other ideas? I'm stuck. Thanks for your help!
Q45 Tag: Frontpage Sites w Web-cam Tag: 27799
frontpage 2000 v 4.0 and XP
Why can't i see buttons at my homepage with visual
effects, made in fp 4.0 (office 2000) with microsoft XP
and IE6 ? Tag: Frontpage Sites w Web-cam Tag: 27797
Does anyone know of any sites designed in Frontpage that
feature web-cams?