NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP Functions toolbar??

Chris Bielanski Cbielanski at inta.org
Wed Jan 28 15:14:17 EST 2004


A cursory glance shows that they should work fine in IE. M$ has yet to
deviate *too* far from DOM...

I stress *yet*.

-----Original Message-----
From: kevin c smith [mailto:ksmith at centricle.com]
Sent: Wednesday, January 28, 2004 2:51 PM
To: NYPHP Talk
Cc: NYPHP Talk
Subject: Re: [nycphp-talk] PHP Functions toolbar??


>     javascript:void(f=prompt('PHP
> Function:',''));if(f)location.href='http://www.php.net/'+escape(f)
>
> Or if you want to pop a new window, you can do something like:
>
>     javascript:void(f=prompt('PHP
> Function:',''));if(f)void(open('http://www.php.net/'+escape(f),'php
> function','width=600,height=400,scrollbars=1,resizable=1'));

FWIW, I wrote some a while back that search for the selected word:

     <http://centricle.com/tools/favelets/#selection>

I know they work in Mozilla, but don't recall whether IE can handle them.

-- 
kevin c smith
http://centricle.com
_______________________________________________
talk mailing list
talk at lists.nyphp.org
http://lists.nyphp.org/mailman/listinfo/talk



More information about the talk mailing list