Instead of using the iframe, I want to use the following method to update the center pane of the page.
I would like to get some help on the following.
If have another HTML page I want to load into the center pane, what would be the right syntax for it?
document.getElementById( 'centerPane' ).innerHTML.??? = 'SampleHTML.htm' ;
What attribute do I need to get after innerHTML?
Or should I do it using some other calls.
If you are not using jQuery or another library with built in ajax methods:
Then simply call the setHtml function like this: