go
Expand Minimize
0 out of 3 rated this helpful - Rate this topic

pushState method

Pushes the given data with the given title, and the given URL, if provided, onto the session history .

Internet Explorer 10

Syntax

var retval = history.pushState(statedata, title, url);

Parameters

statedata [in]

Type: any

The data to push onto the session history.

title [in]

Type: DOMString

The desired title for the data.

url [in, optional]

Type: DOMString

An optional URL to associate with the data.

Return value

Type: HRESULT

This method can return one of these values.

S_OK

See also

history

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.