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 Chris Miller 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. motofzr1000

    'object is required' when clicking submit button

    Probably not the best workaround, but I got it working... I replaced <form id="add" name="add" action="<?=$_SERVER['PHP_SELF']?>" method="post" onSubmit="return datecheck('add_month0','add_day0','add_year0');"> with: <form id="add" name="add" action="<?=$_SERVER['PHP_SELF']?>"...
  2. motofzr1000

    'object is required' when clicking submit button

    Now I removed the datecheck function from the code, since I don't need it anyway, and there was another function, which checked for modified dates, and I removed this as well, but I think I removed too much. the page returns no errors anymore, but it doesn't submit the changes. Actually nothing...
  3. motofzr1000

    'object is required' when clicking submit button

    Sorry, forgot to post the HTML output with it... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PAGE TITLE</title> <link rel="stylesheet"...
  4. motofzr1000

    'object is required' when clicking submit button

    thanks for the quick reply, and the tips... I checked in Firefox, and the error console returns a lot of warnings, saying: Warning: Expected ':' but found 'normal'. Declaration dropped. Source File: http://www.myurl.com/table-edit.php Line: 0 And the actual error message I get is: Error...
  5. motofzr1000

    'object is required' when clicking submit button

    Hi, recently, I downloaded a script to make MySQL database changes through a web interface written in php, and with some javascript. Everything works quite fine, except when I try to make changes to the database. I'll explain how the script works... It outputs a table with all fields in a...

Part and Inventory Search

Back
Top