Hi,<br>I created an .asp page called x, then when it all worked fine I copied all the relevant lines (as far as I know) and implemented them in my main asp page (main.asp) which contains all the graphics. In the x.asp I used the following function:<br>function artOnChange(){<br> document.form1.action = "x.asp?loadcombo=true";<br> document.form1.submit();<br>}<br>in the main asp page (main.asp) I changed the x.asp to main.asp, but when I run it through IE5 I get an error message about the line (document.form1.action = "x.asp?loadcombo=true" and when I choose to debug it with InterDev I get a read only page that contains the previous asp page name (x.asp).<br>Any suggestions?<br>Thanks<br>Eyal