![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: CSS and/or JS questions
From: onetitfemme <onetitfemme2005@yahoo.com>
Date: Mon May 01 2006 - 01:13:36 CEST
> > The form element I need only in order to format the pop up and to use
> Then create the form dynamically as well.
> myForm = document.createElement('form')
> radioInput = document.createElement('input')
|