getElementByID is an essential method commonly used in JavaScript in the browser to retrieve a particular element node in a HTML or XML document by its ID.

learn more… | top users | synonyms

-2
votes
2answers
29 views

Javascript within a php include. GetElementByID looks for div in parent document not the included document

I have a PHP file that has a section of the page while the rest uses an include to show the rest of the page. In the included php document I have some javascript that uses getElementById to find the ...
0
votes
1answer
13 views

How to call getElementById() on XSLT output?

Using PHP, I have transformed an XML document using XSLTProcessor::transformToDoc() into another XML document (of type DOMDocument.) I want to call getElementById() on this resulting DOMDocument, but ...
-1
votes
0answers
26 views

Anybody able to fix this? if .. then (VBScript) [duplicate]

Basically I'm making a VBScript which alerts me if an item is found (certain items) on a website Id=114613970 Do WScript.Sleep 1100 frame.Visible = True frame.Navigate ...
-1
votes
2answers
35 views

Why won't this … if .Document.getElementById(“”) = “” then … work?

Here's basically what I'm trying to do, I'm just trying to make a alert if a user on that site creates an item/image it alerts me with a message. So I'm grabbing the elements but seems like it's not ...
0
votes
3answers
42 views

Get value from iput HTML / JS

I have the following html code: <form name="Register" action="Register.aspx" method="post" runat="server" style="margin-top: 15px;" onsubmit="return validateProfile(FormName='Register');" > ...
0
votes
2answers
46 views

Change innerHTML from an external php file

I've got a script in an HTML file that runs a php file every 30 seconds. The php file is intended to change a div's innerHTML. I don't seem to find the way to replace it. I was using load() but there ...
0
votes
1answer
24 views

Javascript: Using regEx to change more than one character or group of characters at a time

I know how to code fairly simple regular expressions, my question is about changing more than one character or characters at a time - Not more than one instance of a character or characters, but more ...
0
votes
2answers
35 views

How can I click on a button without an ID

I'm using VB.Net and i'm using WebBrowser1.Document.GetElementById("submit").InvokeMember("click") But I can't seem to find the actual ID. I'm trying to find the sign in button id from the site: ...
0
votes
0answers
95 views

How to create changing div's using classes instead of div's

I'm building up bbcode for phpbb3 forum that toggles text areas from one div to another. The problem is, if somebody post second post with this method, div's in first post will only change, but not in ...
0
votes
0answers
15 views

How to point script at photo-booth element?

I have a JavaScript element called photobooth, its name is self explanatory and and example of it can be found here: [PhotoBooth][1] I'm trying to point a face detection script at the photobooth ...
-6
votes
1answer
54 views

Get value of getElementByid() [closed]

I need to use the function document.getElementById(id) and I need to get the value of the element. I tried to use document.getElementById(id).getValue document.getElementById(id).innerHTML ...
2
votes
1answer
77 views

Change CSS Class on click using Javascript?

I am trying to change a CSS Class on click. Here is the fiddle: http://jsfiddle.net/Margate/bdAD3/ <div id="MainContainer"> <div id="MainImageContainerLand"> <img id="Main" ...
0
votes
3answers
49 views

Javascript - how to call function correctly

I don't really understand how to call a Javascript function properly on document ready. My goal is to resize a div depending on the height of browser window, and I took this code from another answer ...
0
votes
1answer
71 views

How do I use the html element id in C#

I am trying to use c# and SQL to count the number of times a link has been clicked on my webpage. So far I have html a link of this format: `<a href="home.aspx" id="topNav-home" runat="server" ...
1
vote
3answers
82 views

getElementById is not working in opera 12.15

I am using javascript on client-side in my app, I need to get the element based on the id, class and tagname, I am using following code for getting element using id. HTML: ...
0
votes
1answer
37 views

Append text to document.getElementById().value;

I have a function: function calcRoute() { var start = document.getElementById('start').value; ... } And a form: <form onsubmit="calcRoute(); return false"> <input type="text" ...
0
votes
2answers
43 views

Change more than 1 CSS value on click using Javascript?

