Hi, I have created a pop up window using the following code:
<a href="Index.aspx" onclick='window.open("special.aspx?id=1",null,"height=400,width=500,status=yes,toolbar=no,menubar=no,location=no");'>Take a test</a>this works fine, except its not actually what i want.
what i am actually looking for is, on this forum when u type up a question there is a button called SOURCE CODE.. on the far right. that window that pops up like that is what i want to create.
there will be a link on the home page saying TAKE A TEST and then in the pop up window will be about 5 questions.
help..