HTML link button and text linking, I need help?

Jane

New member
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'm on a quest to creating a pure html coded game by using plain old simple ms notepad, what i need is, i need a link button that will take me to another page without it opening a new window that was my problem when i searched on google every html button link code always opened up a new window i want it to just use the same page! i also tested it out with a href code but guess what.., it opened a new page. so can any of you smart html guys out there tell me a better html buitton link code or if thats not possible a href code?
can u just tell me the damn html code?
 
Back
Top