Confirm using database results
HELP
I have a FP2002 web with an access 2002 database - A form page (.asp) submits to the database and takes users to an confirm.htm page - I have a meta refresh tag on this confirm.htm page between <head> and </head> which is supposed to refresh and redirect users to a .asp page where I use database results to display the form submission content plus some additional static info I've added to this page.
The redirect code I have on the Confirm.htm page is <META HTTP-EQUIV=Refresh CONTENT ="3; URL=http://www.mydomain.org/vbsconfirmation.asp";
The redirect seems to work after 3 seconds - I do see the vbsconfirmation.asp page for a split second - but then I'm immediately taken to an error page (That page cannot be found or.....) with the URL showing mydomain.org/process1.as
Something's wrong - can you help me PLEASE!!! Tag: Number of form fields supported Tag: 37570
dhtml in shared borders?
I'd like to use dynamic links in my shared border but FrontPage won't let
me. Is this normal or possible??
Thanks to all,
Rob Tag: Number of form fields supported Tag: 37569
Change "active" link appearance
I have what is probably a common setup. A 2-table cell has a list of links
in the left cell and an inline frame in the right cell. Clicking a link
loads the appropriate document into the frame. I want the link to change
appearance - in other words the link for the document that is loaded in the
frame will look different from the other links.
TIA,
--
Peter Aitken
Remove the crap from my email address before using. Tag: Number of form fields supported Tag: 37568
Excel uploads to Frontpage
Excel HTML Uploads to Frontpage - Excel has multiple HTML pages created in it 9an entire site). Most pages change daily and I would like to have them uploaded to a Frontpage Web on a regular basis so they can be published. Can you help? Tag: Number of form fields supported Tag: 37566
button to force text change
I have a form field that displays a date from a database. I would like a button that inserts today's date/time if the imported data is null (to be submitted later to update the database). I do not want the null data updated unless the button is clicked. Once the date is displayed, the button should have no further effect. I can handle the asp code to access/submit the data, but the button functionality escapes me
I am using Frontpage 2002, asp, vbscript
Thanks
Fred Tag: Number of form fields supported Tag: 37559
What is ASP?
Hello,
I am wondering _what_ programming language ASP is, where can I get a (free?)
editor for it, where can I find documentation on the objects/methods/events
that are available? Is there something for ASP like SelfHTML? I have the
same questions for ASP.net...
Somehow I managed to create a contact form that's sending emails with
asp-scipts (CDONTS, uhh old stuff, I know).
I would like to enhance my scipts eg. by checken the user input, so I would
need functions like
left
mid
search for strings in a string
AND/OR
length of strings
concatenations
select case
if elsif
etc. etc.
regards
arno Tag: Number of form fields supported Tag: 37558
Frontpage Server Timeout Error
When I try to publish a site I frequently get a Server
Timeout error message. Does anyone know if this is caused
by a local setting or is my web server actually causing
the problem? Tag: Number of form fields supported Tag: 37556
Add Adobe Documents
Hi,
I'm pretty new to FrontPage. I would like to add Adobe
documents to my website. Does anyone have a "how to"
document that can explain this? Or, some instructions
that can get me started?
Thanks Tag: Number of form fields supported Tag: 37555
user group for MySQL and Java
Hi:
I know this is not about FrontPage but since many advisors here are
programming experts and must use database and other languages also.
I am very new to MySQL and Java.
Can anyone direct me to some nice user groups for MySQL and Java scripts?
Thanks a lot!!! Tag: Number of form fields supported Tag: 37551
Private Login
How can I go about setting up a private login with
password to access an area of the web site that would not
be available to others? I am using FP2003.
John Glueck Tag: Number of form fields supported Tag: 37543
HELP! Can Not Log Onto Web My Own Page???
Greetings,
PROBLEM: Using FrontPage, I can NOT login into my web page. After
spending days working on this problem, it appears Internet Explorer is
NOT passing either the password and/or login correctly.
Any insights greatly appreciated as this is a community web page.
Thanks! Tag: Number of form fields supported Tag: 37542
Component Errors
Hi, I'm new to frontpage and web site builing, I have
found component errors. Are they serious? and can I fix
them? If yes, how? Thanks for any help someone can give
me. Cat Tag: Number of form fields supported Tag: 37541
include file
I am trying to put a header and side bar in an include
file so all pages can use the same code. When one page
calls another page the include sections do not show up.
However, when I open the page in Front Page and then
Preview the include sections do show up. What is going
on?? Tag: Number of form fields supported Tag: 37540
thumbnail sizes
Hello!
When I insert an image onto my webpage, then click the
auto thumbnail, it does just that. However, one item that
may measure 4" x 5" appears smaller than another that was
originally 2" x 3". Is there a way to work around this?
Or may it have been corrected in FrontPage2003, as I am
still using 2002 version.
Thank you - Shirley Tag: Number of form fields supported Tag: 37538
I guess FrontPage can't fix my problem, huh?
I guess the glitch in Front Page 2002 that eliminated any
folder on my web from being designated (or able to be
designated) as the homepage is something that cannot be
fixed, huh? I have followed all the suggestions given in a
previous thread but am NOT give the option to 'set as home
page'. For some reason Front Page has eliminated my home
page and I am having to re-write the entire thing - kind of
a drag!
If anyone has any ideas on why Front Page is doing this, or
what I can do to fix it, I would be very grateful!
Thanks,
Kate Tag: Number of form fields supported Tag: 37537
.asp queries fail
As of about 2 months ago, queries on several
frontpage .asp page changed... They now required that the
argument from the sending page be included in the query
results, or the query fails.
i.e.
"select last,first,sales from names where city
= '::city::'" will fail unless it's written as:
"select city,last,first,sales from names where city
= '::city::'.
Why did this happen, and how can I get around it? When I
want to only show the last,first,sum(sales) in the result
set, the query won't work. I'm forced to include city,
then the results show total sales/city/name rather than
sales/name. They have become case sensitive as well.
I have 20+ queries that worked in the past, now most are
inop. Tag: Number of form fields supported Tag: 37526
Database results as form confirmation
I have a form submit to an access database - this works fine
As the confirmation page of the form - I created a database results page, saved it as .asp, and set the original form page to go to this page as it's confirmation
When testing, it does go to the confirmation.asp page I created but only for a fraction of a second....then I get "page can't be displayed" error.
I've republished - I've done the updates live on the server - nothing seems to correct this problem. How can I get the confirmation.asp page to stay displayed???? Tag: Number of form fields supported Tag: 37519
Passing ASP Variables
Hi All,
How do I get the variable information from Page 1 to Page 3? Page 1 to
Page 2
works, but from Page 2 to Page 3, I can't seem to get the variables to pass
over.
Any help would be great, I'm raking my brain!
TIA
RC- Tag: Number of form fields supported Tag: 37515
More on Meta Tags
I have the tags...
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
Are those important?
What do THEY do?
And, are they necessary?
SE Tag: Number of form fields supported Tag: 37513
More on Meta Tags
I have the tags...
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
Are those important?
What do THEY do?
And, are they necessary?
SE Tag: Number of form fields supported Tag: 37512
Form - Store results to Email
Is there a limit to the number of fields FP can put in an
email? I have a form with 42 data fields and not all of
them are being returned in the email. It appears
anything after 30 doesn't come thru in the email. They
all appear on the confirmation page.
Ideas?
Thanks,
Marcy Tag: Number of form fields supported Tag: 37511
Thanks to Skydolphin!
I want to thank Rhonda (aka skydolphin) for her help with
the city/state based on zip problem I had last week!
You saved me alot of time and headache by taking time to
look at the problem and coming up with a custom code!
I love these newsgroups *sniff*.
Ngan Tag: Number of form fields supported Tag: 37505
Inline frame problem
I have an inline frame in a table cell, sized to fill the entire cell. How
can I get margins between the text in the frame and the edges? The margin
settings do not seem to have any affect.
--
Peter Aitken
Remove the crap from my email address before using. Tag: Number of form fields supported Tag: 37497
Retrieval of Feedback Form Info
Where can the information that was entered into
a "feedback" form be found? Tag: Number of form fields supported Tag: 37493
multi-purpose buttons
Hello,
I have a login procedure on my site at
http://www.freisco.com/login.asp?returnURL=%2Fres%2Fdefault%2Easp
and when the visitor logs in, it checks to see if they are approved for
access into the site.
What I'd like to know is if the same button could also generate an email
autoresponder to me that would capture the user, password, and IP info
from the visitor and then email me this info. I would like to do this
so the visitor doesn't know I am keeping tabs on his activity.
Any and all insights welcomed.
-Steve Tag: Number of form fields supported Tag: 37491
formatting numeric fields
I used the Database Interface Wizard to create a web site
using FrontPage 2003. I'am having problems to format
numeric fields. I want to display dollar sign, commas and
decimals on these fields. Can someone help me? Tag: Number of form fields supported Tag: 37488
Bad Page Width w/ Forms Present
Happy Monday, everyone!
I have some pages with forms accepting or displaying data
in tables. When I select table properties an assign the
Table Width property to 98%, the view appears to apply.
When I view the published pages however, I see the
arbitrary table dimensions - without regard to the IE
window size, and the tables appear fixed-width.
There are frames of some sort surrounding the tables in
the FP02 editor window whose dimensions appear to take
precedence over the table dimension definitions.
How do I correct the table width flexibility issue
without disrupting the form functionality?
Thanks in advance, as always,
Matthew =} Tag: Number of form fields supported Tag: 37483
Download doc file
Hi,
i would like to create a downloadlink for a .doc file.
The problem is, that the link opens the .doc file in the
browser. I would like, that the viewers become a pop up,
there they can choose to download the file or not.
What i must do ? Can you help me ?
Thanks
Peter Tag: Number of form fields supported Tag: 37478
ASP Query forms not working
I have just posted a new site to my intranet and have input forms - all are
working fine! The problem comes when tyring to run a query. I have an ASP
form with no query that works fine, however I have a couple forms for users
to query against the database, when I run the query in a browser I get a 405
rescource unavailable error..........
What am I missing?
TIA
Jonathan Tag: Number of form fields supported Tag: 37472
Server Extension problem
When I try to reload Office 200 to put Front Page 2000
back on,I get the error message:
Error 2 getting size for registry value authorization.
Can anyone help?
Thanks. Tag: Number of form fields supported Tag: 37465
Publishing to subdomain
I am trying to publish to subdomain i.e.
http://thisplace.mydomain.com do I need to have differnt
ip addresses for each or is this a scripting issue, a
server extention issue or a I don't know what im doing
issue? I have the names sorted out in my zone files but
they always bring up main website when i type the URL.
What i am trying to do is set up support.mydomain.com as
a support for my clients and a sales.mydomain.com for my
online store.
Thanks for the help in advance,
E Sullivan Tag: Number of form fields supported Tag: 37464
target frame
How do I get a link to open a page on my site but in a
smaller box like window. Is this something to do with
link propteties, target frame?
Thanks Tag: Number of form fields supported Tag: 37458
single spaced paragraph
I notice that when I create a table the text seems to be
double spaced. When I format the para and change it to
single space it still looks double; the only way I can
fix it is to set 0 spaces before and 0 after the
paragraph.
Is this the only way to fix it? and why does it do this?
Thanks Tag: Number of form fields supported Tag: 37457
Time out error FrontPage 2000
I've created my web site using FrontPage 2000 I have approximately 8000 pages and now receive the time out error because FrontPage cannot list much over 5000 pp. I would like to know if there is a easy solution or if upgrading to FrontPage 2003 will make any difference Tag: Number of form fields supported Tag: 37455
Scheduled Include Tutorial(s)?
I can't get this function to first schedule a page, and then publish the
page at the time I scheduled it, even I have carefully followed the
instructions in the Help file. I'm at my wits end. Does anyone know of a
tutorial that I can go to for additioal help? Thanks to anyone who answers
my plea. Tag: Number of form fields supported Tag: 37453
protecting my site
How can I be certain others can't open and edit or
download my website....hope this makes sense.
Thank you. Tag: Number of form fields supported Tag: 37449
Frontpage - Sending mesages from a site to muliple email addresses
Hi All,
I was wondering whether it is possible to send a mesage via a frontpage 2003
form to mulitple emails. so when you press submit the message you entered in
the form goes to mulitple email addresses that i specified.
Kind regards
Daniel
Please help me Tag: Number of form fields supported Tag: 37442
Frames pages and links from other sites
Hi I have used frames on my site, and it has started
getting a lot of hits from search engines like google -
however, the links are often taking visitors straight
into one of the sub pages, and thus the frames are not
loading, the visitor just sees that one page.
I know frames are unpopular with some, but is there any
way to prevent this happening?
TIA Tag: Number of form fields supported Tag: 37438
Get server side file information?
I copy my Access DB to FP's fpdb directory and then upload it, along with
the rest of my web site, to my ISP's server.
I'd like to have my ASP pages, which execute on the server, determine the
Access file's Updated Date and Time and then display it in their output.
Basically, what I want to do is display for the user something that says
"Access DB version is 24 Apr 04 at 11:45".
Is it possible to get the Access file's last updated Date and Time on the
server side?
--
Dennis Gallagher
Monroe, WA, USA Tag: Number of form fields supported Tag: 37425
Hyperlink dosen't use exact url
I am trying to use a parameter in a frontpage results page ; The inserted field shows ' field name' I attach the url on front and back as such example/'field name'/.htm and it does not work . In older versions of frontpage I did not have this problem . Please Help. Tag: Number of form fields supported Tag: 37410
Publishing Frames Contents Page
I have a web using a frames template. The web pages have
been uploaded using the publish function. The frame page
displays the banner at the top and the main page. It
does not display the contents page with the navigation.
I changed all the page names to have the .html extension
at the suggestion of the server tech people. This didn't
help. The whole web works perfectly in the preview mode.
Any suggestions about how to correct this problem?? Tag: Number of form fields supported Tag: 37408
Folder Write Permissions
I have a ASP.NET project that I created in Visual Studio .NET that has a
'data' folder containing a database that the project reads/writes to. It
works fine on my WinXP Pro/IIS5 development machine.
Since VS options for publishing are very limited, I thought I would make the
web on my development machine a Front Page web and publish using FrontPage
2003 since it allows selecting which files to publish (VS is all or
nothing).
From IIS, I selected the virtual directory and clicked 'Configure Server
Extensions'.
After that my project no longer had write permission for the 'data' folder.
I tried every setting that I could find in IIS, Frontpage and Windows
Explorer, but could not reestablish write permission - and restarted IIS
after each change. Did I miss something?
To get it back I deleted the virtual directory in IIS renamed the folder and
created a new folder with the original name and moved all my files to the
new folder.
I admit that I don't know a whole lot about FrontPage and the typical MS
help is useless.
How can I use FrontPage to publish my files without it changing folder
permissions on me?
TIA,
--
Alphonse Giambrone
Email: a-giam at customdatasolutions dot us Tag: Number of form fields supported Tag: 37407
Meta Tags
I don't really understand this Meta Tag stuff. That's the
search engine and title stuff, right? What do I need to
have in there that I can get a good spot on a search
engine?
Here's my link, so if someone can take a look at my page
and help out, it's greatly appreciated...
http://shannonellis.home.comcast.net
My first webpage was through AOL and their site builder a
couple years ago and it was pretty crappy (not like my
new one isn't-haha), but if you did a search on Google at
the time, it would be the 2nd or 3rd page to be listed.
Now that I've gone through Comcast and been using
Frontpage, it's on something like the 26th page in Google.
Thanks,
Shannon Tag: Number of form fields supported Tag: 37405
unable to upload some html
I want to place a banner on my site.
Im using FP2002 and when I preview the page it all works
great.
My problem is when I upload the page. The banner doesn't
appear and when I check the code, some of it is missing. I
go back to FP2002 and the code is still there. Somewhere
along the line some of the code elements are being lost.
Any help is aprreciated. Tag: Number of form fields supported Tag: 37404
Remove database entry from online database
Hi: I've created a form online whereby visitors enter
info and the info is stored in an online database. How
can I as administrator remove the entries if I want to?
Thank you,
Steven Zats Tag: Number of form fields supported Tag: 37400
I want to use a form to collect data. Does anyone know if
FrontPage 2003 has a limit to the number of fields it
supports?