Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: checked/unchecked checkbos :)


Message #1 by "PeaCey" <peacey_69@h...> on Sat, 23 Jun 2001 01:55:45 +0100
ignore this ive done it

----- Original Message -----
From: "PeaCey" <peacey_69@h...>
To: "javascript" <javascript@p...>
Sent: Saturday, June 23, 2001 1:55 AM
Subject: [javascript] checked/unchecked checkbos :)


| is there a way to uncheck a check box as soon as its checked ?
| sorta like a button?
|
| weird request i know :D
| just wondering really
|
| I tried
|
| function unk() {
| var un ="Unknown"
|  if (document.fixture.unknown.checked) {
|    (document.fixture.gm_server.clear)
|    (document.fixture.gm_server.value=un)
|    (document.fixture.unknown.checked=false)
|      }
| }
|
| but it didnt work
|
|
| Kev


  Return to Index