Is there anyway to format or block out the "" to ensure that my command gets done exactly the way i want it?
Coz it seems that when i do this, not only does the pop up window gets directed to mypage.asp the original page does as well. I have to use the response.write() becoz it's within an if else statement.
response.write("<a href="
response.write("mypage.asp"
response.write(" onClick="
response.write("NewWindow(this.href,'test','700','500','no','center');return false"
response.write(">mypage</a>"
Coz it seems that when i do this, not only does the pop up window gets directed to mypage.asp the original page does as well. I have to use the response.write() becoz it's within an if else statement.
response.write("<a href="
response.write("mypage.asp"
response.write(" onClick="
response.write("NewWindow(this.href,'test','700','500','no','center');return false"
response.write(">mypage</a>"