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 4
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 ¶Good Evening,
Is it possible to insert an ambiguous character in firefox search? For example, I want to find the letters “TTC” followed by any four letters, followed by “GAA” in a webpage result (if you’re curious, I’m searching gene promoters for a response element (specific sequence at which a transcription factor binds)).
It save me some time and effort if I were able to quickly search in the web result using just the search function of the browser. Thanks.
Mike Surace
Posted 08 Apr 2009 at 3:44 am ¶Post a Comment