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...
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...
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...
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'); ?>...
Daniel,
Do you have any suggestions. I was reading where some programmers used the meta method. For example:
header ("Expires: ".gmdate("D, d M Y H:i:s", time())." GMT");
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . "...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.