logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Chris Melikian
    • Posted on Tue 3 Dec 2002

    Put some in-line script at the top of the form like this...

    <script language="javascript"> var oActionBar = document.getElementsByTagName( "TABLE" )[0] oActionBar.className="actionBar" </script>

    Now use a CSS style rule to hide it:-

    <style media="print"> .actionBar { display : none; } </style>

    That should do it!

    Cheers, Chris.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: