Skip to content

Instantly share code, notes, and snippets.

@lfcipriani
Created April 19, 2012 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfcipriani/2418193 to your computer and use it in GitHub Desktop.
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