Jump to content

about popup window


vivek_damodaran

Recommended Posts

  • 14 years later...

By default you can set that X property for 

display:none

And now you can nwritejs for onChange event of that text area

function onChange (){
if(document.getElementById("field").value != '')
{
    document.getElementById("X").style.display ="";
}
}

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...