Hi,
I really like this e-commerce store - http://www.gonedigging.co.uk
I have had a dig with firebug but cannot tell how it has been made, is it a bespoke job or an open source package?
Who can help me?
Hi,
I really like this e-commerce store - http://www.gonedigging.co.uk
I have had a dig with firebug but cannot tell how it has been made, is it a bespoke job or an open source package?
Who can help me?
I don't know the source package, but its source language looks like asp.net webforms because of
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/(LONG ENCODED STRING)" />
and lots of other stuff.