Hii All,
I have created my JSP with some functionalities written in Dojo for displaying a tabbed page and with click of every tab appropriate page needs to show up. All the html pages are stored in the webserver and needs to get loaded from there.I have made use of dijit.TabContainer and dijit.Contentpane. In contentpane we can make use of href to point to htmls in the same domain so when i put var page2 = new dijit.layout.ContentPane({title :"B",href :"Tree.html"}); it works but when i do something like var page1 = new dijit.layout.ContentPane({title :"A",setHref :"http://2k3-ws-rsc/root/cm/data/CPT0001.html"}) it doesnt. Please find my code below :
Can someone please help.
Thanks