faqts : Computers : Programming : Languages : JavaScript : Frames

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 19 people (47%) answered Yes
Recently 2 of 10 people (20%) answered Yes

Entry

What should I use in NN instead of "parent.c_main.window.scroll(0, 0);" for IE???

Aug 29th, 2000 07:49
Martin Honnen, Alexander Pisarev,


parent.c_main.window.scrollTo(0, 0);
should work with NN4+ and IE4+ (only if the FRAME c_main has 
SCROLLING="auto" or SCROLLING="yes")