Please could anyone help here. What code do i need to add to this to make the pop up window have no scrollbars or anything else when it opens?
<td colspan="2"><a class="CommentL ink" href="_comment_ view.asp?ID=<%= C_ID%>&AID= <%=NID%>" onClick="NewWin dow(this.href,' name','450','41 0','Yes');retur n false;"><%=C_SU BJECT%></a>,</td>
</tr><tr>
And this link, should open up in a pop up , it can be the same size as above, with no scrollbars etc.
<td width="20%" height="1%" align="left" valign="bottom" ><%IF ALLOW_E = "1" THEN%>
<a href="_email.as p?ID=<%=ID%>&am p;AID=<%=AID%>" ><img src="comment_im gs/e_email.gif" width="49" height="12" alt="" border="0" /></a>
<%END IF%>
</td>
Both the above are in .asp pages Thanks in advance for any help.
Comment