User Profile

Collapse

Profile Sidebar

Collapse
shyamg
shyamg
Last Activity: Sep 13 '07, 07:28 AM
Joined: Jun 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shyamg
    started a topic how to create a dynamic table
    in Java

    how to create a dynamic table

    how to create a dynamic table in jsp. This is i hava some text fields that text field data will be add in the table same jsp .

    in that page table can .add.update delete buttons i want.


    any body having code plz send it.
    See more | Go to post

  • shyamg
    started a topic how creata dynamic table

    how creata dynamic table

    how to create a dynamic table in jsp. This is i hava some text fields that text field data will be add in the table same jsp . any body having code plz send it.

    page that table can .add.update delete buttons
    See more | Go to post

  • shyamg
    replied to how to stop the time function
    [HTML]<html>
    <head>


    </head>
    <body>

    <FORM NAME="myform">
    <INPUT TYPE="TEXT" SIZE="10" MAXLENGTH="10" VALUE=""
    NAME="my_time">
    </FORM>
    <SCRIPT LANGUAGE="JAVAS CRIPT">

    function det_time()
    {
    var d = new Date();
    ...
    See more | Go to post
    Last edited by gits; Aug 21 '07, 11:57 AM. Reason: added code tags

    Leave a comment:


  • shyamg
    replied to how to stop the time function
    hi gits..


    i want when ever jsp page is loded .it will be loded that time its time is runing i want fix that time when the page is loded that time only fix.ofter that time is stop but in my using text field in that time is continusly runing /...........
    See more | Go to post

    Leave a comment:


  • shyamg
    replied to how to stop the time function
    hi gits ...


    i want to stop the clock when the page is loding that time only run then its stop that time i want only using a text field in creation time .....that page loding time ..only


    ss
    See more | Go to post

    Leave a comment:


  • shyamg
    replied to how to stop the time function
    hallo this is not working i have to write like this

    Code:
       function det_time()
       {
       var d = new Date();
       var c_hour = d.getHours();
       var c_min = d.getMinutes();
       var c_sec = d.getSeconds();
       var t = c_hour + ":" + c_min + ":" + c_sec;
       document.all.ctime.value = t;
        var Int_ref = setInterval (t) ;
        clearInterval (Int_ref);
    ...
    See more | Go to post

    Leave a comment:


  • shyamg
    started a topic how to stop the time function

    how to stop the time function

    here iam using in my page time text field when page is the time is runing
    ok its fine but when page is loded ofter the time will be stoped how....its posible ...plz tell me i want only the display time only the page loding time.

    this is my script
    Code:
                
            function det_time()
       {
       var d = new Date();
       var c_hour = d.getHours();
       var c_min = d.getMinutes();
    ...
    See more | Go to post

  • shyamg
    started a topic i am geting problem with body onload event

    i am geting problem with body onload event

    hi..

    in this below code i have to call the function in thsi function ia hve hide some fields in the body onload but its working fine but when ever i click that jsp page
    the page loding time its shows all the filds and that is hide .can i use any other event in this .....

    [code=javascript]
    <script language="javas cript">
    function Mysee(){

    var...
    See more | Go to post

  • hi

    now iam using like this

    iam getting this error in the console


    Error: illegal character
    Source File: http://ad.doubleclick.net/adj/ttm.th...ord=891731041?
    Line: 1, Column: 6
    Source Code:
    GIF89a

    if i click the error iam getting like this

    GIF89a��€��ÿÿ ÿ���!ù����,�� ����� D�;...
    See more | Go to post

    Leave a comment:


  • hi

    now iam using like this

    iam getting this error in the console


    Error: illegal character
    Source File: http://ad.doubleclick. net/adj/ttm.thescripts/webdev/jsajax;cmy=webd ev;zn=jsajax;sz =728x90;tile=1; ord=891731041?
    Line: 1, Column: 6
    Source Code:
    GIF89a



    Code:
     function Test(){
     
      alert("doSubmit"+document.forms[0].dscpt.value);
    ...
    See more | Go to post

    Leave a comment:


  • [CODE=javascript]function Test(){
    digitsInput(doc ument.forms[0].dealerid);
    alphabetsInput( document.forms[0].name);
    alphabetsInput( document.forms[0].lname);
    }[/CODE]

    iam using like this also not working do u know any validation script urls plz send that urls . ok
    TQ

    kind regards
    See more | Go to post

    Leave a comment:


  • i removied that two lins also iam still geting same proble .now its not validating any field.


    ss...
    See more | Go to post

    Leave a comment:


  • [CODE=javascript]
    function Test(){


    alphaNumericInp ut(document.for ms[0].dealerid);

    alphabetsInput( document.forms[0].name);
    alphabetsInput( document.forms[0].lname);

    }

    function digitsInput(tex tField){
    var regExp=/^[0-9]*$/;
    if(textField.va lue=="" || regExp.test(tex tField.value))
    return false;

    alert("Only...
    See more | Go to post

    Leave a comment:


  • javascript working in mozilla validating only one field

    Hi,

    this is my javascript validating the fields in mozilla FF but its working and validating only one field.

    how to write the and how to works the script ............... ...

    [code=javascript]
    function Test(){


    alphaNumericInp ut(document.for ms[0].dealerid);

    digitsAlphabets Input(document. forms[0].dealerid); //for digits only
    alphabetsInput( document.forms[0].dealerid);//only...
    See more | Go to post

  • shyamg
    started a topic javascript input field validation in mozila

    javascript input field validation in mozila

    hi

    any body can give best link for javascript validation textfields numric and alpha numric validation ...its working in mozila ...



    thanks.

    ss
    See more | Go to post

  • where can add the tld Attribute setter and getter methods

    Hi all

    i am newly add new Attribute "name" in strutshtml- tld file but its asking for setter method for attribute. where can add the setter and getter.

    Thanks.
    ss.
    See more | Go to post

  • how to call the function in mozilla

    hi all,


    IE the function is working but FF the function is not working how to call the function in FF.

    this is my script.
    Code:
       var dealerid = new keybEdit('abcdefghijklmnopqurstuvwxyz01234567890 ','Alpha-numeric input only.');
                var dealinit = new keybEdit('abcdefghijklmnopqurstuvwxyz01234567890 ','Alpha-numeric input only.');
    ...
    See more | Go to post
    Last edited by shyamg; Jun 26 '07, 02:25 AM. Reason: change the question.

    Leave a comment:


  • how to validate fields in mozilla Firfox its working in IE but not working in FireFox

    hi all,

    This javascript is working IE but not working in FIreFox, validating text fields.

    var dealerid = new keybEdit('abcde fghijklmnopqurs tuvwxyz01234567 890 ','Alpha-numeric input only.');
    var dealinit = new keybEdit('abcde fghijklmnopqurs tuvwxyz01234567 890 ','Alpha-numeric input only.');
    var dealername = new keybEdit('abcde fghijklmnopqurs tuvwxyz ','Alphabets input only.');
    ...
    See more | Go to post

  • shyamg
    replied to Getting Link without Underline
    hi

    without write a css class is it posible to get href link underline....
    See more | Go to post

    Leave a comment:


  • shyamg
    started a topic Getting Link without Underline

    Getting Link without Underline

    hi

    i given a link in jsp
    how to use links for with out under line in Mozill Firefox
    See more | Go to post
No activity results to display
Show More
Working...