ronaldo schreef:
> Hi all,
>
> I have pretty basic js & jquery skills so need some input on whether this is
> feasible:
> With some code, would i be able to scan the html page for a <table></table>
> tag; and create an excel file based on the table data ?
>
> if so, whats the correct syntax to loop through <td>?
>
> The main advantage for this would be speed and bandwith, as it'll save me
> making a call to the database.
>
> Thanks
>
> R
>
>
>   
The none jquery question would be: isn't it possible to fetch your data 
to a variable or an object and output that as html and make an excel 
file? this will not fatten your javascript code which needs to be 
downloaded too.

-- 
David Duymelinck
________________
[EMAIL PROTECTED]


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to