Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8398253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T21:00:17+00:00 2026-06-09T21:00:17+00:00

How many ways are to call a JavaScript code? First there is the typical

  • 0

How many ways are to call a JavaScript code? First there is the typical <script> tag then there are the attribute of some tags, onload="" for the body tag, href="JavaScript:" of a tag, onSubmit="JavaScript:" of form tag, the onclick= attribute.

Beside this I know that code can also be loaded from JavaScript after all is loaded: How to include JavaScript file or library in Chrome console?.

But I am more interested in the ways code can be run from the html document, is there an exhaustive list: events, attributes,… ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T21:00:18+00:00Added an answer on June 9, 2026 at 9:00 pm

    Here is a good list of events in JavaScript: http://help.dottoro.com/larrqqck.php

    As far as how to trigger these events, you have covered all of the bases that I know of. There is a different way to use the onload (and similar events), like this:

    Plain JavaScript:

    window.onload = function() {
      //Do Stuff
    }
    

    jQuery:

    $(window).bind('onload', function() {
      //Do stuff
    });
    

    Side note: I would discourage the use of embedding JavaScript within attributes like href="javascript:" or onsubmit="javascript:". Embedding JavaScript in HTML like this is considered poor practice, since it makes your code less readable, and can be more difficult to maintain.

    If you need to listen for events like onsubmit, I would recommend listening for these events in JavaScript/jQuery, or by calling a JavaScript function, like this: onsubmit="javascript:myFunction(parameter)", rather than writing all of the JavaScript inline with the HTML. That’s my two cents.

    Hope that is helpful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Where there are so many ways to achieve the same result, I am wondering
It seems there are many ways to do this, however, none of them make
There are now so many ways to write windows apps, win32, MFC, ATL, .NET,
There are many ways of converting a String to an Integer object. Which is
There're many ways to write an HTTP-status header: HTTP/1.1 404 Not Found Status: 404
There are many ways to Title Case in java . But how do you
I'm using a Java class library that is in many ways incomplete: there are
I tried many ways to solve this problem but none works. suppose I have
In how many ways we can give color info in X/HTML, css? I know
In how many ways and places can we place comments in CSS? Can the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.