/ Published in: ActionScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if(myVar == "" || myVar == undefined){ //It has no value OR doesn't exist at all ... } else { ... }