Skip navigation.
 
mlRe: Search the archives from Omniweb
FROM : Christopher Holland
DATE : Tue Nov 12 06:16:39 2002

Just for the sake of completion, you can do something similar in 
Chimera/Mozilla using a toolbar bookmark with the following in the URL 
field:

javascript:void(q=prompt('Enter%20Mamasam%20Search:.','')); 
if(q)void(location.href='http://cocoa.mamasam.com/search/
results.php?words='+escape(q))"


or...you can just paste this into your bookmark file in the correct 
place:

<bookmark name="MAMA" 
href="javascript:void(q=prompt('Enter%20Mamasam%20Search:.','')); 
if(q)void(location.href='http://cocoa.mamasam.com/search/
results.php?words='+escape(q))"/>


This will cause a sheet to drop down asking for the search term.
I didn't come up with this one, but I can't find the old mail that had 
it in there. Feel free to take credit. :)

Christopher Holland
Concept House
<http://www.concepthouse.com/>


On Monday, November 11, 2002, at 05:18  PM, Bertrand Mansion wrote:

> Hi all,
>
> Just thought I would let you know it is now possible to search my 
> mailing
> list archives directly from Omniweb. Just add these settings in the 
> Shortcut
> Preferences:
>
> Shortcut | Destination URL
> cocoa@  | http://cocoa.mamasam.com/search/results.php?words=%@
>
> I hope you will find it useful.
> Many thanks to Dan Wood for the tip and all the rest ;)
>
> Cheers,
>
> Bertrand Mansion
> Mamasam
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives: 
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlSearch the archives from Omniweb Bertrand Mansion Nov 12, 00:18
mlRe: Search the archives from Omniweb Christopher Hollan… Nov 12, 06:16