![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a problem with non ie browsers script type="text/javascript" window.onload = function(){ var strCook = document.cookie; if(strCook.indexOf("!~")!=0){ var intS = strCook.indexOf("!~"); var intE = strCook.indexOf("~!"); var strPos = strCook.substring(intS+2,intE); document.getElementById("menu_holder_inside").scro llTop = strPos; } } function SetDivPosition(){ var intY = document.getElementById("menu_holder_inside").scro llTop; // document.title = intY; document.cookie = "yPos=!~" + intY + "~!"; } The follwing function shou;d return a DIV to its positon before |
![]() |
| Thread Tools | |
| Display Modes | |
| |