Javascript print() function and SELECT components

liunx

Guest
Does anyone if there is something that I can do to have the Javascript print() function print out either all the contents in an HTML SELECT component or at least what is displayed on the screen at the time?<br />
For clarification, here's an example:<br />
On a webpage, I have a SELECT component with 100 items in it, however, the SELECT component only has 10 rows displayed at one time, so it has a scrollbar to scroll through the list. Currently, if I use the print() function, I will only get the printout of the top 10 items in the list, no matter what is displayed on the screen at the time. So I can scroll down to the bottom of the list, and when I print it, I still only get the top 10 being printed out. <br />
The problem is that I'm developing for Netscape 4.7x, so I don't have access to anything other than what's available for Netscape 4.7x.<br />
Any help would be appreciated, thanks!<!--content-->The only thing I can think off is making another page with the select element size set to 100.<!--content-->
 
Back
Top