Top "Getelementsbytagname" questions

A native HTML DOM Element method used to get all elements with the specified tag name.

JavaScript get the <title> element

I am writing a script that will make the title tag switch messages every few seconds. I wrote the code …

javascript html getelementsbytagname
c# GetElementsByTagName then read the inner tags values how

this below is example xml <DOC> <DOCNO>WSJ870323-0180</DOCNO> <HL>Italy's …

c# wpf xml tags getelementsbytagname
How to run getElementsByTagName on children of an element only?

I'm having trouble getting a selector to work properly. I have this HTML: <div.wrapper> <div.ui-controlgroup-controls&…

javascript selection children getelementsbytagname
Using getElementById and getElementsByTagName together

I have code that looks like so: <ul id="effects-list" class="effects-list"> <li data-creative="5">Creative</…

javascript jquery getelementbyid getelementsbytagname
"Null" is null or not an object error in IE javascript

The following code executes fine in Firefox and Chrome, but gives an error: 'null' is null or not an object …

ajax null internet-explorer getelementsbytagname
How to get all text from all tags in one array?

I need to create an array which contains all text from a page without jQuery. This is my html: <…

javascript getelementsbytagname
Write in an HTML input field using Excel VBA

I load an internet page and log in with myusername and mypassword using VBA. I would like to write a …

excel vba web getelementsbytagname input-field
Java XML getElementsByTagName() function

Lets say i have this XML file: <attributes> <units> <civilians> <unit> <…

java xml getelementsbytagname
Using cURL and dom to scrape data with php

Hi i am using cURL to get data from a website i need to get multiple items but cannot get …

php domdocument getelementsbytagname