SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Resource

ListBox Scriptlet

Categories...
Language
JavaScript
Product
IE4
Task
Components, Form Enhancement
Technology
Scriptlets

Sponsored Links
Developer's Paradise : Inside Technique :
ListBox Scriptlet
Submission by SiteExperts Staff

Go to the resource:
ListBox Scriptlet

Add to Assistant

Short Description
An Internet Explorer scriptlet for creating list boxes that contain rich HTML.

Long Description
An Internet Explorer scriptlet for creating list boxes that contain rich HTML.

Author
Scott Isaacs
Submission URL
http://www.SiteExperts.com/scriptlets/controls/listbox/page1.asp
Submission Date
Oct 4,1997
 

Discussion and Rate this Resource
Overall Rating: 4.6

bcwatson on Jul 22, 2003 at 2:11:46 PMNo Rating

The text I want to add is built from VBscript.  So, then, from within my VBscript, I want to reference the listbox object and add my text.

How do I do this?

Here's my code:

<form method="post" name="showdivision">
<!-- <select size=20 name=employeelist class="fixedfontbold"> -->
 <object ALIGN="LEFT" WIDTH="200" HEIGHT="165" ID="l" TYPE="text/x-scriptlet" DATA="listbox.html" STYLE="border: 1pt black solid">
</object>

 <%

(my string is being built...)

Request.l.addItem( strTemp )

I get an error. I also tried

Document.l.addItem( strTemp )

and still got an error.

Help!

jemmytan on Feb 10, 1999 at 3:39:54 PMRating: 4
Adarsh on Jan 28, 1999 at 9:11:05 PMRating: 5
Good


To rate and comment on a resource, you must first logon.

If you are not registered, please register yourself to become a member of the SiteExperts.community.

User Name
Password

Copyright © 1997-2008 InsideDHTML.com, LLC. All rights reserved.