Im getting familiar with the php programming now....but i still not know how to create a button that could initiate the print function and a button that could "save as"the current display information on the page.
I found this....can i use this?
Code: Select all
<input type="Button" name="printit" value="print" onclick="javascript:window.print();">thanks
azhan