Ask a Question related to ASP Database, Design and Development.
-
DS #1
Error : oRS not defined
<INPUT TYPE=BUTTON NAME=cmdUpdate onclick="oRS.udpatebatch
()" Value="Update Records">
Any wrongs in this script?
DS
DS Guest
-
initUI Not Defined Error
:confused; I no longer have the ability to insert hyperlinks within DreamWeaver MX 2004. When I try to insert a hyperlink I select the option... -
#25677 [Fbk->NoF]: Error: Symbol len already defined.
ID: 25677 Updated by: sniper@php.net Reported By: webmaster at animelab dot com -Status: Feedback +Status: ... -
#25677 [Fbk]: Error: Symbol len already defined.
ID: 25677 Updated by: sniper@php.net Reported By: webmaster at animelab dot com Status: Feedback Bug Type: ... -
#25677 [Opn->Fbk]: Error: Symbol len already defined.
ID: 25677 Updated by: sniper@php.net Reported By: webmaster at animelab dot com -Status: Open +Status: ... -
#25677 [NEW]: Error: Symbol len already defined.
From: webmaster at animelab dot com Operating system: Linux VPS PHP version: 4.3.3 PHP Bug Type: Compile Failure Bug... -
Ray at #2
Re: Error : oRS not defined
It appears that you are attempting to mix server side code with client side
code. onclick is a client-side event. By the time there is something to
click, the server has finished doing all it's active serving of the page,
and there is no such thing as an "oRS." There never will be, because that
object existed only on the server, but this button is in a browser. To
perform an action on the server, you have to make a trip back to the server,
which will often be done by having the user submit a form.
Ray at home
"DS" <anonymous@discussions.microsoft.com> wrote in message
news:093501c3af1e$521826a0$a101280a@phx.gbl...> <INPUT TYPE=BUTTON NAME=cmdUpdate onclick="oRS.udpatebatch
> ()" Value="Update Records">
>
> Any wrongs in this script?
>
> DS
Ray at Guest



Reply With Quote

