Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong with this line?
Message
 
General information
Forum:
Javascript
Category:
Other
Miscellaneous
Thread ID:
01628592
Message ID:
01628594
Views:
37
>>What could be wrong with the following javascript line?
>>
>>
>>var MyVar = document.getElementById("MyInputText").value;
>>
>>
>>I have nothing in the javascript but the above line and Alert() after this line.
>>If I comment the above line, the Alert() fires. Otherwise, Alert() never fires. So I think there is something wrong with the above line.
>>But what?
>
>Well, you need to first test if document.getElementById returns an object. So, I would use two lines and check for object first. You also need to be sure that the id you're passing matches the id of the element.
>
>https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementById

How do you check/test if document.getElementById returns an object?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform