I found this quite interesting, calling the find function in Firefox without parameters displays a dialog box. Calling it multiple times displays loads of find windows
for(i=0;i<100;i++) { find(); }
I found this quite interesting, calling the find function in Firefox without parameters displays a dialog box. Calling it multiple times displays loads of find windows
for(i=0;i<100;i++) { find(); }
Comments 3
find(function(){alert(1,find())}());
Nice to see you blogging again - how are you?
Greetings,
Posted 08 May 2008 at 11:25 am ¶.mario
Hi mario
Yeah not bad mate thanks, I’ve been a bit busy so I’ve been unable to blog for a while
Posted 08 May 2008 at 12:05 pm ¶Hi !
This does work with print() also.
Posted 08 May 2008 at 5:22 pm ¶Post a Comment