I am having an issue when I put in
it comes out (after zencart automatically redoes the code) i don't want it to rearrange my code)Code:<input type="button" id="printButton" onclick="window.print();" value="Print these Deals" />
after i update my products in the admin / productsCode:<input type="button" id="printButton" onclick="function onclick(event) { function onclick(event) { window.print(); } }" value="Print these Deals" />
If i preview it the print button works fine, it's as soon as i click update is when it automatically rearranges the code.
Please help!


Reply With Quote
