onclick is not working

JavaScript and client side scripting.

Moderator: General Moderators

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

joecrack wrote:i mean now it is moving to the next url but .. the submit to the sql database does not work anymore^^
it is htm page yeah
HTML can't handle dynamic content like form submissions unless you're just doing a simple mailto. Unless you have your web server set up to parse .htm files with the PHP engine nothin will happen when you reach the .htm page... it's will simply be displayed.
joecrack
Forum Commoner
Posts: 99
Joined: Mon Oct 31, 2005 9:17 pm

Post by joecrack »

i solved it - i did the action="" and on the linked page i put all the sql-querys!!!
Post Reply