Print Button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Print Button

    If u want that user can print ur webpages this may help u
    Code:
    <SCRIPT LANGUAGE="JavaScript">
    if (window.print) {
    document.write('<form> '
    + '<input type=button name=print value="Click" '
    + 'onClick="javascript:window.print()"> To Print this page!</form>');
    }
    // End -->
    </script>
    use thanks button
    ImPoSsIbLe iS nOthInG aS ImPoSsible ItSelF SaYs "I M POSSIBLE"
Working...
X