Question: HTTP[Get] How do you load all of the webpage

I am attempting to have Maple pull out the Eurocup qualifying scores from here http://www.uefa.com/uefaeuro/qualifiers/season=2016/matches/all/index.html

It doesn't seem to grab the full page.  Doing a search on Portugal only finds the one match against Albania.  Similarily a search on England only finds the match against Switzerland.  It seems to only find one instance and I'm not sure why it doesn't Get the full page. 

Any ideas?

I'm using the command

HTTP[Get]("http://www.uefa.com/uefaeuro/qualifiers/season=2016/matches/all/index.html")

Please Wait...