MAXX
04-08-2003, 09:22 AM
hello all ...
I have one small problem with history/back button.
I use this function on the button, to open new form in same window.
function NEW()
{
var url = location.replace("link");
}
Here is the problem. it replace the existing form with new one, so I cant to go back to the first form. This is because I use "location.replace".
Is there any way to open new form in same window & so I can still reach the first form??
thanx in advance
maxx
I have one small problem with history/back button.
I use this function on the button, to open new form in same window.
function NEW()
{
var url = location.replace("link");
}
Here is the problem. it replace the existing form with new one, so I cant to go back to the first form. This is because I use "location.replace".
Is there any way to open new form in same window & so I can still reach the first form??
thanx in advance
maxx