I am trying to see the code the following URL - http://www.chilis.com/EN/Pages/menuitem.aspx
I am seeing some weird things on the page that I cannot understand. I was hoping some one could explain it to me.
The actual menu items I see in the browser are no where to be found in the source code. The page does not look like its using any ajax style calls.
There is a piece of base64 blob in there. I decoded it and its still results in base64 encoded bytes. Not sure what that is and why its even there in the source page.
Thanks for any help.
P