Java Newsgroup

S

Steve Easton

Aah.. Got me again
;-)

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
A

Adam

I really do not know for sure if this would best be done with javascript or
if it is even possible...

I want to have all the toolbars, status bars, scrollbars, menus, etc...
close upon the page being loaded. I do not want a new window to be opened
by clicking a link. I can already do that. I want the bars to close upon a
page loading.

What do you think?
 
M

Murray

So you want the browser window to open with NO 'chrome'? Not possible. And
if you are wanting to do this with the homepage for your site, I'll hunt you
down and hurt you. 8)

It would be done with javascript however. The hurting part would be done
with an axe handle....
 
A

Adam

I like your humor!

I am creating a web application for my company and I want to control the
window so that the user cannot resize and use the back button etc....

I am currently doing it by having the users click a link from within our
intranet and using window.open The problem is that when they bookmark the
program they then can resize ite, etc...

I just want to prevent that.
 
M

Murray

I only know one way to disable the back button, and that would be to
continually empty the browser's history. It's pretty simple to prevent the
browser viewport from being resized. Both would be done with javascript,
and free scriptlets for both are all over the web. Google for "javascript"
and "no resize" or "empty history" or variants, and I'm sure you'll find 'em
all....
 
A

Adam

thanks for your help. (and the laugh!)

Murray said:
I only know one way to disable the back button, and that would be to
continually empty the browser's history. It's pretty simple to prevent the
browser viewport from being resized. Both would be done with javascript,
and free scriptlets for both are all over the web. Google for "javascript"
and "no resize" or "empty history" or variants, and I'm sure you'll find 'em
all....
 
S

Steve Easton

Open the window in IE in Kiosk mode. At least it used to be an option.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
K

Kevin Spencer

Still is.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
J

Jens Peter Karlsen[FP MVP]

Only if run locally.
Using Javascript to do it is not an option after SP2.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Kevin Spencer [mailto:[email protected]]
Posted At: 15. februar 2005 14:11
Posted To: microsoft.public.frontpage.programming
Conversation: Java Newsgroup
Subject: Re: Java Newsgroup


Still is.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

Steve Easton said:
Open the window in IE in Kiosk mode. At least it used to be an option.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer
 
J

Jens Peter Karlsen[FP MVP]

Start Internet Explorer with a -k. That triggers kiosk mode.
That of course only affects your own browser.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Adam [mailto:[email protected]]
Posted At: 16. februar 2005 19:13
Posted To: microsoft.public.frontpage.programming
Conversation: Java Newsgroup
Subject: Re: Java Newsgroup


How would you do this?

Kevin Spencer said:
Still is.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.
bars to close
upon
 
M

Murray

I don't think so. The window properties are set client side, and
response.redirect is working server side, doncha know? However, you could
redirect to a page that has some client-side javascript that would do that.
 
K

Kevin Spencer

Internet Explorer will run in Kiosk mode if you start it with the -k
parameter.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top