I now have this link (text) when clicked displaying a small 450x280 window. I want to user the same code with a submit buttton but now sure how to do it.
Here's what I've got.
1. User opens a log in page.
2. If name is not in my Access DB it redirects to an error.asp. I would like the error.asp to display in the small window below. HOW? Thanks
<p align="center">
<a href="#" OnClick="window.open('toc.asp','newwindow','toolbar=no,directories=no,status=no, scrollbar=yes, width=450,height=280')"><font color="#FF0000" size="3"></font><font color="#0000FF" size="3">
</font><font color="#FF0000" size="3"> to Search</font></a>
</p>
"The reward of one duty done is the power to fulfill another"
<%
Jr Clown
%>
Here's what I've got.
1. User opens a log in page.
2. If name is not in my Access DB it redirects to an error.asp. I would like the error.asp to display in the small window below. HOW? Thanks
<p align="center">
<a href="#" OnClick="window.open('toc.asp','newwindow','toolbar=no,directories=no,status=no, scrollbar=yes, width=450,height=280')"><font color="#FF0000" size="3"></font><font color="#0000FF" size="3">
</font><font color="#FF0000" size="3"> to Search</font></a>
</p>
"The reward of one duty done is the power to fulfill another"
<%
Jr Clown
%>