Is there an easy way that anyone knows to use a href link to open a new pop up window with say a width of 600px and a height of 700px.
The link i am using as the href to open the page is:
<a href='<%# "news_comments.aspx?newsID=" &Cstr( Eval("newsID"))%>view comments</a>
Im using microsoft visual web Developer,and cant seem to get it to work.
Any ideas ? Thanks
The link i am using as the href to open the page is:
<a href='<%# "news_comments.aspx?newsID=" &Cstr( Eval("newsID"))%>view comments</a>
Im using microsoft visual web Developer,and cant seem to get it to work.
Any ideas ? Thanks