Product FAQ
Purchase FAQ
Q.What is PageSpy?
A.
PageSpy is an useful tool that will help you save precious time writing and debugging web pages. It can also help you understand the structure and function of existing pages on the web.Q.What are the system requirements for PageSpy?
A.
Windows XP, 2000 or 2003, Vista, Windows 7 & Internet Explorer 6.0 or laterQ.DHTML and Source what's the difference?
A.
The DHTML source of a web page is different than the basic HTML source that you see when clicking "View Source" in a browser. Basic HTML source is simply the HTML source sent from the web server to the browser. DHTML source is the HTML source of a web page after it has been interpreted by the browser. This means that DHTML source contains the results of client- side script execution.
To illustrate the difference between standard HTML and DHTML source, consider the following
client-side script:
var mydate = new Date();
document.write(mydate);
</script>
When we click "View Source" in a browser we can only see the script source code as shown above. The DHTML source provided by PageSpy also displays the result of script execution as shown below:
var mydate = new Date();
document.write(mydate);
</script>
Sat Jul 24 15:08:45 UTC+0200 2005
Q.How can I buy PageSpy?
A.
Our online store is provided by PayPro Global, a reliable and well- respected online software registration and credit card processing agency. PayPro Global uses industry-standard SSL-encryption to protect transmissions of contact information (such as name and shipping address) and financial information (such as credit card number, expiration date). You can also place orders by fax, wire transfer or check.You can purchase an PageSpy license from: http://www.sembel.net/products/buy/pagespy/