I have this variable on my form
<script>
var type = 2;
</script>
and on the same page I am calling this iFrame
<iframe src='http://www.genpowerusa.com/crm/formal_quote_new2.php' frameborder='0'></iframe>
What I am unsure is, how could I send the variable to the php form and use the variable on the quote form, the variable is static, I have two pages that call the same iFrame.
Is such thing possible?
<script>tags. You might want to look into using AJAX.