You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I have a required product option called "areacode" which needs an area code and prefix entered .
I have access to a php file that contains the areacodes and prefixes at
I want to use a popup to the above file and grab the selection from that popup into the required option .
Has anybody done this before ?
I tried the following code but since I don't know what I'm doing it does not place the selection into the text box :
#<strong><script type="text/JavaScript"> function MM_openBrWindow() { #window.open("http://www.inphonex.com/secure/choose-#did.php","areacode","width=520,height=350"); } </script><a href="javascript:;" #onclick="MM_openBrWindow()">Click Here to Select an Area code and Prefix #</a></strong>
Offline