Suppressing page number

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khan622
    New Member
    • Aug 2008
    • 2

    Suppressing page number

    Hi,

    I am writing some code which gives output in HTML format. When i print that output i am getting page numbers on the pages. I want Javascript code to suppress the page number on the first page only. Can anybody help me with the code?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    This is not possible with JavaScript. It's a browser setting. Which browser are you using or will your users be using?

    Comment

    • khan622
      New Member
      • Aug 2008
      • 2

      #3
      I am using IE 6.0. I tried writing code in CSS as well but it is not working. Actually the user is not ready to make changes in the 'page setup' settings. User is asking for a code which can do it automatically.

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Is this for the web or is it an internal application?

        Comment

        Working...