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 gkittelson 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. shdwdrgn000

    Global Address Book w/o Exchange Server

    I have been saddled with a task of making a global address book for my company that can be accessed through the Outlook 2000 email client. I would like to put it on our main (and only) server (windows 2003) that acts as the domain controller as well. First off, is there a way to do this? If...
  2. shdwdrgn000

    js validation does not work in Netscape but does in IE??

    I am at my wicks end here, I have tried all your suggestions and none of them seem to fix the problem, so as requested, here are the URLs. The Form: http://www.usbuildingsdirect.com/brochure.asp and The .js File http://www.usbuildingsdirect.com/scripts/usbuildings_new.js I hope this is what...
  3. shdwdrgn000

    js validation does not work in Netscape but does in IE??

    I tried using your initial suggestions, and still no change. I tried the code like this: // // Publication validation // if (document.forms[0].has_value.value == '0') { alert('Please select how you heard about us'); return (false); } if (document.forms[0].publication_1.checked)...
  4. shdwdrgn000

    js validation does not work in Netscape but does in IE??

    The IE 6.0 and Netscape 7.1 are the browsers in question.
  5. shdwdrgn000

    js validation does not work in Netscape but does in IE??

    I have fallen into a situation with a form on our website. The form functions perfectly in IE, but the same exact page does not work in Netscape. The validation refuses to work on the radio buttons at the bottom of the form. Below I have attached exerpts from the js code, and the html form...
  6. shdwdrgn000

    Sluggish or Slow Database, unsure about maintenance

    Thank you both for your help, I will read up some and come back if I find any more questions. Thank you for pointing me in the right direction.
  7. shdwdrgn000

    Sluggish or Slow Database, unsure about maintenance

    Thank you for the start John. I do have a few more questions now. What does BOL stand for? Also what does it mean when you "reorganize data and index pages"? What effect does removing empty space from a database have on server overhead and operation? What is this "shrinking"? Is it like...
  8. shdwdrgn000

    Sluggish or Slow Database, unsure about maintenance

    My company has recently installed a new SQL Server on our web server (which is held offsite). It has grown slow when accepting data from our users when they fill out our form on our website. I though it needed to be compacted and other things. (I am an Access guy and new to SQL Server) and...

Part and Inventory Search

Back
Top