Ask a Question related to ASP Components, Design and Development.
-
Jim Carlock #1
IIS 5, vbScript, javaScript, combo boxes select options...
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!
Jim Carlock Guest
-
Need help with xml and combo boxes
Basically what im doing is a ui for a electronic book. The book is broken into 3 parts and each part has its own set of chapters. My xml schema... -
XML connector & combo boxes
Hi to everyone I'm trying to import xml data into my flash 7, a.s.2 project. I also studied the XMLConnector tutorial. I use the xml connector... -
Combo boxes
I have a combo box on one form with has a row source of 2 fields, an item number and item name. I item number width is 0 so it only displays the... -
Combo Boxes do not work? WHY! :-)
Alright... I have an issue with some combo boxes absolutely refusing to populate in my movie. You can visit... -
Populating several combo boxes
I have a form that will have a combo box repeated several times (continuous form, one for each record), it's going to cause a problem if each has to...



Reply With Quote

