Hello,
I have been using google chrome for several months to obtain images from a website. Each day they post a new image and in chrome I can "inspect element" and save the image to my hard drive.
For the past few days I havent been able to access the images. It looks like they changed the code to hide the image URL.
This is the new code...
<body style="background:transparent url('image.aspx?h=800&w=1280') no-repeat;background-position:center 0px;height: 800px;">
<div style=" min-height:800px; position:relative; height:800px;">
<form name="form1" method="post" action="index.aspx" id="form1">
<div>
<input type="hidden" name="VIEWSTATE" id="VIEWSTATE" value="/wEPDwULLTIwNjA2ODgzMjFkZASRzXnkmzQO+3h/c8Jg/ZjRRdnx" />
</div>
Previously they had an image number after "image.aspx"
So, is there anyway for me to save the images on the site?
Thanks!