Getch
03-08-2003, 04:04 AM
hi everybody.my problem is:
x is a number.
if(x==0)window.location="url.com";if(x!=0)..smthelse...;
when x==0 it goes to the new page.but it doesn't go back
when I press the back button on the IE.where is the problem.
thanks in advance.
x is a number.
if(x==0)window.location="url.com";if(x!=0)..smthelse...;
when x==0 it goes to the new page.but it doesn't go back
when I press the back button on the IE.where is the problem.
thanks in advance.