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 bkrike 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: aojonesoa
  • Content: Threads
  • Order by date
  1. aojonesoa

    Error Message in Internet

    The following error message comes up at many times while browsing on the internet: Internet Explorer Script Error An error has occurred in the script on this page Line: 2 Char: 9 Error: Invalid Character Code: 0 URL: http://www.ebay.com/...
  2. aojonesoa

    Import from .txt files

    I automated the import of text, then found out that the field names from the text files I'm importing from do not always have the columns in the same order. To make matters worse, not all the columns are there all the time. At this point, I've decided the best thing to do is to import the...
  3. aojonesoa

    ASP Countdown to Date

    My niece is getting married and I would like to put a countdown to her wedding date and time. I have found some sample code, but it doesn't work exactly right. For example, when the time is before the time of the wedding, it doesn't work right, it would either be negative minutes, or more than...
  4. aojonesoa

    Error 404

    The following error message pops up when I try to Publish to a server: Error 404 HTTP Error 404 404 Not Found The Web server cannot find the file or script you asked for. Please check the URL to ensure that the path is correct. Please contact the server's administrator if this problem persists...
  5. aojonesoa

    Post or Get, That is the question?

    What would be a good example of when you would choose a GET method over a POST? What would be a good example of when you would choose a POST method over a GET? It appears (to me) the only difference is that the GET adds the variables to the URL and the POST doesn't (and querystring vs form)...
  6. aojonesoa

    Rounding Numbers

    I'm trying to fix a number to 2 decimal places even if the calculated value ends in zero. How do you do that in VBScript? Thx:-)
  7. aojonesoa

    VBScript Question

    Using VBScript in an ASP, I am doing a calculation that would require many different things to be added together. However, when I put in a carriage return, it doesn't work. How can you continue a formula onto multiple lines of code without generating an error? Should be simple. Thanks!:-)
  8. aojonesoa

    Simple ASP question

    If I try to fill in a text field from the previous page with a POST command, it only transfers the text before the first space. Example: <input type=&quot;text&quot; name=&quot;Name&quot;> <!is on first page <input type=&quot;text&quot; name=&quot;T1&quot...
  9. aojonesoa

    Dim Db as Database

    I wrote a pretty intense application in Access 97 that contain several lookups based on the Database object. When I tried to run the application in Access 2000, it comes up with a compile error in all forms that have lookups referencing the Database object. What am I to do? One thing to...
  10. aojonesoa

    How come you cannot send emails wit

    How come you cannot send emails with the results of an ASP in Front Page 2000?:-I
  11. aojonesoa

    How to extract text from an ASP

    I have an ASP which returns a page to the browser that has some of the same information typed into an input text field on the previous form. Does anyone know how to extract the text that was returned to the browser? I need to set the value of a hidden input with it when the ASP page loads...
  12. aojonesoa

    Confirmation Pages

    The form handlers included in Front Page 2000 works by putting a &quot;Confirmation Field&quot; on the Confirmation Form. When you do this, Front Page adds a comment in the HTML with specific verbiage &quot;<!webbot bot=....>&quot;. When the confirmation form is populated, this comment is...
  13. aojonesoa

    Posting info from one form to another

    Let's say I have a form with only one text box and one submit button. Then let's say I copied that page so that I have 2 pages, each with one text box. How can I write code so that when the first form is submitted, the other form opens and populates the text box with the information entered in...
  14. aojonesoa

    Moving info from one page to another

    Let's say I have a form with only one text box and one submit button. Then let's say I copied that page so that I have 2 pages, each with one text box. How can I write code so that when the first form is submitted, the other form opens and populates the text box with the information entered in...
  15. aojonesoa

    Passing Information from one form to another

    Please help!!! http://www.knotyboy.com/order.htm is the form. I need to get the order detail information to me, in either a database, or through an email, or whatever. I also need to POST the personal information and total price to a CGI Scipt (I assume) on a Verisign server. I can do each...
  16. aojonesoa

    Maintaining State using POST and GET

    How do you maintain state from one form to another using the POST and GET tags?
  17. aojonesoa

    How do I set hidden input value to confirmation field?

    I have a form that sends an email to me, it then displays a custom confirmation page. I would like to retrieve the information in some of the confirmation fields, and use it in a hidden input field to submit via the POST method. How?

Part and Inventory Search

Back
Top