
10-27-2004, 10:06 AM
|
 |
|
|
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by bondjetta
After speaking with Ianomed about this he pointed out some problems with the template STANDARD_REDIRECT and Firefox...as a result I've found (at least a temporary fix) a fix for this...go to your STANDARD_REDIRECT template and change:
HTML Code:
else
{
clearTimeout(timerID);
window.status = "";
window.location = "$js_url";
}
to:
HTML Code:
else
{
clearTimeout(timerID);
window.status = "";
window.location = "$url";
}
I'm testing it across a few different browsers right now, i'll post if i find any irregularities, but at least the URL's are forwarding now (making this module useful again  )
|
interesting.....
|