Hello all,
I have a form that queries a database. I would like the result (processed with ASP) to pop up in a new browser window. Does anyone know how to do this?
Thanks,
Sera
I guess that I am unable to make this work. I am running the asp script off of a form post right now. I tried to adapt it to your method but I am not sure that I know asp well enough to get your method to work. Maybe you will see what I am doing wrong.
Here is how I added it in my html page(the one that calls asp):
<a href="javascript:somefunction()">Click me</a>
<script language="javascript">
function somefunction()
{
var search_term;
var x;
search_term = window.SelectKeyword.value;
alert(search_term);
I am out of the office now! I will try out your solution Monday early...I will get back to you and let you know how it works. Thank You,
Sera
I often believe that...
My computer is possessed!
I sure do wish I could give you more stars. I suppose that is why the forum administrators only allow me to give one. That works beautifully and I really appreciate your help. Thanks for coming back and checking up on me!
Sera
I often believe that...
My computer is possessed!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.