lisa2
05-26-2005, 01:03 PM
I am new to this forum, I have a popbox that I am trying to make autopopulate when a user select NA from a dropdown selection. I have to popup part working but it i will not show the text in the box.
Here is my code, i have it commented out because is not working:
function createcom( i )
{
opencreatecompopup()
//var qcomm;
//if (qcomm == "")
//{
//qcomm = qcomm + "; Q #" + i + ":";(Question #" + i + ":";-This is what it is suppose to put in the popup box)
//document.form.txtqcomments.value = qcomm;
//}
//else
//{
//qcomm = qcomm + "; Q #" + i + ":";
//document.form.txtqcomments.value = qcomm;
//}
}
Can anyone help????
:confused:
Here is my code, i have it commented out because is not working:
function createcom( i )
{
opencreatecompopup()
//var qcomm;
//if (qcomm == "")
//{
//qcomm = qcomm + "; Q #" + i + ":";(Question #" + i + ":";-This is what it is suppose to put in the popup box)
//document.form.txtqcomments.value = qcomm;
//}
//else
//{
//qcomm = qcomm + "; Q #" + i + ":";
//document.form.txtqcomments.value = qcomm;
//}
}
Can anyone help????
:confused: