Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. toysyn

    Incorporate paging in vbscript Data Class file

    I am new to vbscript classes, and use the following code to centralize data access in my application: http://authors.aspalliance.com/articles/DatabaseClass.aspx NOTICE THAT THE CLASS RETURNS A GETROWS ARRAY OF RECORDS I am trying to find a way to centralize paging from within the class so that...
  2. toysyn

    File Form Field and Style Sheets

    scratch that. Use this... <style type=&quot;text/css&quot;> .custfileform { input.FormButton { background-color: #b5dcb8; color: #5b4223; font-size: 11px; font-weight: bold; letter-spacing: 1px; padding: 1px; } input.FormText { background-color: #ffffff; color: #000000; border: 1px...
  3. toysyn

    File Form Field and Style Sheets

    An image worked for me.
  4. toysyn

    e-commerce site

    I am looking for a working example of an order management,or administration area for an on line shopping site. Not for entering, modifying, or deleting products, but for veiwing, updating status, and shipping on orders. shopping cart had been completed. Any information would be greatly...
  5. toysyn

    Just done first website but seems to be slow

    Your web site looks fine. You might want to also consider preloading your images. You could use the preload images extension that comes woth DWMX. Good Luck.
  6. toysyn

    Shopping Cart

    I am making a shopping cart. (DMX/IIS 5.1(XP)/ACCESS mdb file) All pages are ready, except the cart itself. I would like to do 2 things. 1. Post to the cart without leaving the current page, and 2. when some one clicks &quot;Add to cart&quot; send product info to a dynamically created...

Part and Inventory Search

Back
Top