what do u mean by "will take me to another page without it opening a new window "? Do u have [ target="_blank" ] inside ur <a href=>bla</a>? that causes a new window to open.
I think what u want or are trying to say is...you want to hit the button or link and not leave the window-not cause the browser to refresh, or cause the action without leaving the page.
For that you use xml. 'xmlHttp' , 'createXmlHttpReguestObject()' google both. this will cause actions without leaving the page; meaning it can go to the server and not cause the browser to reload.
Hope this helps u out.
I think what u want or are trying to say is...you want to hit the button or link and not leave the window-not cause the browser to refresh, or cause the action without leaving the page.
For that you use xml. 'xmlHttp' , 'createXmlHttpReguestObject()' google both. this will cause actions without leaving the page; meaning it can go to the server and not cause the browser to reload.
Hope this helps u out.