Hello,
I have a listbox with news items on a website. What I want it that when someone clicks on a news item (drop down, so the onChange event I think) the event should trigger a script (preferably VBScript) and fill some text boxes with the data from the database.
I know how to get the data from the database, that works, what I want is that when someone clicks the list, the textboxes get filled...
How can I do this?
Msgbox(Document.lstNews.Text) does not work(Object doesn't support this property or method 'Document.News'
Thx




) and fill some text boxes with the data from the database.
(Object doesn't support this property or method 'Document.News'
Reply With Quote