[Proto-Scripty] Re: Cloning an HTML Element

2009-01-24 Thread da644
Thanks Rob, that works perfectly. Kind regards, Andrew. On Jan 23, 11:38 pm, RobG rg...@iinet.net.au wrote: On Jan 24, 6:57 am, da644 andrewjdi...@gmail.com wrote: Hi, I have an HTML object that has been creating using some scripting and I wish to insert this into to different

[Proto-Scripty] Re: Cloning an HTML Element

2009-01-23 Thread RobG
On Jan 24, 6:57 am, da644 andrewjdi...@gmail.com wrote: Hi, I have an HTML object that has been creating using some scripting and I wish to insert this into to different locations on the page, e.g. var newObj = createMyObject(); $('location1').insert(newObj);