Skip to content

Instantly share code, notes, and snippets.

@lfcipriani
Created April 19, 2012 03:28
Show Gist options
  • Select an option

  • Save lfcipriani/2418193 to your computer and use it in GitHub Desktop.

Select an option

Save lfcipriani/2418193 to your computer and use it in GitHub Desktop.
var postData = "zona="+ zone +"&dia=" + dayOfTheWeek;
var data = request.accept('text/html').
contentType("application/x-www-form-urlencoded").
post(postData).response;
var xdata = y.xpath(data, "//font[@color='Red']");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment