Re: [PHP] export data of html table

2007-08-26 Thread Richard Lynch
On Wed, August 22, 2007 1:09 am, Vanessa Vega wrote: > i have a table generated using PHP & javascript...the data on that > table > came from a form where several > data was inputted... I want > to let them see a preview of the data they entered, so i put a link or > button that when clicked, will

RE: [PHP] export data of html table

2007-08-22 Thread Jan Reiter
Hi! I'm not quite sure if I got you right, but if you want a simple button to print the current web-page use the browsers built-in printing function. Just link to javascript:window.print(); to bring up the printing dialogue. Is this a simple html-table, or is it something special? Or render it int