Two windows: one for IE7 and the other for FF3

This is a discussion on Two windows: one for IE7 and the other for FF3 within the Javascript forums in Programming Languages category; The rationale is that certain IE7 features are great while FF3 got things that IE7 doesn't and the user has both browsers installed (not assumption but a requirement for "controled" use environment). Scenario: IE7 is the main browser, from there launch a small FF3, do stuff and this child window has a hidden field for 'action' as well, once done, the user switch back to the main IE window, continue doing stuff, then save and (possibly exit as well), this save action from the main window, ideally can perform: a) execute the hidden 'action' of the FF3 child windown; b) ...

Go Back   Application Development Forum > Programming Languages > Javascript

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-19-2008, 01:10 AM
DL
Guest
 
Default Two windows: one for IE7 and the other for FF3


The rationale is that certain IE7 features are great while FF3 got
things that IE7 doesn't and the user has both browsers installed (not
assumption but a requirement for "controled" use environment).

Scenario: IE7 is the main browser, from there launch a small FF3, do
stuff and this child window has a hidden field for 'action' as well,
once done, the user switch back to the main IE window, continue doing
stuff, then save and (possibly exit as well), this save action from
the main window, ideally can perform: a) execute the hidden 'action'
of the FF3 child windown; b) execute an action of its own. Hence, for
this to happen, the key question is, how to reference the foreign
window's object (FF3 window here) from the main IE7 window? Oh, you
may ask, first how do you launch the FF3 window session, well, the
application would address that.
Any idea?

TIA.

Reply With Quote
  #2  
Old 10-19-2008, 07:19 PM
Tim Williams
Guest
 
Default Re: Two windows: one for IE7 and the other for FF3


"DL" <tatata9999@gmail.com> wrote in message
news:7d21f18f-4968-403c-8d17-bdac95c6d1cd@m32g2000hsf.googlegroups.com...
>
> The rationale is that certain IE7 features are great while FF3 got
> things that IE7 doesn't and the user has both browsers installed (not
> assumption but a requirement for "controled" use environment).
>


You might be better off looking for solutions to the "missing" IE features.
Your proposal to mix IE and FF seems the wrong approach, even for a
"controlled" environment.

Tim


> Scenario: IE7 is the main browser, from there launch a small FF3, do
> stuff and this child window has a hidden field for 'action' as well,
> once done, the user switch back to the main IE window, continue doing
> stuff, then save and (possibly exit as well), this save action from
> the main window, ideally can perform: a) execute the hidden 'action'
> of the FF3 child windown; b) execute an action of its own. Hence, for
> this to happen, the key question is, how to reference the foreign
> window's object (FF3 window here) from the main IE7 window? Oh, you
> may ask, first how do you launch the FF3 window session, well, the
> application would address that.
> Any idea?
>
> TIA.
>



Reply With Quote
  #3  
Old 10-20-2008, 12:11 AM
DL
Guest
 
Default Re: Two windows: one for IE7 and the other for FF3

On Oct 19, 7:19*pm, "Tim Williams" <timjwilliams at gmail dot com>
wrote:
> "DL" <tatata9...@gmail.com> wrote in message
>
> news:7d21f18f-4968-403c-8d17-bdac95c6d1cd@m32g2000hsf.googlegroups.com...
>
>
>
> > The rationale is that certain IE7 features are great while FF3 got
> > things that IE7 doesn't and the user has both browsers installed (not
> > assumption but a requirement for "controled" use environment).

>
> You might be better off looking for solutions to the "missing" IE features.
> Your proposal to mix IE and FF seems the wrong approach, even for a
> "controlled" environment.
>
> Tim
>
>
>
> > Scenario: IE7 is the main browser, from there launch a small FF3, do
> > stuff and this child window has a hidden field for 'action' as well,
> > once done, the user switch back to the main IE window, continue doing
> > stuff, then save and (possibly exit as well), this save action from
> > the main window, ideally can perform: a) execute the hidden 'action'
> > of the FF3 child windown; b) execute an action of its own. *Hence, for
> > this to happen, the key question is, how to reference the foreign
> > window's object (FF3 window here) from the main IE7 window? * Oh, you
> > may ask, first how do you launch the FF3 window session, well, the
> > application would address that.
> > Any idea?

>
> > TIA.- Hide quoted text -

>
> - Show quoted text -


Yes, stick with IE for 'everything' is the most desirable/elegant
solution, however, my understanding is, the the "missing" IE feature
is not going to be available any time soon (here we're talking about
in a few months time frame or the like...), building such feature
oneself to include security integration with existing IE, say, IE7,
would be daunting... hence, I opted to this approach, since my last
post I've made substantial progress already... I appreciate your
thought though.


Reply With Quote
  #4  
Old 10-20-2008, 02:02 AM
Doug Gunnoe
Guest
 
Default Re: Two windows: one for IE7 and the other for FF3

On Oct 19, 11:11 pm, DL <tatata9...@gmail.com> wrote:
> On Oct 19, 7:19 pm, "Tim Williams" <timjwilliams at gmail dot com>
> wrote:
>
>
>
> > "DL" <tatata9...@gmail.com> wrote in message

>
> >news:7d21f18f-4968-403c-8d17-bdac95c6d1cd@m32g2000hsf.googlegroups.com...

>
> > > The rationale is that certain IE7 features are great while FF3 got
> > > things that IE7 doesn't and the user has both browsers installed (not
> > > assumption but a requirement for "controled" use environment).

>
> > You might be better off looking for solutions to the "missing" IE features.
> > Your proposal to mix IE and FF seems the wrong approach, even for a
> > "controlled" environment.

>
> > Tim

>
> > > Scenario: IE7 is the main browser, from there launch a small FF3, do
> > > stuff and this child window has a hidden field for 'action' as well,
> > > once done, the user switch back to the main IE window, continue doing
> > > stuff, then save and (possibly exit as well), this save action from
> > > the main window, ideally can perform: a) execute the hidden 'action'
> > > of the FF3 child windown; b) execute an action of its own. Hence, for
> > > this to happen, the key question is, how to reference the foreign
> > > window's object (FF3 window here) from the main IE7 window? Oh, you
> > > may ask, first how do you launch the FF3 window session, well, the
> > > application would address that.
> > > Any idea?

>
> > > TIA.- Hide quoted text -

>
> > - Show quoted text -

>
> Yes, stick with IE for 'everything' is the most desirable/elegant
> solution, however, my understanding is, the the "missing" IE feature
> is not going to be available any time soon (here we're talking about
> in a few months time frame or the like...), building such feature
> oneself to include security integration with existing IE, say, IE7,
> would be daunting... hence, I opted to this approach, since my last
> post I've made substantial progress already... I appreciate your
> thought though.


Why not just create your own browser? Seems like it would be less work.
Reply With Quote
  #5  
Old 10-20-2008, 05:13 AM
Gregor Kofler
Guest
 
Default Re: Two windows: one for IE7 and the other for FF3

DL meinte:
> The rationale is that certain IE7 features are great while FF3 got
> things that IE7 doesn't and the user has both browsers installed (not
> assumption but a requirement for "controled" use environment).
>
> Scenario: IE7 is the main browser, from there launch a small FF3, do
> stuff and this child window has a hidden field for 'action' as well,
> once done, the user switch back to the main IE window, continue doing
> stuff, then save and (possibly exit as well), this save action from
> the main window, ideally can perform: a) execute the hidden 'action'
> of the FF3 child windown; b) execute an action of its own. Hence, for
> this to happen, the key question is, how to reference the foreign
> window's object (FF3 window here) from the main IE7 window? Oh, you
> may ask, first how do you launch the FF3 window session, well, the
> application would address that.
> Any idea?


Sounds pretty gaga.

Gregor
Reply With Quote
  #6  
Old 10-20-2008, 05:43 AM
rf
Guest
 
Default Re: Two windows: one for IE7 and the other for FF3


"Gregor Kofler" <usenet@gregorkofler.at> wrote in message
news:VYXKk.35$9D3.30@nntpserver.swip.net...
> DL meinte:
>> The rationale is that certain IE7 features are great while FF3 got
>> things that IE7 doesn't and the user has both browsers installed (not
>> assumption but a requirement for "controled" use environment).


I've been waiting for you to tell us what these features are. That is, what
does IE7 do that FF(any version) does not and what FF(any version) does that
IE7 does not. I can think of a very large number of such things but I don't
know which ones you intend to rely on.

I really think you are painting yourself into a very small corner. If not
you yourself then the person who has to pick up the pieces when you are gone
from your current position. Your replacement will IMHO very often get that
WTF feeling.

And what about people who buy new windows computers, the ones that ship with
vista and IE8? Another page for them? Or are you going to retrofit IE7 into
those computers under your "controlled" use environment. Recipe for total
disaster.

In any case there is no way at all you are going to reference anything in a
FF windew from IE, nor the other way round. Browsers simply do not do this,
especially when one of them is written by Microsoft.


Reply With Quote
  #7  
Old 10-20-2008, 05:57 AM
Jorge
Guest
 
Default Re: Two windows: one for IE7 and the other for FF3

On Oct 19, 7:10*am, DL <tatata9...@gmail.com> wrote:
> The rationale is that certain IE7 features are great while FF3 got
> things that IE7 doesn't and the user has both browsers installed (not
> assumption but a requirement for "controled" use environment).
>
> Scenario: IE7 is the main browser, from there launch a small FF3, do
> stuff and this child window has a hidden field for 'action' as well,
> once done, the user switch back to the main IE window, continue doing
> stuff, then save and (possibly exit as well), this save action from
> the main window, ideally can perform: a) execute the hidden 'action'
> of the FF3 child windown; b) execute an action of its own. *Hence, for
> this to happen, the key question is, how to reference the foreign
> window's object (FF3 window here) from the main IE7 window? * Oh, you
> may ask, first how do you launch the FF3 window session, well, the
> application would address that.
> Any idea?
>


In a Mac this can be done with an applescript script. The main
browser's window can invoke Safari via an applescript://commandsHere
url and the Safari's applescript dictionary's command "do JavaScript"
allows you to insert+execute+retrieve any JS code/data into a page/
tab.

In Windozes, I don't know how much scriptable the apps are, or if they
are scriptable at all.

Another possibility is to have the pages talk to each other through
the server, isn't it ?

--
Jorge.
Reply With Quote
  #8  
Old 10-20-2008, 07:21 PM
Gregor Kofler
Guest
 
Default Re: Two windows: one for IE7 and the other for FF3

Jorge meinte:

> Another possibility is to have the pages talk to each other through
> the server, isn't it ?


Yes, but the OP wants to fire up FF from IE and vice-versa. *That's*
gonna be the (IMO unsolvable) problem.

Gregor
Reply With Quote
  #9  
Old 10-21-2008, 08:06 AM
Thomas 'PointedEars' Lahn
Guest
 
Default Re: Two windows: one for IE7 and the other for FF3

Gregor Kofler wrote:
> Jorge meinte:
>> Another possibility is to have the pages talk to each other through
>> the server, isn't it ?

>
> Yes, but the OP wants to fire up FF from IE and vice-versa. *That's*
> gonna be the (IMO unsolvable) problem.


It is possible to run Firefox (or any other application) from IE, using the
Windows Script Host.

It is also possible to a certain extent to run IE/MSHTML from/in Firefox,
using the MSHTML ActiveX/COM control. The IE Tab extension does that
already, and it can be configured so that it is automatically triggered with
certain URIs (a per-profile setting, though).


PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$8300dec7@news.demon.co.uk>
Reply With Quote
  #10  
Old 10-21-2008, 10:35 AM
DL
Guest
 
Default Re: Two windows: one for IE7 and the other for FF3

On Oct 21, 8:06*am, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
> Gregor Kofler wrote:
> > Jorge meinte:
> >> Another possibility is to have the pages talk to each other through
> >> the server, isn't it ?

>
> > Yes, but the OP wants to fire up FF from IE and vice-versa. *That's*
> > gonna be the (IMO unsolvable) problem.

>
> It is possible to run Firefox (or any other application) from IE, using the
> Windows Script Host.
>
> It is also possible to a certain extent to run IE/MSHTML from/in Firefox,
> using the MSHTML ActiveX/COM control. *The IE Tab extension does that
> already, and it can be configured so that it is automatically triggered with
> certain URIs (a per-profile setting, though).
>
> PointedEars
> --
> Prototype.js was written by people who don't know javascript for people
> who don't know javascript. People who don't know javascript are not
> the best source of advice on designing systems that use javascript.
> * -- Richard Cornford, cljs, <f806at$ail$1$8300d...@news.demon.co.uk>


Right on, and I wouldn't do it if I had another option. And not only
possible, I've made it work already, and yet I don't know how to call/
trigger action of the other brower, probably need to look further of
two types of underlining technologies...

Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 09:35 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.