[Javascript] Control the window

Peter Brunone peter at brunone.com
Tue Aug 29 11:14:34 CDT 2006


		   Was it the same thing I suggested?  If so, I think "nasty" and "horrid" may be rather overstating things a bit; it always seemed quite well-behaved to me.  Besides, it's hardly limited to IE Windows...

   Then again, if you had some bizarre ActiveX crack in mind, fire away.

Peter

				From: Matt Barton javascript at mattbarton.org

I had exactly the same scenario - intranet app, where I didn't want the 
back button to be used.

You can't, to the best of my knowledge control an existing browser the 
way you can a new window - so I forced my app to open in a new window.

I can guarantee and rely on an IE5.5+/Win environment so I used a very 
nasty trick to close the original browser window after the new one (with 
the app) had opened.

I could dig that nasty nasty trick out for you if you want a look at one 
of the horrid things IE will let you do?

Matt

Peter Lauri wrote:
> This is for an intranet application. I do not want them to use the back
> button :)
> 
> -----Original Message-----
> From: javascript-bounces at LaTech.edu On Behalf Of David Dorward
> 
> On Tue, Aug 29, 2006 at 09:56:04PM +0700, Peter Lauri wrote:
> 
>>I want to modify the window that I am currently working in. I want not to
>>show location, menubar, titlebar and toolbar.
> 
> 
> Not possible (at least in the standard security environment). ... and
> very annoying if it was possible. Talk about being about to screw the
> back button up.
> 
> 

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20060829/0e292a76/attachment.htm>


More information about the Javascript mailing list