[PHP] Re: what trick is this? How to do it?

2007-07-13 Thread Man-wai Chang
http://xsojix.imeem.com/music/1zyLl7y9/lost_my_music/ How did he/she do it? I meant the modal login window... I just found that linux.com is using the same trick. :) -- @~@ Might, Courage, Vision, SINCERITY. / v \ Simplicity is Beauty! May the Force and Farce be with you! /( _ )\

Re: [PHP] Re: what trick is this? How to do it?

2007-07-13 Thread tg-php
View the source and trace through the javascript. Looks like it has to do with: function openLogin() Which calls: dojo.require(dojo.widget.Dialog); and.. floatingWindow = dojo.widget.createWidget(Dialog, properties, node); and.. floatingWindow.setContent(iframe (bunch of stuff)/iframe);

Re: [PHP] Re: what trick is this? How to do it?

2007-07-13 Thread Daniel Brown
On 7/13/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: View the source and trace through the javascript. Looks like it has to do with: function openLogin() Which calls: dojo.require(dojo.widget.Dialog); and.. floatingWindow = dojo.widget.createWidget(Dialog, properties, node); and..

Re: [PHP] Re: what trick is this? How to do it?

2007-07-09 Thread clive
Man-wai Chang wrote: I asked here because I believe good PHP programmers are usually well-versed in client-side stuffs. :) That comment reeks of NLP :) clive -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: what trick is this? How to do it?

2007-07-07 Thread Colin Guthrie
Man-wai Chang wrote: http://xsojix.imeem.com/music/1zyLl7y9/lost_my_music/ How did he/she do it? I meant the modal login window... Just simple Javascript stuff. Just create a large div block that is absolutely positioned over the top of everything and spans the whole width/height of the

Re: [PHP] Re: what trick is this? How to do it?

2007-07-07 Thread Tijnema
On 7/7/07, Colin Guthrie [EMAIL PROTECTED] wrote: Man-wai Chang wrote: http://xsojix.imeem.com/music/1zyLl7y9/lost_my_music/ How did he/she do it? I meant the modal login window... Just simple Javascript stuff. Just create a large div block that is absolutely positioned over the top of

[PHP] Re: what trick is this? How to do it?

2007-07-07 Thread Man-wai Chang
I'm listening to the song now without logging in, just running this in the URL bar: javascript:floatingWindow.hide(); and the login window is gone :) So is there a proper way to create a modal window inside a browser? -- @~@ Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org /

[PHP] Re: what trick is this? How to do it?

2007-07-07 Thread M. Sokolewicz
Man-wai Chang wrote: I'm listening to the song now without logging in, just running this in the URL bar: javascript:floatingWindow.hide(); and the login window is gone :) So is there a proper way to create a modal window inside a browser? There is no proper way. You have various tools to

[PHP] Re: what trick is this? How to do it?

2007-07-07 Thread Man-wai Chang
On a sidenote, this has nothing whatsoever to do with PHP, it's presentation in a client-browser we're looking at. I asked here because I believe good PHP programmers are usually well-versed in client-side stuffs. :) -- @~@ Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org / v