answersLogoWhite

0

If you're planning on linking to another page, all you have to write is: document.location = "yourNewURL"; If you want to generate Javascript, then you can either use: document.write("your HTML Code"); OR send the HTML code to an existing object in an HTML page, like so: document.getElementById['targetElement'].innerHTML = "your HTML Code here"; ----------------- That's pretty much it. If you want me to elaborate, please let me know. :)

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the HTML command used to insert and display images is the?


What languages can a browser understand?

HTML, CSS, & JavaScript.


Calculations in HTML?

HTML is a static language, you cannot do any math using only HTML. To do math, you need a scripting language such as JavaScript. Try this code: <script type="text/javascript"> document.write((2+3)*2); </script> put this in your HTML page and it should display as 10


Why you use javascript with HTML?

JavaScript is a script which makes HTML more interactive and adds more functionality to HTML.


Whose tag used in HTML for image display one by one after few seconds?

This cannot be accomplished with HTML. You may need to use JavaScript to accomplish this effect.


How do you display data in other HTML page retrieved from post method?

You can used various methods for retrieving data in HTML. JavaScript, Servlets etc are some ways to get data.


What is embedding java script?

To embed JavaScript code is to include it in the HTML page. For example, this will embed the code to display an alert: <script type="text/javascript"> alert("Embedded alert!"); </script>


Is HTML a script language?

No, but you can nest JavaScript into the HTML.


How do you display the text entered by the user in a html page on the same html pagelike i mean that real time entering the data by the user and displaying the data back to the user what he have enter?

You can do it by referring the input type in javaScript. Then you can get the value by id in the same and display it.


Do you have experience in Java or HTML?

I have some experience in HTML but not JavaScript.


Software that enables you to display and interact with text and other media on the web is a web .?

As you may know that website's front end is usual written in HTML and are manipulated with java script. the html and javascript have something called events. when you click on a button an event is generated and usually events are triggered by javascript and some basic events are triggered with HTML. so the software that allows you to interact with webpage is the web browser and its HTML, JavaScript processing engine


Is the ePO console It is web based and designed completely in HTML and JavaScript.?

It is web-based and designed completely in HTML and JavaScript