have a very basic page that I am working on that contains thumbnail images and a main image. When the thumbnail images are clicked I am using document.getElementById to change the main image. Easy to ...
0
votes
1answer
97 views

jQuery Flip Effect / getElementById

I've been using a flip effect which I want to use for multiple widgets, but I've been struggling with the following problem: I've used the same base HTML for the different widgets. So when I want to ...
0
votes
1answer
61 views

PHP Equivalent to this Javascript [closed]

I have a HTML template with DIVs holding schema.org markup. The DIV content is populated via PHP but some DIVs are left blank/empty when we lack the data to put in them. Currently, we can hide the DIV ...
0
votes
2answers
45 views

getElementById() and input form

I have a function calcRoute() { var start = document.getElementById('start').value; } And then a <select id="start" onchange="calcRoute();"> <option value="somevalue">Dropdown ...
1
vote
1answer
43 views

PHP DomDocument - getElementByID(Partial Match) How?

Is there a way to grab all elements with an id that partially match. For example, if I want to grab all HTML elements on the webpage with an id attribute that starts with msg_ but could be anything ...
0
votes
1answer
36 views

javascript function executing on second click

I have a need to collapse/expand the width of a div (rather that hide/show), and for some reason this code that I wrote only seems to start working with the second click. If it put an alert in to ...
0
votes
1answer
52 views

php xml dom getElementById and DOMXpath query fails getting element

I have some problems making a function to replace question and answer elements in my XML file. I did alot of research learning php dom but I'm running stuck at making this function. The problem is ...
0
votes
1answer
27 views

can getElementById be called on something else than document?

I'm wondering and did not find anything on it. I'm running some encapsulated javascript, so I can't/don't want to access document. So instead of: document.getElementById("foo"); I want to call ...
4
votes
2answers
50 views

