having spent hours on this problem i need to throw it out to the masses. I have a test page at http://sketch360test.co.uk/test.php on which I\'m trying to use onclick events to serve two purposes at o
I want 开发者_StackOverflow社区to use document.getElementById in the src of script tag like this:
I am writing a web automation that fills out lengthy online forms based on stored data and then notifies the user of the results. The website that I am automating names all of it\'s objects, but does
I\'m using the qq.uploader class and here is a portion of my code: function createUploader(elementId){
I have an HTML page with this structure. <div class=\"scrollBoxYe\"> <table class=\"grid\">
i have a problem with this part of js code not working in Chrome but working in IE. this is my javascript code :
开发者_Go百科I have an XHTML page where each HTML element has a unique custom attribute, like this:
<body onload=\"document.getElementById(\'menuTest\').style.removeAttribute(\'display\')\"> This is the code I\'m using. Basically I\'m trying to make an element visible only after everything e
if I have a page called \"content page\": <body > <p id=\"part1\">Tread ... inch. </p>
I am quite new with Javascript and I got a problem with document.getElementById() that always returns NULL, and that\'s driving me nuts.