I was wondering if there is code that will automatically open up another web page?
When the user selects "submit" on the form, the information they entered in gets imported into the SQL server table (this is written in asp). After this is done, I would like another web page to automatically open up. Normally I would use -
<td><a href="PdfBestValues.asp?BestValue=<%=server.urlencode("None")%>&%>" target="_blank">
but it doesn't do it automatically and actually creates a link that the user has to click on.
When the user selects "submit" on the form, the information they entered in gets imported into the SQL server table (this is written in asp). After this is done, I would like another web page to automatically open up. Normally I would use -
<td><a href="PdfBestValues.asp?BestValue=<%=server.urlencode("None")%>&%>" target="_blank">
but it doesn't do it automatically and actually creates a link that the user has to click on.