function doesn`t start after onclick

Hi I tried to make a quiz for my friends. I set up function in my editor and it worked, when I move it to server, after button is hit nothing happens. My html code is: <div ...
0
votes
0answers
44 views

Acces a component inside a form, how to do?

Well, have been coding a bit this morning until I've come to realise that forms, in some weird fashion, do not like someboy accessing their insides... Let me describe my problem to you : I've made a ...
1
vote
1answer
139 views

Getting Dynamic id (from AngularJS) in getElementByID

I have a clickable drop-down List as following: <ul class="dropdown"> <li ng-repeat="item in items" ng-controller="ListCtrl"> <a href="#" ...
0
votes
0answers
43 views

Unable to access GetElementById for datepicker and hidden fields (.Net WebBrowser Control)

I am doing a web scrapping tool, which will exact data from site automatically based on given start and end date. These dates are actually a picker (But not sure about either it’s Js picker or ...
0
votes
2answers
63 views

getElementById returns allways null if i search for new created Element

i want to duplicate one element and then assign to new id and names. my aim is later i want find that element again. here is an example: <div id="contDiv"> <div style="float:left"> ...
0
votes
4answers
116 views

Javascript function changes behavior when passing element ID vs. hard coding it

I have the following Javascript that on a single mouse click in a table cell with id="freq-table" populates consecutive <input> form fields with id="searchTerm(x)" with the cell's value. It's ...
0
votes
2answers
36 views

New to php loadHTML error 500

I'm totally new to php. Running this code (that I found in SO) I receive Error 500 when the 4th line is executed: $html = $data->saveHTML(); What is wrong with this code? Do I have to declare ...
0
votes
2answers
62 views

javascript: get contents of textarea, textContent vs. innerHTM vs. innerText

I am having trouble getting the contents of a textarea with js. I feel like I've done this many times before without problems but something is throwing it off or I have a mental block. html ...
0
votes
2answers
75 views

Cannot use document.getElementById() in global scope

When I try this on the global scope: document.getElementById("p1").innerHTML ="Howdy mate"; It does not work and firebug reports the error: TypeError: document.getElementById is null But the ...
0
votes
2answers
89 views

Using “var X = document.getElementById(”X“);” to collect var from form

Great site, superb contributors, I thank you in advance. (rant)>72 hours, 50% less hair, googling ".ajax easy examples" = There are no easy, working examples on the web - :-)(/rant) I'm collecting ...
-1
votes
4answers
88 views

how do I apply jquery effects to generated HTML that is inserted with getElementById? [closed]

this doesnt seem to work: <script> window.onload = function() { var div = '<div id="accordion">'; div += '<div>'; div += ...
0
votes
2answers
56 views

Find an element by id within a dynamically added control

I have an asp page in which I add dynamically a control I created (several times). In that control I have textbox for password and username and a revert button. I use this javascript code in that ...
0
votes
2answers
62 views

Using getElementByID.innerHTML from within a switch statements case?

Alright so first off, total Newbie here, so my questions answer might be extreemley simple because i have missed some thing critical. I am trying to have a switch statement, switch out the innerHTML ...
-1
votes
6answers
76 views

Javascript get element by ID and his inside value

This is what i have inside javascript function xmlhttpPost(strURL,formname,responsediv,responsemsg) { var xmlHttpReq = false; var self = this; // Xhr per Mozilla/Safari/Ie7 if ...
-1
votes
3answers
55 views

Why does this not show the message “Hello world!”?

var div = document.createElement("tempdiv"); div.innerHTML = "<html><body><div id='test'>Hello World!</div></body></html>"; ...
1
vote
1answer
70 views

Getting “object expected” error when using a variable containing a string as an argument for getElementById()

I'm doing an animation of 5 bugs flying randomly around the screen and bouncing off the sides. I made a function to do the animation for each bug. This is part of the function. The bugName variable ...
1
vote
2answers
66 views

How to write into a table with Javascript?

<Script> function getExperience() { var xp = document.getElementById('txt_XP').value; document.getElementByID("plank").innerHTML = xp/30; } </Script> So here is my code, and my ...
1
vote
2answers
62 views

Javascript getelementbyid doesn't work [duplicate]

why does the following not work ? javascript: document.getElementById("page").style = "-webkit-filter: blur(5px);"; HTML: <div id="page" style="" >some content</div> Thanks
0
votes
3answers
110 views

getElementsByTagName works but getElementById not working?

I am doing XML parsing and come upon a weird problem. The getElementsByTagName from a DOM element works, but getElementById doesn't. Chrome gives this error anywhere I call getElementById for the ...
-2
votes
4answers
57 views

Convert JavaScript function to jQuery when using this.form

I have multiple forms on one page which are similar to this: <form action="hreftomyserver.php" method="get" target="_blank"> <ul> <li id="li_address">8447 Pardee Hollow ...
0
votes
5answers
89 views

Javascript getElementById value setting getting reset on function return

I have a simple function to show / hide a div element. I have a javascript function to do that. I debugged this with Opera. The function sets the hidden value properly on the div element. I can see ...
0
votes
1answer
80 views

Choose element by partial ID using Selenium with python?

I am trying to reach an web element in Selenium in Python 2.7. The element ID is like this: cell.line.order(240686080).item(250444868).unitCost The first number string '240686080' is known, but the ...
0
votes
1answer
75 views

Hover on getElementById

I hope someone can answer my question, it is probably easy for you but I am not very used to JavaScript. So I made a menu using this code: function tabSwitch(new_tab, new_content) { ...
-5
votes
2answers
103 views

How to getElementByID in a specific DIV block (JS or JQUery)

I just wanted a fast/easy/simple way to check for existing ID on a specific element (div in this case).. Can't seem to find code sample for this..im using jquery but i dont think i need to do jquery ...
0
votes
2answers
138 views

javascript function document.getElementById() [closed]

I tried to create a function that changes the style of a table by using the parameter (table name) passed into the function. I am not sure what is wrong with my code as shown below, am I using the ...
1
vote
4answers
59 views

creating a generalized getElementByID javascript

I have a button with the value of test, and when the button is clicked, a javascript will run that will manipulate elements with the ID test1 and test2. The script would have to be able to handle the ...

1 2 3 4 5 13