Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong with this line?
Message
 
 
To
08/12/2015 13:42:15
General information
Forum:
Javascript
Category:
Other
Miscellaneous
Thread ID:
01628592
Message ID:
01628664
Views:
29
Thank you.

>Seems like we are making it complicated. JS returns an undefined or null when an object does not exist, but it in no way is considered an error, and code execution will continue. But if you want to work with that object, you only need a simple IF:
>
>if (document.getElementById(myVar)) {
> alert('hello') ;
> . . . . do some more stuff;
> }
>
>>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?
"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
Reply
Map
View

Click here to load this message in the networking platform