Thanks for your response,This code, if im reading it right, links the drop down boxes to other website pages. The code I was hopeing for is something that would be contained in the same sheet.For example: <script type="text/javascript"> function syncpopup1() { var p=window.createPopup(); var pbody=p.document.body; pbody.style.backgroundColor="white"; pbody.style.border="solid black 1px"; pbody.innerHTML="10.000$</option>"; p.show(320,15,325,50,document.body); }</script> </head><body><button onclick="syncpopup1()">1:1</button></body>This creates a