IIS 5 and vbScript

I've got a combo box set up that gets filled by server side IIS
ASP vbScript.

I've run into some problems mixing client-side javaScript and
the server-side vbScript.

Putting any type of JavaScript code on the page causes the
page to stop working.

IE gives a couple error messages today that it didn't used to
give.

I'm not sure when the problems started occuring but they've
started to occur within the last couple of 3 or 4 months. It's
a page I've not used but set up as a vbScript alternative to
javaScript. It used to work, so I'm sure there's just some
new alternative manner in which to declare JavaScript.

I guess IE doesn't recognize the Language="JavaScript"
any longer or maybe the DocType being set to IE4
Transitional... anyways...

JavaScript offers some very nice features with <select>
<option> items. Where I've used OnChange to call a client
side java function.

I'm looking to do the same except this time I've got an array of
answers in server-side vbScript that I want to put into an
<input type="textbox" name="txtCountryName">

I want to put one item from the server-side array into the client-side
input / textbox.

Is this possible?

The javascript page I have set up is located at:

[url]http://www.microcosmotalk.com/tech/scripts/[/url]

That is all client-side code and I've grown really fond of JavaScript.

I have the countries put into a server-side database now rather
than a client-side javascript array.

I've got an Array of cities/states and countries all filled now. I'm
trying to get server-side vbScript to talk with client-javascript now.

Any suggestions, webpages to look over, or comments or whatnot
are all greatly appreciated. Thanks in advance.

--
Jim Carlock
[url]http://www.microcosmotalk.com[/url]
Feel free to post back to the newsgroup!