Caw
12-04-2006, 05:02 PM
Hello web'ers, the code below works fine. What I am struggling with is executing the code and displaying the a2.asp results in a new customized window that does not display the browser’s toolbars, etc. How do you call a customize window? I have played around with javascript but can not find a way of incorporating it into the form. Any help is appreciated, Thanks!
<form action="database/a2.asp" method="post">
<input name="RecordID" type="hidden"
value="<%=Server.HTMLEncode(rs.Fields("ID").Value)%>">
<input type="submit" class="formbutton" value="More Info"/>
</form>
<form action="database/a2.asp" method="post">
<input name="RecordID" type="hidden"
value="<%=Server.HTMLEncode(rs.Fields("ID").Value)%>">
<input type="submit" class="formbutton" value="More Info"/>
</form>