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 SkipVought 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. transtech

    only allow one user at a time

    Hi all, I am writing a jsp application now that required only one user to use the session at a time, if anyone knows how to do it, can you please tell me. Thanks in Advance, evan
  2. transtech

    java Socket()

    Hi All, I want to create an unconnected socket using jdk1.3 (Socket())so i can set the timeout function before i try to make a connection, but the default constructor is protected, Can anyone tell how to do it? Thanks! Transtech
  3. transtech

    java socket

    Hi All, I want to create an unconnected socket using jdk1.3 (Socket())so i can set the timeout function before i try to make a connection, but the default constructor is protected, Can anyone tell how to do it? Thanks! Transtech
  4. transtech

    java socket()

    Hi All, I want to create an unconnected socket using jdk1.3 (Socket())so i can set the timeout function before i try to make a connection, but the default constructor is protected, Can anyone tell how to do it? Thanks! Transtech
  5. transtech

    form character restriction

    Hi all, Can anyone please tell me how to restrict the user from entering more 100 char. on my field? For instance, if they key in the 100th char. then the field will stop accepting anymore. thanks, Transtech
  6. transtech

    Applet

    Hi all, i want to print out my applet from the browser, but nothing comes out. Can anyone tell me how to do it with java print or other solutions? Thanks, Transtech
  7. transtech

    javascript form

    Hi all, I have a radio (yes or no) in a form, i want to disable a textfield if i click "no" and enable again if i click "yes". Can some one please help me if you know how to do? Thanks in advance, Transtech
  8. transtech

    javascript

    Hi all, I have a page that has a link that will generate a popup page when you click it, This popup has a form and when i click submit i want to reload the opener page so i can get the new data from it. Can anyone please help me if you have the answer? Thanks alot! evan
  9. transtech

    jsp Animated image

    Hi All, It seems to me that if i use an animated image in my jsp page . The TomCat server complains about it, it generates an exception about my image : (2002-02-27 03:04:10 - Ctx( ): IOException in: R( + /image/door.gif + null) Con nection aborted by peer: socket write error). Why? Can...
  10. transtech

    popup window

    Hi all, i have a main window that has a link which will pop up a small window when clicked. There are some radio buttons in the popup window, so the value of the text box in the main window is going to be depends on what you choose from the popup window. Can some one please tell me how to...
  11. transtech

    get host name

    Hi all, Can any one tell me how to get the IP Address from the client when they access to the server page? And can you also tell how to convert the ip address so i can calculate it with the big ending algorithm? i'll appreciate anyone with any suggestions. thanks, transtech
  12. transtech

    upward arrow character

    Hi all, I want to use the upward or downward arrow on my buttons, but "↓" character only works on IE, anyone know want to do with the Netscape? Please help me if you know...thanks! transtech
  13. transtech

    need help on Selection box

    Hi all, I have two selection boxes. The second one is empty. If you select on the list of the first one, it will move them to the second one. Now the problem is that on IE the width of the selection box will automatically be adjusted, but on netscape it doesn't. Is there anyway that i...
  14. transtech

    Selectin Box width

    Hi all, I have two selection boxes. The second one is empty. If you select on the list on the first one, it will move them to the second one. Now the problem is that on IE the width of the selection box will automatically be adjusted, but on netscape it doesn't. Is there anyway that i can...
  15. transtech

    submit button

    HI theEclipse, What about if i must use it, is there a way??? Because i also need to check if user have check the selection box or not? I just want to know if there's a way that u can do it. please let me know. thanks, evan
  16. transtech

    submit button

    Hi all, I have a form with 3 submit buttons, i want to use javascript to detect which button was clicked and based on that i'll do something else. Can some one please tell me how to do it? thanks, transtech
  17. transtech

    jsp

    Hi all, I have a set of records and want to display them ten records at a time just like any search engine site and have the page 1,2,3...and next and previous. Does anybody know how to do it with jsp? Please help me if you know! thanks, transtech
  18. transtech

    javascript

    Hi all, I have a form that is created inside a <span> like this : <span div...> <form name=test> <input type=&quot;text&quot; name=&quot;firstInput&quot; ....> </form> </sapn>. can anyone please tell me how to use the javascript to read the form elements inside. I use...
  19. transtech

    selection

    HI all, Can somebody please tell me how do you deselection a selection value and reassign it to a new one. I have the code that works on IE but not on NS. Please help me. I'll be appreciated. document.test2.Permission.options[0].selected=false; document.test2.Permission.options[1].selected =...
  20. transtech

    javamail

    Hi all, i am writting a javamail program and have a problem. The problem is that i can send out the email within the network with no problem, but when i try to send it to outside of the netwoks; nothing happens...the mail was not delivered..why??? Please help me if you know. thanks, evan

Part and Inventory Search

Back
Top