User Profile

Collapse

Profile Sidebar

Collapse
jonso
jonso
Last Activity: Dec 15 '07, 09:11 AM
Joined: Oct 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Just reverse the arrangement of characters in your regular expression.As it wont be enough make sure that the value you compare to the regular expression is in the format which you want.To simplify the matter why cant you sent the code so that i can look at it and change it for you....
    See more | Go to post

    Leave a comment:


  • jonso
    replied to how to hide/show the frame in jps
    in Java
    the frane can be shown and hide with the help of some javascript
    below is the code that will help you.
    firstly u need to assign an ids to the frames or frames .This is so to enable unique identification of each form element.

    The function will be called on the onChange .
    function hideFrame(form) {
    if(certain condition){

    document.getEle mentById("id1") .style.display = "none";//will...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...