10-23-2018, 12:43 PM
Hi Guys,
I need to edit a webpage's html. Is it possible without opening the element inspector?
Example:
How can change the title of Quick Macros webpage to "Quick Macros: The Best Solution"?
HtmlDoc d
d.InitFromWeb("http://www.quickmacros.com/")
int w=wait(3 WV win("Quick Macros" "IEFrame"))
Htm e=htm("TD" "QUICK MACROS" "" w "0" 0 0x21 3)
like:
e.Changetotext to ("Quick Macros: The Best Solution")
I need to edit a webpage's html. Is it possible without opening the element inspector?
Example:
How can change the title of Quick Macros webpage to "Quick Macros: The Best Solution"?
HtmlDoc d
d.InitFromWeb("http://www.quickmacros.com/")
int w=wait(3 WV win("Quick Macros" "IEFrame"))
Htm e=htm("TD" "QUICK MACROS" "" w "0" 0 0x21 3)
like:
e.Changetotext to ("Quick Macros: The Best Solution")