I am trying to compose an html page that contains both vbscript and javascript functions. They are called from completely different parts of the page - and all the scripts are tagged with the correct language (ie <script langauge="vbscript"> etc)..... the only problem is that the browser (ie5) will execute the javascript and flag errors on the vbscript (the code has been tested in a seperate page and works fine) Its seems to me that once the browser starts to parse a particular script language it isn't switching to a different parser. Is it possible to get ie5 to do this?? - I am aware that I could recode one of the two scripts into the other language.... but they are very long pieces of code and this would take a long time. It would be far far easier if it was possible to get the browser to interpret two script langauges in one page. Any suggestions??