I have apache installed with php and mysql all works but one issue. i have a popup window that has a text box. now when user types data in it , it should search against my database and return error or the records. when i put data in and click search it goes blank? so its not looking at the...
i have a form called people, with two feilds
address
name.
next to address i have a button when clicked shows form address. now i have one feild called address on the form address. when the user clicks ok i wnat access to display the address value on the form called people?
ANy help
I just want to submit the current record to a new table by a command button . So if their is 3000 records i can just submit the records i want into this new table.
the table is Id Order card.
So when the user presses the button it submitts the record into this new table
thanks
Pete
I have a form with fields. Now i have a add new record button which workds fine. But i want certain records to submit to another table? How could i have a button that sends that record to a different table. the table im using is called id cards and the table wher ei want the information to go to...
I designed web page in 800 * 600 screen res. but when you look at it in 1024 * 768 it looks alot smaller any way through javascript or another way to auto size? or do i ahve to do a whole site redesign?
thanks pete
I was wondering how i would go about creating a javascript pull down menu? if a user points to a choice it will pull down a menu of different selections? I know can be done in dhtml but in javascript? any tips tricks or begining scripts thanks
well i have it stored in a mysql database, but is their a way to show online what forms have been submitted instead of me doing it manually. So if the user submitts 5 forms they can check a web page and see copys of those forms they submitted?
i have aform that gets submitted to a mysql database. now is their a way to save a copy of this form like a history of submissions for the user to see?
im trying to validate a email address. im using this function and returning me a error
<script language="javascript">
Function email()
if (ereg('^[a-zA-Z0-9_\.\-]+@[a-zA-Z0-9\-]+\.[a-zA-z0-9\-\.]+$'))
return true;
else
return false;
}
</script>...
I have a pop up window that searches a database. now i want the user to type in a min of three characters. i used this script but it passes the validation and dosent even validate
can someone help me?
<form method="post" name="registerForm" onsubmit="Nice()">...
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.