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

  • Users: lsyhu
  • Order by date
  1. lsyhu

    How to set session timeout?

    Hey, I am using WSAD to develope a web project. I put soem information in session to share in pages, such as user id. But the information in session lost after only several minutes. I think it's because session is time out. Does anyone know how to set the lenght of session, and how to check if...
  2. lsyhu

    Using tag lib for all database actions?

    I am using Websphere Studio Applicaiton Devloper to develop a new web application. WSAD's sample uses jspsql.jar, a big tag library, to handle all database actions. I am surprised, because I had only used some java classes to access database. I wonder if using tag to control database is a good...
  3. lsyhu

    alert box does not disppear in Netscape

    Hi, I am maintaing an application which uses perl as the web language. On Netscape 4.7 (not IE) if the Date text field is entered incorrectly, the alert box never disappears when you click OK. The htm coe generated by perl is similar to the below. When I run the pure html code on Netscapde, no...
  4. lsyhu

    alert box does not disappear

    Thanks for your reply. The HTML codes work well, but the code is generated by Perl, and it does not work in that way.
  5. lsyhu

    alert box does not disappear

    Hi, I am maintaing an application which uses perl as the web language. On Netscape 4.7 (not IE) if the Date text field is entered incorrectly, the alert box never disappears when you click OK. The source html code is below. How to solve this problem? Thanks a lot Lisa ------------------...
  6. lsyhu

    <b>How to track who is visiting my site</b>

    Hi, guys, How can I track who visits my web site? I want to save the visitor's IP address in some text file. How to do that? Thanks. Lisa
  7. lsyhu

    Report Yes/No instead of True/False for bool dataType field in Access

    Hi, I have a yes/no data type in my Access database. When I use ASP to query it ("Select myFields from myTable") and display the resultSet, it's always "True"/"False". But I want it to be "Yes"/"No". I have already choosen the format for this...
  8. lsyhu

    change True/False to Yes/No

    Hi, I have a yes/no data type in my Access database. When I use ASP to query it ("Select myFields from myTable"), it always report "True"/"False". But I want it to be "Yes"/"No". I hae already choose the format for this field to be...
  9. lsyhu

    window.open() with fullsize

    Hi, I tried below code to open a window in full screen, but the menu bar, toolbar, status, etc all disappear. How can I open a window in full size with regular browser features? My browser is IE5 and above. window.open("EditAll.asp?pa_code=" + pa_code + "&deal_name=" +...
  10. lsyhu

    ASP session does not work on WIN XP

    Hi, I developed a web stie using ASP. The login user and some other information are saved in session.(eg. session("UserID")) It works well on Win 00, Win NT. But the session does not work when I using IE6 on XP to browse it. It XP does not support session. Is this a limit of XP? Does...
  11. lsyhu

    submit() does not work in IE5 .

    Thanks, guys. I solved the problem. I changed the hyper link from <!-- hyper link--> <A HREF=&quot;#&quot; onClick=&quot;gotoPag(document.Searchdb, 'page', '1', 'table','Project')&quot;> Status of Project </A> to !-- hyper link--> <A HREF=&quot;javascript:gotoPag(document.Searchdb...
  12. lsyhu

    submit() does not work in IE5 .

    Hi, guys, I met a strange problem. I have some hyper links. When user clicks them, it will call some javascript function (see code below). That function assigns values to some hidden fields, and then call the form's submit() method. It works well in IE6, but the submit() does not work in...

Part and Inventory Search

Back
Top