View Single Post
Old 08-20-2003, 12:54 PM   #6 (permalink)
CaN Opener
^ reads books
 
CaN Opener's Avatar
 
Join Date: Feb 2003
Location: San Fran
Posts: 66
CaN Opener is on a distinguished road
i had a prob simular to this. the conclution i came to was my firewall and ie cookies were set wrong. so try puting liek alow all cokkies and put the webserver ip in the trusted catigorie or such. to answer ur second question kinda u can use a form like so
Code:
<form name="form1" enctype="multipart/form-data">
  <select name="menu1" multiple size="20">
 <option>the first sentance has to be as long as you want the box   </option>
        <option>1</option>
        <option>2</option>
        <option>1</option>
        <option>1</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
        <option>2</option>
      </select>
    
  </form>
but as u can see this is a very basic. no font colors no new fonts no backround
colors other than white so it prob wont work but just a thought.

hope it helps can
__________________
there's no place like 127.0.0.1
CaN Opener is offline   Reply With Quote