Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:48

Problem printing web pages with Milonic menu


Poster: Derek Fielding
Dated: Thursday January 15 2004 - 11:53:06 GMT

Hi,
I have a problem when trying to print any web page using the Ver 3 or 5 menu on an Epson stylus color 660.

I get an error message - IE has caused an error in EPIJNL30.DRV
This being the printer driver. Pages not using the menu Ver 3 or 5 print fine with no error message. I have stripped out all other code from a page to ensure that it is the menu that causes the problem.

Does anyone know of a conflict between the Milononic menu Ver 3 or 5 and the Epson printer driver EPIJNL30.DRV

example - see http://www.saviour-church.org.uk/

Derek Fielding


Poster: John
Dated: Thursday January 15 2004 - 14:15:03 GMT

Note that you are pretty far down-level, and you are running v3, which is why your message has been moved.

You have 3.5.11 posted, the last of the v3 series was 3.5.15. Also, v3 is no longer supported or developed, so you might want to consider updating.

We are now at v5, RC40. That means, literally, ~50-60 versions above what you are running. v5 is available at http://milonic.com/.

Re: Problem printing web pages with Milonic menu


Poster: timrivera
Dated: Tuesday January 20 2004 - 4:57:24 GMT

Derek Fielding wrote:
I have a problem when trying to print any web page using the Ver 3 or 5 menu


Do you need to have the menu included when you print the page? How about removing the menu when printing. Just add this to your CSS:

__at__ media print {
    .mmenu {
        display: none;
        }
    }


http://www.milonic.com/menufaq.php#noMenuOnPrint


Tim


Poster: Andy
Dated: Tuesday January 20 2004 - 10:17:30 GMT

Note that the above technique will only work with version 5.

Cheers
Andy