AutoHotkey Community

It is currently May 27th, 2012, 6:00 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: September 27th, 2010, 3:01 am 
Offline

Joined: April 30th, 2006, 6:23 pm
Posts: 358
Location: Shigle Springs
Hello all, I got a quick question that I could not find the answer to, I want to retrieve the outerhtml, not just the inner.

Code:
hmm =
hmm := iWeb_getDomObj(pwb,"8")

will get me the inner, but what will get me all of it (aka outerhtml)

Thank you very much for your time.

It may be one of these, but nothig jumps out at me..
Quote:
iWeb_Init()
iWeb_Term()
iWeb_newIe()
iWeb_Model(h=550,w=900)
iWeb_getwin(Name="")
iWeb_Release(pdisp)
iWeb_nav(pwb,url)
iWeb_complete(pwb)
iWeb_DomWin(pDisp,frm="")
iWeb_inpt(i)
iWeb_getDomObj(pwb,obj,frm="")
iWeb_setDomObj(pwb,obj,t,frm="")
iWeb_Checked(pwb,obj,checked=1,sIndex=0,frm="")
iWeb_SelectOption(pDisp,sName,selected,method="selectedIndex",frm="")
iWeb_TableParse(pDisp,table,row,cell,frm="")
iWeb_FireEvents(ele)
iWeb_TableLength(pDisp,TableRows="",TableRowsCells="",frm="")
iWeb_clickDomObj(pwb,obj,frm="")
iWeb_clickText(pwb,t,frm="")
iWeb_clickHref(pwb,t,frm="")
iWeb_clickValue(pwb,t,frm="")
iWeb_execScript(pwb,js,frm="")
iWeb_getVar(pwb,var,frm="")
iWeb_escape_text(txt)
iWeb_striphtml(HTML)
iWeb_Txt2Doc(t)
iWeb_Activate(sTitle)

_________________
CPULOCK.com
virusSWAT.com
Computer Repair Computer Service.com
911PCFIX.com


Last edited by DeWild1 on September 27th, 2010, 8:34 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 27th, 2010, 3:57 am 
Code:
outerHTML := COM_Invoke(pwb, "document.documentElement.outerHTML")


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 27th, 2010, 5:00 am 
Offline

Joined: April 30th, 2006, 6:23 pm
Posts: 358
Location: Shigle Springs
a4u wrote:
Code:
outerHTML := COM_Invoke(pwb, "document.documentElement.outerHTML")


Thank you kind sir, but I think that only work work in some kind of loop, right???
Unless I can specify the (pwb,"8") part, it would not know what one I wanted.
I am sorry, I have been rying to figure this stuff out from 6 am... My brain is almost dead :oops:

_________________
CPULOCK.com
virusSWAT.com
Computer Repair Computer Service.com
911PCFIX.com


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 27th, 2010, 5:42 am 
My bad - thought you meant the webpage:
Code:
COM_Invoke(pwb, "document.all[8].outerHTML")


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 27th, 2010, 8:34 pm 
Offline

Joined: April 30th, 2006, 6:23 pm
Posts: 358
Location: Shigle Springs
a4u wrote:
My bad - thought you meant the webpage:
Code:
COM_Invoke(pwb, "document.all[8].outerHTML")

Thank you! Fricken sweet!

_________________
CPULOCK.com
virusSWAT.com
Computer Repair Computer Service.com
911PCFIX.com


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: 0x150||ISO, batto, dra, HotkeyStick, migz99, mKnight, sjc1000, Wicked, XstatyK and 61 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group