Hi,
I read everywhere in the Internet ebverything about this problem here:
I want to open in the same window a link. It means I want just to change the page without open a new page. I tried now so many things, nothing worked.
I really need help, i am totaly frustrated. Here is my code at this moment:
This is the HTML-Part:
<input type="submit" value="Open the new page" name="chkSubmit" onclick="funSubmit()"></font></span></font></td>
... and this is the Javascript-Part:
function funSubmit()
{
window.location.href = 'order.php';
return false;
}
Whataver I tried, It does not open the page. Sometimes iI saw that it opens the page but goes direct back to the old page.
Please to everybody, I really need help!!!
Nice greetings
Frank
PS.: I changed it to the correct code. It was only here a mistake in the forum. The original code was as you see it now.