Top "Getelementsbyname" questions

In JavaScript and VBScript, the getElementsByName is a function which is used to access all HTML elements with a specified name.

getelementsbyname not returning any value

I've spent all day reading tutorials but can't seem to find an answer to this basic question. All I want …

input getelementsbyname
Loop through multiple divs using VBA

I am trying to extract information from a HTML page using Vb script. This is the HTML page from which …

html vba dom getelementbyid getelementsbyname
Javascript Getting specific element (of parent) by name

I'm using custom tags to define sections in an application, so I have something like this: <mysection> <…

javascript getelementsbyname
Changing CSS with DOM getElementsByName

I am trying to make changed to CSS with the DOM in JS, I have succeeded with changing the HTML …

javascript css dom getelementsbyname
set value to array of getElementsByName

I am having the following situation: I must use dynamic table (add/remove rows) - code from http://viralpatel.net/…

javascript dynamic getelementsbyname
Unable to get property of GetElementsbyTagName of undefined or null reference

Let me start by stating I am a Newb and while I have created a fair bit of html code, …

javascript html xml getelementsbyname
Get attribute by name

I have a struct definition with about 25 elements struct X { field 1; field 2; .. }; and I'm trying to fill it with some …

c++ struct getelementsbyname
Get element by tag name

I have a trouble getting an element from HTML page what I do is I navigate to a site then …

html vbscript getelementsbyname
javascript, getelementbyname and focus

I am trying to create function that will look at the username if it is not valid send an alert …

javascript html inputbox getelementsbyname
getElementsByName on jQuery

When I select an element by name in Javascript, I usually use this code: document.GetElementsByName('pencil')[0] This way, it …

jquery arrays getelementsbyname