Search the Community
Showing results for tags 'load html'.
-
I remember being able to do this in a previous version of Ubot. How can I add a variable (or $read file) into load html command? {#myvariable} did not work Please see uploaded file which should display a graph. 2 line charts should appear, but the one with #myvariable is not read into the graph. Please advise (this should be useful not only for graphs, this is an example). Thanks, Marton set(#myvariable,"1053|1057|1084|1082|1098|1055|1068|1067","Global") load html("<html> <head> <title>My first chart using FusionCharts Suite XT</title> <script type=\"text/javascr
-
With Load HTML I present the user with some choices through radio buttons. If user selects anything, how can Ubot read now which choice was made? See picture please
-
Hi guys I have a scraped list and I'd like to be able to show the results within the Load HTML command. I've tried this using a loop (also tried just posting the variable and also the list) but I can't get each item to appear on a new line within the HTML, sounds simple but it just doesn't seem to want to work for me. Anybody help please? set(#results,$scrape attribute(<outerhtml=w"<a href=\"/web/*/*\">*</a>">,"innertext"),"Global") add list to list(%theresults,$list from text(#results,$new line),"Delete","Global") loop while($comparison($list total(%theresults),"> Gr
-
Besides adding a variable into LOAD HTML to output a result or some stats. How would you do it ? Cause right now we cannot do this right ? You see i'm trying to output the final result of a scrape session on the main page set(#doc,$scrape attribute(<innertext=4755.62>,"innertext"),"Global") I would like 4755.2 to show up on the main page. Ex: you got 4755.2 credits today Ain't working below load html("you got: {#doc} credits today") or load html(#doc)
- 3 replies
-
- variable in load html
- load html
-
(and 1 more)
Tagged with: