I want to create a Popup to input something. the code is following:
function AddClick()
{ var myPop = window.createPopup(); var myPopBody = myPop.document.body; myPopBody.style.backgroundColor = "Green"; myPopBody.style.border = "solid black 1px"; myPopBody.innerHTML = "
| : |
"; myPopBody.innerHTML += "
but I can't input anything in the TextBox ,because it not on focous. How can I input something and submit Thanks!

About CreatePopup?
Cyberjunkie
Sorry.I still can't make out the question.Joe Simmonds
I know the question is a year old, but have u learned how to do it
If so, let me know
baderboy51
well if u do in the future, dont hesitate to let me know.