HighDots Forums  

javascript ie/ff problem

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss javascript ie/ff problem in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ross
 
Posts: n/a

Default javascript ie/ff problem - 09-27-2005 , 07:41 PM






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




--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access

Reply With Quote
  #2  
Old   
Jasen Betts
 
Posts: n/a

Default Re: javascript ie/ff problem - 10-15-2005 , 06:11 PM






On 2005-09-28, Ross <ross (AT) aztechost (DOT) com> wrote:
Quote:
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
what does the <div> tag it's accessing look like.

Bye.
Jasen


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.