• Tech Travel Hub is your one stop, ultimate tour guide to all things tech, travel, visas and digital nomads
  • Home
  • Blog
    • Technology
      • General Tech
      • Blogging
      • Java
    • Lifestyle
      • General Lifestyle
    • Travel
    • Educational
    • Business
  • About
  • Contact
Menu
  • Home
  • Blog
    • Technology
      • General Tech
      • Blogging
      • Java
    • Lifestyle
      • General Lifestyle
    • Travel
    • Educational
    • Business
  • About
  • Contact
View Blog
May 2, 2023May 2, 2023

How to Link to an External JavaScript File??

Last few days, I have got several mails from my friends that how to use hidden function in HTML or how to add external javascript file to HTML.

Normally we use java script syntax in the below written manner.

<script language=”javascript”>


This is how we use to insert inside HTML. In this post I will show how to use external javascript to out HTML file.
Let us create a file which will call a function which is defined outside of the HTML.

<html>
<head>
<title> Testing External Button</title>
<script type=”text/javascript” src=”test.js”></script>    
</head>
<body> 
<form name=”form1″> 
<input type=”button” name=”button2″ value=”Click me i am 1″ onClick=’test()’ />
<input type=”button” name=”button1″ value=”Click me” />
</body>
</html>


Here this function will call test which is defined outside of the HTML file.

function test()
{
alert(“I am here”);
}


This is saved in test.js . I have placed this .js file in the same folder where this HTML file is present.

Done!!!…Now you can call whatever function you want in your flow. 

But why I will use External Javascript??

  1. Hide code from User.
  2. Reduce load from HTML file
  3. Easy to use
  4. Reusability ..You can reuse across different pages.

Image Credit: http://erenbasaran.wordpress.com

 

Post navigation

Previous post
Next post

Umer Umer

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • 5 Ultimate Dental Nightmares and How to Avoid Them
  • 7 Alarming Facts on Early And Late Dental Implant Complications
  • The Skinny Jean Is Dead: The 5 Denim Styles You Need Now
  • 5 Reasons Why The Demand For Digital Marketing Courses Is Unstoppable At This Moment?
  • 3 Delicious Facts About Cakes That Very Few People Know

Categories

  • Adventure
  • Agile Methodology
  • All world Tour
  • Android Development
  • Ansible
  • App
  • App Development
  • Artificial Intelligence
  • AWS
  • Bitcoin
  • BlockChain
  • Blogging
  • Box Packing
  • Business
  • business
  • Business Communication
  • buying guide
  • C
  • car
  • Care
  • Certification
  • Certification
  • Chatbot
  • cinema
  • Cloud Tech
  • Content Marketing
  • Corporate
  • covid-19
  • crucible
  • Cryptocurrency
  • Database
  • DevOps
  • DevOps
  • Digital Marketing
  • Drawing
  • Dress
  • Educational
  • Employment
  • Entertainment
  • Exceptions In Java
  • Fashion
  • Festivals
  • Finance
  • Fitness
  • Food
  • Game
  • Gift ideas
  • Groovy
  • Health
  • Health
  • home
  • home improvement
  • HR
  • IllegalThreadStateException in Java
  • India Tour
  • Instagram
  • Ios
  • ISO
  • Java
  • Javascript
  • job
  • Kids Section
  • Kitchen
  • Law
  • Life Style
  • Lifestyle
  • Lifestyle Home Improvement
  • Main Stories
  • Management
  • Mattress
  • Motorable
  • Movie
  • nursing
  • Pendrive
  • Perspective
  • Pet
  • Popular
  • Programming
  • Python
  • Relationships
  • Selenium
  • SEO
  • Skin
  • SOAPUI
  • Social Media
  • Social Media Marketing
  • Software
  • software development
  • Software Development Model
  • Software Engineering
  • Software Testing
  • Sports
  • Startup
  • T Robot
  • TDD
  • Tech
  • Tech News
  • Tech News
  • Technology
  • Tool
  • Tour Guide
  • Tour Guide
  • Travel
  • UFT
  • Uncategorized
  • USB Cable
  • VPN
  • Web Development
  • Wordpress
  • Yoga
  • Youtube

Tags

Instagram Instagram Marketing Marketing SEO Thoptv App

Categories

  • Tech
  • Travel
  • Visas
  • Digital Nomad
  • Tech
  • Travel
  • Visas
  • Digital Nomad

Publishing

If you would like to publish on our site, please email admin@techtravelhub.com

Quick Links

  • Home
  • Blog
    • Technology
      • General Tech
      • Blogging
      • Java
    • Lifestyle
      • General Lifestyle
    • Travel
    • Educational
    • Business
  • About
  • Contact
  • Home
  • Blog
    • Technology
      • General Tech
      • Blogging
      • Java
    • Lifestyle
      • General Lifestyle
    • Travel
    • Educational
    • Business
  • About
  • Contact

Contact

Tech Travel Hub LLC

Address:
8 The Green STE A
Dover
Delaware, 19901

Phone: +1 302 956 9948