WebGadget search

Everything else that doesn't fall into one of the other PB categories.
gedumer
User
User
Posts: 48
Joined: Wed Jun 03, 2009 9:04 pm

WebGadget search

Post by gedumer »

Is there any way to search for text within the webgadget? I realize you can load the entire html file into a string variable using GetGadgetItemText(#WebGadget, #PB_Web_HtmlCode) and then search that string for example, but that's not practical. There's no way to know how large the file might be, plus you'd have to reformat the code to communicate the search results to the webgadget user. Typical web browsers highlight each instance of the found search word and move the browser text to the first find. You couldn't do that with this technique.