faqts : Computers : Programming : Languages : JavaScript : Language Core : Arrays

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

13 of 15 people (87%) answered Yes
Recently 10 of 10 people (100%) answered Yes

Entry

Are the methods push() and pop() supported by IE5+ ?

Sep 23rd, 2001 03:43
Juergen Thelen, Lisa Persson,


Although the push() and pop() methods of the array object were already 
introduced with JavaScript 1.2 (NN4), Microsoft does only support them 
since IE 5.5.
Hth, Juergen