answersLogoWhite

0

If you're in HTML 5 then the history.pushState() method can be used to add an item into the history. Not all the browsers support the method (yet.) You can find out more over at Mozilla (see related link.)

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is there a noscript add-on for chrome or annother easy to use javascript blocker add-on?

Unfortunately, Chrome does not have any way to disable Javascript, nor does it appear to be planned for "any time soon".


How do you save javascript?

You can save JavaScript files with any text editor of your liking. Just add the .js file extension and you're good to go.


Will Larzuk add sockets to items that already have sockets?

No, Larzuk will not add sockets to items that already have sockets. He can only add sockets to items that do not have any sockets.


How do you add snow flakes in a site?

You can use the following JavaScript to add Snowflakes widget in any site / blog .


Which operating system supports the JavaScript programs to execute?

As long as there is support for JavaScript in browsers, JavaScript can be called on any O/S, any platform and any machine


Can you use javascript in Mozilla?

Yes. In fact, you can use JavaScript in any web browser.


Can you add baggage after check-in?

No, once you have checked in your baggage at the airport, you cannot add any additional items to it.


Which tag is used to implement javascript in an HTML file?

The SCRIPT tag is used to implement a JavaScript (or other kind, i.e. VBScript) in an HTML document. The tag can either contain the actual JavaScript code, or can point to an external script file that should be included at render-time. To add JavaScript directly to the document in HTML 5, place these tags in either the HEAD section or just prior to the BODY sections closing tag. <script type="text/javascript"> //JS code goes here </script> To call an external JavaScript file, use the "src" attribute, like so: <script type="text/javascript" src="path/to/script.js"></script> If you're unsure of where to put the JavaScript tags, see the related answer(s).


You want to ask a javascript question - Is there any method in javascript that will be called when body is completely loaded?

add this to the body tag: 'onload="functionYouWantToAccess();"' you can add multiple functions: 'onload="function1();function2();function3('argument1');"' so the whole thing looks like <body onload="func1();func2();func3('arg1','arg2');" bgcolor="#FFFFFF">Text</body>


Who is written by java script?

This question doesn't make any sense. Do you mean who uses JavaScript? Or who created it? Or what JavaScript is useful for writing?


How do you add items to my defense in Mafia Wars?

When fighting, items are automatically selected. You don't need to equip weapons/armor/vehicles in any way.


What javascript is needed to open an online survey?

Any javascript can be used to open an online survey. It must be in HTML/PHP format though.