Mycket flitig postare
|
|
Reg.datum: Dec 2004
Inlägg: 854
|
|
Mycket flitig postare
Reg.datum: Dec 2004
Inlägg: 854
|
Det borde funka om du ändrar i javascriptet till:
window.location.href = 'default.asp?sida=item_list.asp%3fmaingroup%3d<%=r equest("maingroup")%>%26secondgroup%3d<%=request(" secondgroup")%>'
Sen hade jag använt följande javascriptkod som inte sabbar historyn:
if (parent.location.href == self.location.href) {
if (window.location.href.replace)
window.location.replace('sida.html');
else
window.location.href = 'sida.html';
}
|