Firefox find function
Published: Thu, 08 May 2008 01:27:44 GMT
Updated: Sat, 22 Mar 2025 15:38:10 GMT
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 :)
<pre lang="javascript"> for(i=0;i<100;i++) { find(); } </pre>