User Profile

Collapse

Profile Sidebar

Collapse
webster5u
webster5u
Last Activity: Aug 31 '10, 05:46 AM
Joined: Jan 5 '08
Location: Malaysia
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • You mean Cookie Discard property from .Net Library class?
    I'm actually developing via the J2EE language so this cannot be done in my code.
    See more | Go to post

    Leave a comment:


  • webster5u
    started a topic Remove cookie value when all browsers closed

    Remove cookie value when all browsers closed

    Miss/Mr. Programmer,

    I have a idea to remove the cookie value from a website after all browser closed. It is like session kept in server and eliminate after all browser closed. My purpose is reducing browsing security issue through minimize the data resident in the cookie.

    The reason i using the cookie instead of session because I used cookie in applying SSO (Single Sign On) for different web application server instead...
    See more | Go to post

  • webster5u
    started a topic Open database connection pool in Tomcat
    in Java

    Open database connection pool in Tomcat

    Hi, who's has experience to open connection pool in Tomcat 5.5 using JNDI?
    I recently research on it, i found the how-to guideline provided from apache tomcat website. It seem like not really work and i saw some of article they also encounter same issue as me.
    if i put the datasource in context.xml then immediately the Tomcat not working. If you put it in the server.xml then it unable detect the datasource.

    I has success...
    See more | Go to post

  • Thank for sharing. It is more likely focus on differences web server provider in market share. The apache web server may be include apache HTTP Server & apache tomcat. and the sun may be Sun Java System Web Server which is support JSP/Servlet.
    Whatever, it is really add advantages to my research. TQ....
    See more | Go to post

    Leave a comment:


  • Sorry, I am finding for statistical data for JEE in market share not report generating tools. Please you verify it.

    P/S: The jasper I-report is look like useful to me also. Thank for sharing....
    See more | Go to post

    Leave a comment:


  • Request statistic data of Java web application in market share

    Hi, I'm webster. I need some help again.

    I currently doing research report on the JEE web application. Who's know any up-to-date research report about JEE or JSP occupy web application market.

    If the report provided is free is much more appreciate but If request any charger also don't matter.

    Below links, i get it from google. I don't mind shared with all of you about the statistic of the JAVA programming...
    See more | Go to post

  • How to get a specific input field from input fields list share a same name?

    Hi, I have multiple input fields which is sharing similiar elements name so it will submit a array to other page.
    Whereas, i encounter a problem now, i want get number third element from the list in order to do specific change by javascript function.
    How i suppose to do to get the element with the element name, any possible method to do it?
    See more | Go to post

  • I change TD background image instead of DIV. It is work fine now.

    If it is put background image in DIV tag then background image will only covers the DIV tag and TD is show in white. As below illustrate

    <TD>
    wwwwwwwwwwwwwww www
    wwwwwwwwwwwwwww www
    wwwwwww<DIV>bbb </DIV>
    wwwwwwwwwwwwwww www
    </TD>

    p/s: w is white and b is blue from image.
    See more | Go to post

    Leave a comment:


  • Sorry for late reply. I'm busy for the other code yesterday.

    Thank for your sharing, I get your idea.
    Both of your trying change the background image instead image tag. The script apply in TABLE TD is fine but if it apply in DIV then it bring along idle space between TD and DIV.

    Code:
    			<TD style="background: url(WEB_CONTEXT/images/b5.gif) no-repeat center; 
    				text-align:center; vertical-align:
    ...
    See more | Go to post

    Leave a comment:


  • How's hyperlink overlap a image and located at bottom right corner of table cell.

    Hi, I'm encounter a problem here. I hope somebody able helping me.
    i'm put a "log out" hyperlink overlap a image and that particular image is inside a table cell. I also try align the hyperlink on bottom and right at the cell but the problem is occur.

    If i set position as absolute then the image and hyperlink will leak out from table. If without the position setting then hyperlink is not overlap the image. Any suggestion?...
    See more | Go to post

  • form variable? Can you explain how it work?
    if we take the code below as example, then what's variable name in Javascript.

    Code:
    <form action="..." method="..." onSubmit="validatetion(this)">
    
    <input ...
    <input type="submit" value="search" name="srh">
    <input type="submit" value="update" name="up">
    ...
    See more | Go to post
    Last edited by acoder; May 22 '09, 08:50 AM. Reason: Added [code] tags

    Leave a comment:


  • try to put the global match into your RegEx.

    this.value.repl ace(/a*/g, "");
    See more | Go to post

    Leave a comment:


  • multi-submit button: identify which submit button clicked

    Hi, i have a question about JavaScript. When we click a submit button from the form with multi-submit button. Can JavaScript detect which submit button has been submit?

    I make a form with 3 submit button (select, update and delete) and i put validation javascript function in onSubmit event handler. May i apply different validation according to different submit button?
    See more | Go to post

  • webster5u
    started a topic CSS: Apply two a:hover style in single page

    CSS: Apply two a:hover style in single page

    Hi, i need apply two different hyperlink:hover style cause by different background color.

    what i do is, i put css external link as

    Code:
    a:hover.paging
    {
    	color: #cc0000; text-decoration: none;
    }
    css style as
    Code:
    <style type="text/css">
    
    	A 		{color: #000099; text-decoration: none; }
    	A:hover {color: #FFFFFF; text-decoration: none; }
    ...
    See more | Go to post

  • webster5u
    replied to JSP/Servlet - Request Dispatcher
    in Java
    thk for reply. The code is not problem to execute.
    I jz want to know how to change the url address after dispatcher has been execute.
    If you have any idea about it?
    See more | Go to post

    Leave a comment:


  • webster5u
    replied to JSP/Servlet - Request Dispatcher
    in Java
    OK, finally i still need store data into session in order to transfer from servlet to jsp.
    Who has experience the javabean before. Can it list down a list of table instead of single object?
    See more | Go to post

    Leave a comment:


  • webster5u
    replied to JSP/Servlet - Request Dispatcher
    in Java
    Hi, thank for you rapidly response.

    In my case, the servlet use dispatcher.forw ard method to send REQUEST object to jsp and receive HTML output from jsp. It is didn't move to jsp but just receive and display the HTML code from jsp. Is it what's you mean?

    In this case, how you design the servlet send back data to jsp. What's method are you applying?
    See more | Go to post

    Leave a comment:


  • webster5u
    started a topic JSP/Servlet - Request Dispatcher
    in Java

    JSP/Servlet - Request Dispatcher

    I'm design MVC structure for current developing system.
    Initially, the jsp will post data to servlet class. After processing, servlet will use the requestDispatch er to return processed data back to jsp.

    RequestDispatch er dispatcher = request.getRequ estDispatcher("/webapps/hrd/test.jsp");
    dispatcher.forw ard(request,res ponse);

    Now, the process the successful but i found the url display on address...
    See more | Go to post

  • thank you, this code very useful for me.
    See more | Go to post

    Leave a comment:


  • webster5u
    started a topic javascript+get next element value in table

    javascript+get next element value in table

    if i have a table like below, is it any javascript methods use a object as parameter to retrieve the next object b? like document.getNex tElement?

    [HTML]<form method="post" action="send.js p">
    <table>
    <tr>
    <td><input type="text" name="a" /></td>
    <td><input type="text" name="b" /></</td>
    ...
    See more | Go to post
    Last edited by acoder; Sep 2 '08, 12:14 PM. Reason: Added [code] tags
No activity results to display
Show More
Working...