Not sure what exactly you are trying to do
but

mynewtable = mytable.cloneNode(true);

will "copy" the table node and subnodes into mynewtable (for DOM compatiable
browsers)

Justin

> -----Original Message-----
> From: Robertson-Ravo, Neil (RX)
> [mailto:[EMAIL PROTECTED]]
> Sent: 04 February 2003 13:12
> To: '[EMAIL PROTECTED]'
> Subject: [ cf-dev ] Copy data/table with Javascript
>
>
> Here is one, and I am not sure it is possible....but someone may know.....
>
> Is it possible to copy table/html data on a webpage using JS?
>
>
> --
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
>
>
>
>


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to