Results 1 to 6 of 6

Thread: How to use JavaScript in HTML page

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Contributing Member
    Join Date
    May 2007
    Answers
    60

    Re: How to use JavaScript in HTML page

    Hi,

    just create a .js file using notepad editor i mean javascript function u bind the javascript file in html using script tag 'src' attribute like


    Ex:

    Example.js
    ----------

    function f1(t)
    {
    if (t.value=' '){
    alert('Text Box shold not be empty')
    }
    }

    Example.html
    -------------












    when ever u click the button it will call the js file f1 funtion it will verify the text box data if it empty it will give the alert message if not nothing will happen.

    do u have any quries let me know......

    Regards,
    Hari Prasad

    Last edited by hari.nattuva; 06-13-2007 at 09:36 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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