I have a menu bar that I want to display on the top of each page. I used Dreamweaver to create the mouseover effects of the navigation buttons.
I saved this menu bar with a .htm extension (no head or body tags). I used FrontPage's "Insert - Component.." to insert my inlude file. The...
Please help!
I have a simple order form (code pasted below) and I am having trouble making the fields only allowing for 2 decimal places.
For instance, when I calculate 3 x .35 I get 1.049999999999999
Can anyone help, or please let me know what I'm doing wrong? I am a beginner at javascript...
I have a form with 10 fields. The values are submitted to a database. I would like to extract the first 5 fields and have them appear in a separate form (showing the data in text fields) and have the user submit that form somewhere else.
(The reason for this is that it is an order form where...
If you are referring to a confirmation page to appear after the form has actually been submitted..
Try right-clicking inside the form and choose "Form Properties."
- Click Options
- Click the Confirmation page tab and create the link of your waiver under the URL of confirmation page...
Here is the code of a sample form I created. Thanks again for taking the time to look at this.
<html>
<head>
<title>Test Form</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function calcTotal(form){
StoreOrderForm.Total1.value = (eval(StoreOrderForm.Qty1.value) *...
Thanks for your quick reply, Gary.
Please pardon my ignorance (I'm a total novice with Javascript). Do I place this code inside the <HEAD> tags? Do I need to include something to call out the code before each total field?
Thanks again,
Jon
Please help!
I created an order form at http://www.gscm.org/Resources/StoreVanService/Ordertest.asp .
The fields that calculate are under the Quantity, Price and Total columns. They are set to "No Contstraints." I want to make the Price and Total fields fixed decimals (2 decimal...
Please help!
I created an order form at http://www.gscm.org/Resources/StoreVanService/Ordertest.asp
The fields that calculate are under the Quantity, Price and Total columns. They are set to "No Contstraints." I want to make the Price and Total fields fixed decimals (2 decimal...
I have a similar problem that happens at the same time you stated, except the message is ".riched20.dll.tmp is not available to write."
It used to work fine.
Hi,
When I save files after making minor changes right on the live server, it seems to take quite a while to save. I may make a very minor text change, such as adding a comma, and it seems to take close to a minute to save it.
Any suggestions to speed up the process of saving files. Is there a...
Hi,
I work with a local copy of my web that I publish to the live server. Everything has been working fine with this setup, but now when I publish, FrontPage gives me an error message "Cannot open (filename).htm for read/write" - at this point I am forced to click ok and the...
Thanks, Javrix. I thought about the two versions as well.
Since each slide in my presentation is just a picture and caption, I may just create a separate HTML page for each slide and have left and right navigation buttons to make it look like a PowerPoint presentation.
Jon
Does anyone know of a trick (or plug in) to get a PowerPoint presentation to look good in IE and Netscape?
I have Office 2000 and FP 2000. I've saved a PowerPoint 2000 presentation as a web page, and published it to the server. The presentation looks great when the 'browser support' radio...
Thanks again for your help, Paul. I appreciate it. Unfortunately it's still not working properly. May be something on my end. I'll try again on Monday.
Jon
Thanks for the quick reply, Link9.
Here's the script:
<%
if Request("activitytype") <> "" then
activitytype = Request("activitytype")
Session("Lastacttype") = activitytype
else
if Session("Lastacttype") <> "" then
activitytype =...
Does anyone know if this is a common error?
The complete error message is:
Provider error '80004005'
Unspecified error
/Flashpoint/programsearch.asp, line 19
Line 19 refers to: conn.open connstr,"",""
Can someone please tell me what this means?
Thanks,
(I'm a web...
Does anyone know of an HTML form building program that allows the submit button to send the form to an e-mail address?
We have been using Front Page, but are having problems with the server extensions.
Are there any simple solutions to design a form with the submit button functionality...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.