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...
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...
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...
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
------------------...
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...
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...
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=" +...
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...
Thanks, guys.
I solved the problem.
I changed the hyper link from
<!-- hyper link-->
<A HREF="#" onClick="gotoPag(document.Searchdb, 'page', '1', 'table','Project')">
Status of Project
</A>
to
!-- hyper link-->
<A HREF="javascript:gotoPag(document.Searchdb...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.