Heya all -
Im trying to send a selected value from one form to another form witch then passes this to a IFRAME.
Here is the code I have:
<select name="NEW:
AREFPHYS" class="form" style="width:200" onchange="window.open(this.options[this.selectedIndex].value,'_refphys')">NEW::
AREFPHYS</select>
When the option changes I need the selected option to goto the IFRAME:
<iframe src="/patients/ref-phys.pl" name="_refphys" width="205" height="150" marginwidth="0" marginheight="0" frameborder="0"></iframe>
However, I get a Page Cannot be displayed error. The page is always the same (/patients/ref-phys.pl) the only thing that changes is the value of NEW::
AREFPHYS.
Thanks for the help.
- Scott
Im trying to send a selected value from one form to another form witch then passes this to a IFRAME.
Here is the code I have:
<select name="NEW:
When the option changes I need the selected option to goto the IFRAME:
<iframe src="/patients/ref-phys.pl" name="_refphys" width="205" height="150" marginwidth="0" marginheight="0" frameborder="0"></iframe>
However, I get a Page Cannot be displayed error. The page is always the same (/patients/ref-phys.pl) the only thing that changes is the value of NEW::
Thanks for the help.
- Scott