need2progm
Programmer
I have an aspx web form that needs to pass an obj ID to a pop up window
this is what I have..
btnEdit.Attributes.Add("OnClick", "javascript:window.open('PopUpAnswer.aspx?QUESTIONID=Quest.QuestionID ',
'PopUp','width=700,height=600.scrollbars=yes')"
I get a post back .. no pop
Thoughts?
this is what I have..
btnEdit.Attributes.Add("OnClick", "javascript:window.open('PopUpAnswer.aspx?QUESTIONID=Quest.QuestionID ',
'PopUp','width=700,height=600.scrollbars=yes')"
I get a post back .. no pop
Thoughts?