I have this:
Expand|Select|Wrap|Line Numbers
- <input type="text" name="agg" size="30" value="---" readonly>
- <select size="1" name="provv" onchange="var cc = this.options[this.selectedIndex].value; if(cc=='GAM')Popup(400,200,'GAM.asp');">
- <option value="">---------</option>
- <option value="GAM">GAM</option>
- <option value="GBM">GBM</option>
- </select>
Can you help me?