-
Problems
This line enable URL Rewriting . It must be enabled via the RewriteEngine directive! and if your .htaccess file is going to use rewrite rules, you should always include this line. Otherwise, you can’t be sure if its enabled or not. The string “on” is case insensitive.
STEP TO INSTALL PRINT PAGE:
1. Add the code in the BODY of your HTML document
STEP ONE: Add the code in the BODY of your HTML document
<SCRIPT LANGUAGE="JavaScript">
if (window.print) {
document.write('<form>Do not forget to '
+ '<input type=button name=print value="Print" '
+ 'onClick="javascript:window.print()"> this page!</form>');
}
</script>
No comments:
Post a Comment