I was wondering if there was a way to do this, either without using javascript OR without using stolen javascript.
Currently the only way I know how to do it is to steal some javascript deviantart plan to use for v5.
So is there anyway to do this (eg: http://www.deviantart.com/supersecretv5mode/ ) without stealing their source or writing all html twice.Code:<script type="text/javascript"> var v; if (navigator.userAgent.indexOf("KHTML")<0 && navigator.product == "Gecko"){ document.getElementsByTagName('input')[0].disabled = false; } with(document.getElementsByTagName('div')[0]){ v = cloneNode(true); v.className = 's'; parentNode.appendChild(v); } </script>t>
Thanks, Andy





Bookmarks