1) CODE TITLE: DOM_b_input - HTML elements generation script creation Wizard
2) AUTHOR NAME/NOTES: jscheuer1
3) DESCRIPTION: An external script which, when added to your page, turns it into an HTML elements generation script creation Wizard. The wizard can be used to paste or type in any valid HTML code. When you press the 'domit' button, it will create a script for you that can be used 'as is' to generate and append said elements to a page via the DOM.
4) URL TO CODE: http://home.comcast.net/~jscheuer1/side/DOM_b_input.js
Demo: http://home.comcast.net/~jscheuer1/side/dom_b.htm
You can make your own:
Annotated version of script code posted here (in two parts):HTML Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <script type="text/javascript" src="http://home.comcast.net/~jscheuer1/side/DOM_b_input.js"> /*DOM_b_input - HTML elements generation script *creation Wizard © John Davenport Scheuer *Visit http://www.dynamicdrive.com/forums *user name:jscheuer1 - This notice must remain for legal use */ </script> </body> </html>
http://www.dynamicdrive.com/forums/s...sion#post52536
or, ATTACHED BELOW (see #3 in guidelines below):
Bookmarks