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.
Top

Q.Who should use PageSpy?

A.

Virtually, anyone writing or maintaining websites.
Top

Q.What browsers does PageSpy work with?

A.

Microsoft Internet Explorer 6 or later.
Top

Q.What are the system requirements for PageSpy?

A.

Windows XP, 2000 or 2003, Vista, Windows 7 & Internet Explorer 6.0 or later
Top

Q.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:

<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:

<script>
var mydate = new Date();
document.write(mydate);
</script>
Sat Jul 24 15:08:45 UTC+0200 2005
Top

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/
Top

Q.When I buy PageSpy what do I receive?

A.

You will receive an Activation Code that will allow you to unlock the trial version to become the fully-functional version of PageSpy.
Top

Q.Can I purchase PageSpy in a box?

A.

At this time, you can only purchase PageSpy through electronic software delivery (ESD).
Top

Q.Do you accept returns?

A.

Because we offer a free, functional demo, we do not accept returns of purchased product.
Top

Q.What do I do if I've lost my registration key?

A.

Send a message to support@sembel.net containing the email address used when you purchased the software, your full name and telephone number.
Top

Q.Can I use PageSpy on a laptop or home computer and my work computer?

A.

Yes. You may install and use a second copy of the Software on a secondary personal computer, either a portable computer or a computer at a different location than the primary computer, for the exclusive use of the primary user.
Top

Q.What are my upgrade options?

A.

You will get the free updates for the next one year
Top