Powering thousands of Online Stores, Shopping Carts, around the world!

PDshop is built on Asp.Net, works with ALL Windows web hosts and Windows servers!
Powered by Asp.Net Learn More
Searching a PDshop storefront, using your own web page.
You can search your storefront from another web page or another web site.  The following HTML code can be used to search your site:

CLASSIC ASP EDITIONS:
<form method="POST" action="http://yoursite.com/shop/search.asp">
  <input name="sfield" value="keywords" type="hidden">
  <input name="search" type="text" size="19">
  <input type="submit" value="Search" name="B1">
</form>

ASP.NET / .NET EDITIONS:
<form method="POST" action="http://yoursite.com/shop/search.aspx">
  <input name="sfield" value="keywords" type="hidden">
  <input name="search" type="text" size="19">
  <input type="submit" value="Search" name="B1">
</form>

Above is a standard HTML form, simply replace the URL in the action tag with your own.  Then, paste the code into your own web page.
Related Topics
Article Applies to: ASP (classic Active Server Pages), PDshopPro / Standard, PDshop Plus, PDshop Advanced
Search for help...

Updates

No updates or new downloads are currently available.  Check back later for news and updates on products we may be developing.