Sorry to repost this question, but I still haven't found a workable answer and I'm sure one is possible.
I have a form with a few input parameters. When submit is clicked I want the form results to appear in a new window which I can control via this sort of thing:
window.open( qstr,'displayWindow','width=638,height=400,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes, top=20, left=20');
One thing I have tried is passing values to the URL contained in "qstr" above, but that does not seem to work the way I did it because unless I specifically pass the values by hand, I can not seem to get the form to pass the entered values.
I posted a simular question a few posts ago for those who may wish to review it for additional feedback. I would really appreciate some additional help.
Thanks,
Ed
I have a form with a few input parameters. When submit is clicked I want the form results to appear in a new window which I can control via this sort of thing:
window.open( qstr,'displayWindow','width=638,height=400,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes, top=20, left=20');
One thing I have tried is passing values to the URL contained in "qstr" above, but that does not seem to work the way I did it because unless I specifically pass the values by hand, I can not seem to get the form to pass the entered values.
I posted a simular question a few posts ago for those who may wish to review it for additional feedback. I would really appreciate some additional help.
Thanks,
Ed