I have an order form and i would like to open a pop-up window and have some options in it, and have it submit to the main window.
but i do not want to actually SUBMIT the input, jut have the two windows working with each other, mainly running a function, that transfers the input from the pop-up to the main page.
the opposite of something like this.....
<script>
var popup = window.open('','','')
popup.document.write('')
</script>
but i do not want to actually SUBMIT the input, jut have the two windows working with each other, mainly running a function, that transfers the input from the pop-up to the main page.
the opposite of something like this.....
<script>
var popup = window.open('','','')
popup.document.write('')
</script>