Apr 30, 2008 #1 cabobound Programmer Joined Jul 11, 2007 Messages 80 Location US Im sure this has been covered but does anyone know of an article that explains the dom and how to add an input box without reloading the page? Thanks, K
Im sure this has been covered but does anyone know of an article that explains the dom and how to add an input box without reloading the page? Thanks, K
Apr 30, 2008 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB Research "<element>.appendChild" and "document.createElement". Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Research "<element>.appendChild" and "document.createElement". Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]