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 Mike Lewis 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. jreinard

    Adding horizontal scrollbars to a list box

    Does anyone have a simplistic way to add horizontal scrollbars to predetermined width list boxes?
  2. jreinard

    IIS 4.0/SSL/Metabase.bin

    This has been resolved. The metabase.bin file became corrupt. I restored from Dat tape and it fixed it. Still curious as to why there were no errors associated with it though.. Thanks for all your assistance!!!
  3. jreinard

    IIS 4.0/SSL/Metabase.bin

    That is where it gets funny. Nothing at all in the event viewer on both, and you get connection failure has occured when trying to access https: I have also tried to telnet into port 443 and got a connection failure too. It is like it does not even exist. any thoughts?
  4. jreinard

    IIS 4.0/SSL/Metabase.bin

    Hello. I think I have exhausted MSFT's knowledgebase and hopefully someone can shed some light on this. I am using IIS 4.0 and installed a new SSL on a site, which installed fine (no errors,etc). However when I got to access this, i cannot. DNS is not found. bla bla bla. Now here is the catch...
  5. jreinard

    Message paragraph cut off short

    I am having the same challenge. Does anyone have any other ideas in resolving this? Thanks in advance. ~Justin
  6. jreinard

    Validating a Text Box (simple question)

    Thanks guys! It works great!
  7. jreinard

    Validating a Text Box (simple question)

    I am trying to force the validation of a text box through a script. I have a text box named cost_center1. When cost_center1 is equal to 1999, the form will then submit. I do not believe I have it called properly... It seems that it is not recognizing the if statement properly. Any help is...
  8. jreinard

    Nested SQL Statement

    I have 2 search functions written in ASP that call from different fields in a SQL 7 database. One is an item number search and the other is a basic "like" query. I am now trying to merge the 2 so I have one big search feature. The problem I am having is nesting the 2 SQL statements. It...
  9. jreinard

    Request.Form (simple question)

    Bingo! It was the wildcard. I knew it was something simple. Thanks for your help James! I owe ya one.
  10. jreinard

    Request.Form (simple question)

    This is just a check to ensure that those 2 are of equal value.
  11. jreinard

    Request.Form (simple question)

    It is a field reference.
  12. jreinard

    Request.Form (simple question)

    I am trying to write a simple search function that will return items from a SQL DB. i am using a basic search form with one text field. <form name=&quot;search&quot; method=&quot;post&quot; action=&quot;search.asp&quot;> Item Search<br> <input type=&quot;text&quot...
  13. jreinard

    password validation and returning URL from a list menu

    Thanks for setting me straight guys!
  14. jreinard

    password validation and returning URL from a list menu

    this does return the value. But it returns the value in an alert box. I need it to open the page in the browser window? Thanks in advance.
  15. jreinard

    password validation and returning URL from a list menu

    I need to return the URL value in the listbox
  16. jreinard

    password validation and returning URL from a list menu

    I am tring to get the following script to return the value of the listbox's URL once the password has been validated. For some reason it will not return the URL. Please Help!!! <SCRIPT language=&quot;JavaScript&quot;> <!--hide function password() { var password; var pass1=&quot;pass1&quot...
  17. jreinard

    CF Newbie

    I new it was simple. Sometimes the obvious flies out the window... Thankx!!!!!
  18. jreinard

    CF Newbie

    OK, so I am trying to convert data stored in an access db into a hyperlink via CF. The data is a string, and contains the full path of the url. Anyone know of an easy way to do this? From the code, I would like the #URL# to actually represent a true URL from the string in the database...
  19. jreinard

    php email problem

    My echo statement in fact outputs the information that is desired when using a Mac. (ie. input name of the form, and the data associated with it) Yet when using a PC nothing shows at all. It seems as though the echo statement is not working. I am using if (!is_array($HTTP_POST_VARS))...
  20. jreinard

    php email problem

    Hello all, I am writing a php script that sends an email via a web form. I am trying to suppress the information that is null so it will not be included in the email. The email send and recieves fine, but the information is not being included in the email. It is acting as though everything is...

Part and Inventory Search

Back
Top