"Print" action button and "save as"action button....how to?
Posted: Thu Oct 30, 2008 9:13 am
hey guys,
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?
thanks
azhan
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