Visa ett inlägg
Oläst 2005-04-07, 22:11 #12
Lindahl Lindahl är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Dec 2004
Inlägg: 854
Lindahl Lindahl är inte uppkopplad
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';
}
Lindahl är inte uppkopplad   Svara med citatSvara med citat