I use successfully a script for web automation from this site: heise web automation I know it is in german, but perhaps someone can help.
I\'m having a problem with the InternetExplorer in SHDocVw.dll. I also have mshtml.tlb referenced (while googling, I did read 1 comment that said I should have mshtml.dll referenced, but that this cou
Doubtful this needs much explaining but I think I ne开发者_Go百科ed a second set of eyes to check this out because I just cannot fathom why it won\'t! Try using the \"Energy Calculator\" and no value
On a page, I have several elements on which I need to perform repetitive operations. To avoid traversing the DOM every time, I want to store a reference to all these elements in an array (or an object
I\'m making this prototype script to work: function removing () { *var ids = $$(\'.class\').collect(function(el) { return el.id; });* //array of ids, not used by now
I have no idea what I\'m doing wrong but the bullets of the list wont change, please help. This is the html
So when the code ... document.getElementById(\'classhere\').childNodes ... runs, I manage to get all elements with that ID EXCEPT for elements that have been dynamically created by a \'createDiv()\
I\'m trying to make a ratings system but I\'m at a stand with the javascript. I have made a method which is suppose to swap out the image of a blank star for a star.
Is there a way to get a response from the typical ajax function so that it can be dissected with getElements? I\'ve tried query.responseText.getElementById but it works just as bad as it looks. You sh
GET_COOKIE(\'CURRENT_IM\') will re开发者_开发技巧turn a number saved in the CURRENT_IM cookie. How can I get this to work?