Hi

getElementsByTa gName("*")

returns an array of objects which are tags present in the document

for eg, var a=getElementsby TagName("*") ;

'a' would be an array of Tag objects
a[i].nodeName gives the name of the tag eg, IMG,SCRIPT, etc
where i>0

I need a method which would give me the entire content of the Tag
eg. if a tag, say ,'script'...