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 Shaun E 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: *

  • Users: susan17
  • Content: Threads
  • Order by date
  1. susan17

    character displayed incorrectly using iso 8859-1

    Hi.. I have a problem with the following characters: ÉTÉ CÉDÉÉ À In IE, the html source is correct, however it's displayed incorrectly by the browser if we view the page online. In Netscape 4, the the html source is wrong, the above characters are changed to: ÉTÉ CÉDÉÉ À Anybody has...
  2. susan17

    (Urgent)SQL0301N error when having 2 Websphere connected to 1 DB 2

    Hi.. I am trying to simulate clustered environment by having 2 Websphere, which are running the same code, to be connected to the same DB2 (same database and same tables as well). Note: I don't have any Network Dispatcher yet, just 2 Websphere, connected to the same DB2. Whenever the 2...
  3. susan17

    Web page displaying HTML source code as texts, not as HTML

    Hi, I'm using WAS 3.5 I have the following problem: When I accessed my web page using Netscape,instead of seeing the HTML page, all I can see is the HTML source code, displayed as texts. This problem only happens when I view the page using Netscape. I can view the page correctly using IE...
  4. susan17

    <td> and </td> must be in the same line ????

    Hi! Is the open <td> tag and the closing </td> tag needs to be in the same line? I tried these 2 blocks of codes and the result if different. 1. <table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;443&quot;> <tr> <td bgcolor=&quot;#006699&quot;><img...
  5. susan17

    2-line option value in drop down menu

    Hi! I have a drop down list that needs to have a fixed with,e.g.50. However, the value of the options maybe more than 50 characters. Please advise how to overcome this problem. I've tried putting a <br /> in the option value, hoping that the option will consist of 2 lines, however it's not...
  6. susan17

    Table Width

    I have problems with table width, that automatically expands itself. Even when I have specified the width of the cell, however when the cell's data is a long string without any whitespace, then.. the width of the cell, hence the width of the table expands automatically. Here is the code...
  7. susan17

    Choose an item from Drop down list, by typing a value

    Hi, Is there any drop-down listbox, where: - in addition to selecting the item from the drop-down list, - the user can also directly type in an item, without having have to choose it from the drop down listbox (just for information:the item that is typed by the user is in the dropdown list)...

Part and Inventory Search

Back
Top