mljonzs
Posts: 124
|
| Posted: 08/09/2006, 7:11 AM |
|

Help. I have an addon code charge page (ASP) we use ASP and javascript. In this newly added page I must validate some data but the key value I need to get data for validation is on another page. I can successfully get the value using the following javascript in my asp code.
<script>
var main = opener.opener; //model window[
var currQuote = main.document.forms[0].quotenum.value;
</script>
Ok, Here's the question:
How do I access currQuote in my ASP code??
_________________
What does not begin WITH God, will end in failure!
|