Hi experts wanna some help from u ppl.. i want a page exactly like http://www.dynamicdrive.com/dynamicindex6/ http://www.dhtmlgoodies.com/index.html?page=ajax http://www.yaldex.com/FSmain.htm to name a few.. i mean to say i want a form in which the menu button and the content of that menu button must be displayed in same page. i have executed the code called as ajax switch menu in getelementid ( http://www.getelementbyid.com/news/index.aspx ) but the problem in this example is even the menu buttons gets loaded.
i want a static menu buttons and its content must be loaded in the same page.. Please can someone guide me!!??
On every menu, either CSS based or JavaScript based menu, the link is actually achieved by the (X)HTML tag "a". The "target" attribute of the "a" tag tells the browser to remains on same window or create a new one.
hi, ya thanks.. i got it..