Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JonR
  • Order by date
  1. JonR

    SSI file with mouseovers - cannot get mouseovers to work

    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...
  2. JonR

    Fixed decimal fields

    Thanks so much trollacious! You're awesome. This has been driving me crazy. I really appreciate your help. Jon
  3. JonR

    Fixed decimal fields

    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...
  4. JonR

    Form Submission Question

    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...
  5. JonR

    SUBMIT BUTTON REDIRECTION

    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...
  6. JonR

    Calculating fields in a form

    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=&quot;JavaScript&quot;> <!-- Begin function calcTotal(form){ StoreOrderForm.Total1.value = (eval(StoreOrderForm.Qty1.value) *...
  7. JonR

    Calculating fields in a form

    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
  8. JonR

    Calculating fields in a form

    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 &quot;No Contstraints.&quot; I want to make the Price and Total fields fixed decimals (2 decimal...
  9. JonR

    Calculating fields in a form

    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 &quot;No Contstraints.&quot; I want to make the Price and Total fields fixed decimals (2 decimal...
  10. JonR

    File Names During Upload

    I have a similar problem that happens at the same time you stated, except the message is &quot;.riched20.dll.tmp is not available to write.&quot; It used to work fine.
  11. JonR

    Saving files takes a long time...

    Thanks very much, Linda!
  12. JonR

    Saving files takes a long time...

    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...
  13. JonR

    Publishing error in FP 2000

    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 &quot;Cannot open (filename).htm for read/write&quot; - at this point I am forced to click ok and the...
  14. JonR

    Forms question in FP 2000

    Thanks, Diana!
  15. JonR

    PowerPoint and Netscape

    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
  16. JonR

    PowerPoint and Netscape

    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...
  17. JonR

    Provider error '80004005'

    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
  18. JonR

    Provider error '80004005'

    Thanks for the quick reply, Link9. Here's the script: <% if Request(&quot;activitytype&quot;) <> &quot;&quot; then activitytype = Request(&quot;activitytype&quot;) Session(&quot;Lastacttype&quot;) = activitytype else if Session(&quot;Lastacttype&quot;) <> &quot;&quot; then activitytype =...
  19. JonR

    Provider error '80004005'

    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,&quot;&quot;,&quot;&quot; Can someone please tell me what this means? Thanks, (I'm a web...
  20. JonR

    WYSIWYG Forms Building Tool?

    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...

Part and Inventory Search

Back
Top