Ask a Question related to Dreamweaver AppDev, Design and Development.
-
illufox #1
Client Side Script interferes with Server Side Script?
I added the form validation script (Java Script) to the head section of my
insert records form page which works great when tested but when I submit the
form I get the following error:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
/spaces/events/insert2.asp, line 157
Line 157: MM_editCmd.Execute
When I remove the "onsubmit" statement from the form action I can submit the
form without any problems. Here is the form action that causes the error:
<form method="POST" action="<%=MM_editAction%>" name="form1" onsubmit="return
validateForm(this);">
The form worked fine before I added the javascript (in bold above) to the form
action.
I tried to get help at an ASP forum and one meant that this seems to be a
Dreamweaver problem as my code is correct. My hope is now to find somebody who
ran into the same problem once and knows how to fix this. Anybody?
illufox Guest
-
Client side script ASP.NET
Hi, How can i eassely add client side script in my code. I have a sort of TAB control, that works through postbacks but i want the action taken... -
How to identify client in the server-side script?
Imagine application consisting from server-side script and many client-side flash applications. Clients are connecting to server and calling various... -
Client-Side Script for CheckBox Web Control
I'm trying to create a server Web control that renders as a checkbox that has an OnClick event associated with it. I've created a short proof of... -
Client Side Java Script
Hi, am not a ASP.NET programmer, and it seems that i have to learn web development, so i need help learning java script. any links to some... -
client side script with RegisterStartupScript issue
no, you can not control the order the blocks are rendered. you can concat the scripts and register them once. also if you are doing code like: ...



Reply With Quote

