Search:

Type: Posts; User: nagasen; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    8
    Views
    10,608

    JavaScript Re: JavaScript form address field validations

    in onkeypress function you can check this one like this

    function onlyno(){
    key=key.event();

    if(key.indexOf("0123456789")>-1){
    return true
    else return false
    }
  2. Answers
    4
    Views
    4,607

    JavaScript Re: What is the problem in this code ?

    insted of that ...
    get combo name and check the year.. like this

    <select name='ch'> <select name='ch1'>




    function fun(){
    if(document.frm.ch.value>document.frmch1.value)
  3. Answers
    7
    Views
    23,529

    JavaScript Re: refresh the page using javascript...

    function fun(){
    var a=setTimeout(funName(),1000)
    }
    <body tag ="onload fun()">

    <?body>
  4. Answers
    9
    Views
    9,075

    Oracle Re: insert picture to table

    use blob datatype in oracle
Results 1 to 4 of 4
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact