|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
queryCurrentUrl() always return NULLhi, i want to build a browser within a browser with qooxdoo.. what command to get the present URL from the Iframe ? I have use getSource (it only return the URL that we SET), example : I go to ===> http://www.google.com, than I fill the search in google with word "hero". if I use the getSource, it will return http://www.google.com and it false... because the right one is http://www.google.co.id/search?hl=id&q=hero&btnG=Telusuri+dengan+Google&meta= If I use queryCurrentUrl(), it always return NULL. any other command ? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
|
|
Re: queryCurrentUrl() always return NULLThis is because of the security put in place by the browser. If this is
only for yourself you could change the security settings of your browser, otherwise you will have to proxy everything through your own server. jhonny thio wrote: > hi, i want to build a browser within a browser with qooxdoo.. > > what command to get the present URL from the Iframe ? > > I have use getSource (it only return the URL that we SET), example : > > I go to ===> http://www.google.com, than I fill the search in google > with word "hero". > > if I use the getSource, it will return http://www.google.com and it false... > > because the right one is > http://www.google.co.id/search?hl=id&q=hero&btnG=Telusuri+dengan+Google&meta= > > > If I use queryCurrentUrl(), it always return NULL. any other command ? > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@... > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
|
|
|
|
|
Re: queryCurrentUrl() always return NULLComments inline
jhonny thio wrote: > This is because of the security put in place by the browser. > If this is only for yourself you could change the security settings of your > browser > ====> how to change and in what option ? I am not sure of the option, perhaps somebody else can help with this? > otherwise you will have to proxy everything through your own > server. > =====> what it mean? I still dont understand...I am a newbie.. If you were running your application on http://example.com/, this would involve changing a request for http://www.google.com/ to something along the lines of http://exmaple.com/fetch?http://www.google.com. Your 'fetch' page would then look at the query string, load www.google.com server side and then send results back to your client. It is easy in theory, but you will also need to process the response HTML to adjust any hyperlinks. > Thank you very much > > > ----- Original Message ---- > From: Matthew Gregory <matthew+qooxdoo@...> > To: qooxdoo-devel@... > Sent: Thursday, July 24, 2008 9:22:44 AM > Subject: Re: [qooxdoo-devel] queryCurrentUrl() always return NUL L > > [sniped] > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@... > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
|
|
|
|
|
Re: [SPAM] queryCurrentUrl() always return NULLHi Jhonny!
Have you seen this demo already? http://demo.qooxdoo.org/devel/demobrowser/#widget~Window_Browser.html
Perhaps you can take this as a foundation for your
application.
Cheers,
Jonathan Von: qooxdoo-devel-bounces@... [mailto:qooxdoo-devel-bounces@...] Im Auftrag von jhonny thio Gesendet: Donnerstag, 24. Juli 2008 18:01 An: qooxdoo Development Betreff: [SPAM] [qooxdoo-devel] queryCurrentUrl() always return NULL hi, i want to build a browser within a browser with
qooxdoo.. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
|
|
Re: queryCurrentUrl() always return NULLMatthew Gregory schrieb:
> Comments inline > > jhonny thio wrote: > >> This is because of the security put in place by the browser. >> If this is only for yourself you could change the security settings of your >> browser >> ====> how to change and in what option ? >> > > I am not sure of the option, perhaps somebody else can help with this? > be useless if if you could turn it off. Best Fabian > >> otherwise you will have to proxy everything through your own >> server. >> =====> what it mean? I still dont understand...I am a newbie.. >> > > If you were running your application on http://example.com/, this would > involve changing a request for http://www.google.com/ to something along > the lines of http://exmaple.com/fetch?http://www.google.com. Your > 'fetch' page would then look at the query string, load www.google.com > server side and then send results back to your client. It is easy in > theory, but you will also need to process the response HTML to adjust > any hyperlinks. > > > >> Thank you very much >> >> >> ----- Original Message ---- >> From: Matthew Gregory <matthew+qooxdoo@...> >> To: qooxdoo-devel@... >> Sent: Thursday, July 24, 2008 9:22:44 AM >> Subject: Re: [qooxdoo-devel] queryCurrentUrl() always return NUL L >> >> [sniped] >> _______________________________________________ >> qooxdoo-devel mailing list >> qooxdoo-devel@... >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@... > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim Weiss Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
| Free Forum Powered by Nabble | Forum Help |