Hi Mike, This isn't getting it directly from the oBrowser, but if what you want is worth another fetch.... HTTPPage ($cinst.$objs.xBrowser.$urlorcontrolname) Returns htmlText ## get the page Calculate htmlText as mid(htmlText,pos(chr(13,10,13,10),htmlText)+4) ## strip the headers Kelly