![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: y is it not workin
From: Lasse Reichstein Nielsen <lrn@hotpop.com>
Date: Tue Feb 28 2006 - 17:59:01 CET
"thejes john" <thejesjohn@yahoo.co.in> writes:
> could u plz help me in solving this problem.y the following is not
To fix a problem, we must be able to
For 1) we need to have the entire page that fails (I prefer a link to the
Without that, the best we can do is guess.
> <script language="javascript">
The recommended way to access a form control is through the forms
> document.Loc_Emp.T2.value="";
This looks like an attempt at checking that something has been entered
> {
This submission is better performed by the form itself. If you return
<form action="..." onsubmit="return btnSearch(this);">
(I pass the form as a parameter, making it even easier to access the
Regards
-- Lasse Reichstein Nielsen - lrn@hotpop.com DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html> 'Faith without judgement merely degrades the spirit divine.'Received on Mon May 1 03:41:17 2006 |