Link to home
Start Free TrialLog in
Avatar of ngopi23
ngopi23

asked on

using history object

i have created an application in that i want to use buttons to navigate between the pages using history object(i.e using back,forward methods).Is it really need to create a site for the application.Can we use history object with out creating a site.
Avatar of rafistern
rafistern

I don't really understand your question. In order to use a JavaScript function you must have an HTML page. What you could do is have a frameset containing a page which is a navigation bar and another frame into which you load your pages.

you can do all this without JavaScript - using pure HTML hyperlinks
Are you saying that you want to use Javascript without building a HTML-page?
That's not possible because javascript is interpreted by a browser and for as far as I know you need a HTML-page to execute the javascript.

If you want something else please be more clear in your question.
ASKER CERTIFIED SOLUTION
Avatar of jkeebler
jkeebler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial