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 Mike Lewis 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: *

  1. cdumigan

    Jounalling File Systems

    Hi there, I've been hearing lately about an increase in the use of journalling file systems, and I'm interested to learn a little more about them. Does anyone know of any resources on this topic, and in particular to do with the benefits of these filesystems in relation to large enterprise...
  2. cdumigan

    Email Validation

    Hi, I'm looking for an email validation function that will check for '@', '.', and a valid extension (i.e. .com, .uk). I have been able to find some functions on the net, but they all seem to be extremely long and complicated. Does anyone know of an easy way to adequately validate an email...
  3. cdumigan

    Prepopulating a form date field using javascript

    Hi there, I'm trying to write a function that will prepopulate a form date field with the current (todays) date. However I'm not doing to well. Does anybody have or know of a function that will do this for me? Thanks in advance, C
  4. cdumigan

    Form Submit Function

    This is fantastic!! Works perfectly. Thanks a million for your help, it's much appreciated. C
  5. cdumigan

    Form Submit Function

    Hi, I am trying to create a function that will perform form validation, and then submit the form! If the validation returns true (no errors on form), then I want the form to submit, otherwise the form should not submit! The following is what I have at the moment: <form name=&quot;Send&quot...
  6. cdumigan

    JavaScript Calculation

    This is fantastic. Thanks a million for your help!! Regards, C
  7. cdumigan

    JavaScript Calculation

    Hi, I am trying to write a javascript function that will take the numbers inputted into text boxes, multiply them, and display the result in a third text box. For example, I have two text boxes, v_tech_imp and v_tech_imp_prob, and I want to create a function that will multiply these two...
  8. cdumigan

    Writing to Oracle using stored procedures

    Hi, Does anyone have some example code for writing info. to an oracle database using stred procedures. I have the stored procedures created in Oracle and I just need an example of the syntax to call them. Thanks in advance, C
  9. cdumigan

    Calling a function within a function

    Hi there, I am trying to set up a function that will call another function. What is the correct syntax for this? At the moment I have: function setQuantity(){ setCookie('lespaul', document.submitForm.lespaul.value); } This doesn't seem to work! Thanks in advance, Conor
  10. cdumigan

    Date Format

    Hi, I'm just wondering what the correct format is for writing dates in JavaScript. Is it, for example: Thu, 09-Jan-90 00:00:01 GMT? Thanks, Conor
  11. cdumigan

    Writing a Cookie

    Hi there, I want to create a cookie to pass variables between forms. I have 5 text areas called v_name, v_age, v_DOB, v_nation, and v_sex on a from called 'Details'. I wish to store these values in a cookie and pass them to a second form called 'Extra Details'. Problem is I'm attrocious at...
  12. cdumigan

    Usings Buttons to Link HTML Pages

    Hi there, This is probably an easy one! How do you use a button to link between HTML pages? I don't want to use Links! This is what I tried and it doesn't work. <input type=&quot;button&quot; value=&quot;Go Next&quot; onclick=&quot;NextPage.htm&quot;> Thanks in advance, Conor
  13. cdumigan

    Connecting ASP dropdown menus to Oracle tables

    Hi there, I posted this question already but didn't get much joy, so forgive me for trying again. I am trying to create dropdown menus (not list boxes)in ASP that will read values from an Oracle table. Does anyone know the code to do this?? I have my tables created and populated in Oracle, I...
  14. cdumigan

    Using SQL in the Control Source of Access Forms

    Hi Dan, I don't know if I fully understand what you are trying to do, but I think this might help. From what I can see you want a report to read info from more than one table, right?? Create a query, add the tables and fields necessary for the report to this query, and save it. In the...
  15. cdumigan

    Clearing a shopping cart

    Hi there, I am writing a shopping cart application, and I need to know how to clear the cookie, and hence cart. I realise the following code may be a bit hard to follow, but any help would be appreciated. I got the following code on the web. Here is the cookie code on the product page (Product...
  16. cdumigan

    Dropdowns from Oracle

    Hi there, I am designing an application using Oracle and ASP. I want to have drop downs on the web forms for users to select from, based on tables in the oracle database. For example, I have a table called 'Division', and I want to have the contents of one of the fields in this table available...

Part and Inventory Search

Back
Top