Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get HTML
#1
Hey say i have a piece of HTML for example <class=fifo>

and i want to get the html of a page and use findrx to see if <class=fifo> is on the page.

Is this possible?
please show an example using the qm window or something. Thanks
#2
str a="<class=fifo>"

if(find(a "<class=fifo>")>0)
,out 1
else
,out 0
#3
that wont search the html of a webpage tho will it?
#4

Something like this?


Macro ( Macro79 )
Code:
Copy      Help
str Src url
url.from("http://www.quickmacros.com/forum/index.php")  

IntGetFile url Src

if(find(Src "Computer World")>0);;Computer World is just a random text I selected from the QM Forum page.
,out 1
else
,out 0
Taking on Quick Macros one day at a time
#5
Perfect! Thanks guys.


Forum Jump:


Users browsing this thread: 1 Guest(s)