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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Courval

  1. Courval

    HTTP Environment Variables

    Try this:<br> <br> &lt;%@language=Javascript%&gt;<br> &lt;HTML&gt;<br> &lt;HEAD&gt;<br> &lt;/HEAD&gt;<br> &lt;BODY&gt;<br> &lt;Table&gt;<br> &lt;TR&gt;&lt;TH&gt;Variable&lt;/TH&gt;&lt;TH&gt;Value&lt;/TH&gt;<br> &lt;%<br> //Create new Enumerator Object<br> http=new...
  2. Courval

    Large Databases

    Hi there, Can you give me a little more information with regards to how you are connecting to the database.<br> I take it that when you say ASP you actually use the ADO component. Have you tried changing the timeout of the Command object (default is 30 seconds).<br> Learning Perl is an...
  3. Courval

    Disabling BACK button in IE4

    The only way I can see to do this is to disable the menubar using the window object or flushing the contents of the history object. So that it is empty. But then who am I to say...
  4. Courval

    Parameters and anchors

    Submit a form in HTML with the get method. The information inputed on the form is then passed onto the server as a querystring. In the action attribute, add the address of the URL you are redirecting the user to.<br> &lt;FORM NAME="name" ACTION="url" METHOD="GET"&gt;<br> The alternative is to...
  5. Courval

    Database

    CGI is a bit finnycotty (whatever that means. ASP is a lot more powerful and easy to program using VBScripts. The ADO model allows for efficient communication with a data source on whatever product (through OLE-DB). Try it out.
  6. Courval

    Apache ASP module ?

    Maybe a better one is Instant ASP(or I-ASP) by Halcyon Software. Check them out at the following URL:http://www.halcyonsoft.com/asp/overview.html<br> An alternative is to go with PHP see at:http://phplib.shonline.de/index.php3<br> Good luck...
  7. Courval

    Does any one know of a database Model with a veiwable source code

    Check a book by A. Homer: "ASP Techniques for Webmasters", I found it quite usefull in designing database driven web sites...

Part and Inventory Search

Back
Top