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

    Creating an array using a recordset

    Hello, I have a recordset created in PHP. I am wanting to make a javascript array using the recordset. Is there a way I can reference the recordset in javascript and then create my array. This array will be used to check records being enterd into the database. I want to keep a user from...
  2. otgriffin

    Passing a form value without hitting the submit but

    Marklar, Thank you for your advice. I am sure this will work, but I had already solved the problem by using two sperate functions and then I called onPropertyChange="my_function()" in my input tag. This seems to work like I wanted it to. I am defintely sure that I will be using...
  3. otgriffin

    Passing a form value without hitting the submit but

    Hello, I am building a survey and I need to disable certain form elements when a selection is made in a radiobutton group. I am using Php and mysql. I have written a function in javascript that I thought would disable the needed elements but it will not. Here is the javascript code: function...
  4. otgriffin

    Clearing a Form Once submitted Into Database

    Placido, I have tried inserting the code you gave me. For some reason it is not working for me. Here is a copy of the code that I have. Everything should work except for the clearfield function and the onClick=clearfield function. Code: <?php require_once('../Connections/connGis.php'); ?>...
  5. otgriffin

    Clear a Form using Php

    Daniel, Do you have any suggestions. I was reading where some programmers used the meta method. For example: header (&quot;Expires: &quot;.gmdate(&quot;D, d M Y H:i:s&quot;, time()).&quot; GMT&quot;); header (&quot;Last-Modified: &quot; . gmdate(&quot;D, d M Y H:i:s&quot;) . &quot...
  6. otgriffin

    Clear a Form using Php

    Hello, I am trying to clear a form after it's information has been submitted into the Database and before it is redirected to a Thank you page. I tried using the onload function to clear the page an it worked but I only want it to clear once it has been submitted not on any other time (such as...
  7. otgriffin

    Clearing a Form Once submitted Into Database

    Hello, I am trying to clear a form after it's information has been submitted into the Database and before it is redirected to a Thank you page. I tried using the onload function to clear the page an it worked but I only want it to clear once it has been submitted not on any other time (such as...
  8. otgriffin

    Session Variables

    Hello, I am wanting to implement a session variable on my webpages using Dreamweaver Mx and PHP4. I am using a form to insert information from the user into a mysql database. I want to keep the user name and use it on the next pages until the user closes the browser. Can someone tell me how...

Part and Inventory Search

Back
Top