I know this sounds easy but the problem is actually very difficult. I have a VBScript function that allows me to communicate with a printer through the COM port. I have a recordset on my page and I pass these records to the function to print labels with the information. The problem I am having is that I need the function to loop through the recordset. I can print a few labels by calling the function on an event such as onMouseOver, but instead I just need it to repeat as many times as I have records. I can't use VBSCRIPT to call it so I need to be able to do it through Javascript without an event. Any help would be appreciated. Ryan
rmindorff@hotmail.com
rmindorff@hotmail.com