I am using Version 6 on XP with IE6.
I need to print information which is displayed by Internet Explorer on a normal html page. Printing the page in this raw format uses many more printed pages and the end result is quite messy and difficult for people needing to process the request. The IE6 page has a Java (printer shaped) icon on it which is usually activated manually by left clicking with the mouse. This loads the printable version of the information and this provides a far better format for printing and manual actioning.
When I hover over the icon, IE displays the following at the bottom of the window: Shortcut to javascript:ShowPrintPage(). The tag which shows next to the mouse pointer when hovering reads: Printer friendly version.
I tried using the code, below to locate the icon and activate it so it loads the printable page:
Let>ShowPrintPage()=PrintIcon
SetFocus>Myname Web Form*
Send>PrintIcon
//I also tried LClick for the next action to emulate the mouse.
Press ENTER
I could have sworn this worked with the Press ENTER option on my laptop over the weekend but now I am
doubting my sanity because I simply cannot replicate this on the desktop PC.
Can anybody help, please? I am still very much a raw beginner with using this application so please be very exact when explaining where I am going wrong, and whether I can actually get a result using this code. (I've gone back to emulating a mouse click on the icon for the moment simply to get the code running.)
I really appreciate any assistance you can give.
TIA.

J.