Search results

  1. I

    Quick question re: load_html

    Am I missing something obvious here? Why does "load_html" not work? print("before working"); buffer result1 = visit_url("http://www.google.com"); //<-- this works. (html for page) print(result1); print("after working"); print("before not working"); buffer result2 =...
Top