Intranet - Disabling Run/Save to disk option
I am trying to create a Menu for my intranet site allowing users to install certain options from the server. The thing is most my users are not too bright, and the idea of having a Run/Save to disk option is just far too much for their busy minds.
The thing is the menu will be outwith IIS so I will no have the oppertunity to modify any permissions to allow this to happen automatically.
Is there any html/javascript/whatever that can disable this popup?
Thanks
~Vy~
Vy23 posted this at 14:56 — 13th April 2001.
They have: 9 posts
Joined: Apr 2001
Guys,
any chance of getting a response to this please if anyone knows?
Thanks
~Vy~
detox posted this at 13:56 — 16th April 2001.
They have: 571 posts
Joined: Feb 2001
Vy23,
It seems like when Mark and I go away, no-one replies to any questions!
Any way what options do you want installed. We are currently working on our intranet site and the menu is created based upon a users security clearance; pretty basic stuff with asp. Are you wanting to question your visitors as to what menu options and site specific content / applications they can have access to. If so you don;t need javascript. Simpky write the form answers to your database and have the pages query the datatbase for their preferences when building the nav and enabling/disabling applications. Reply to this if you haven;t got the answer or if I am on the wrong track!
Vy23 posted this at 14:04 — 16th April 2001.
They have: 9 posts
Joined: Apr 2001
Detox,
thanks for the reply! I thought i would never get one.
The problem is no where near as complicated as that. The problem I am having is that I have created a CD with an HTML menu on it. This was made because my users are muppets, and when they click on a url of which is pointing to an .exe file a windows pops up asking if they would like to save to disk or run from current location. Unfortunatley Intranet Permissions or databases don't even come into play here as the info is on CD.
Now as we all know, there is no point in downloading something you already have so can I not get a way of forcing url to open with a run option embedded?
If you see what I mean?
Thanks
~Vy~
detox posted this at 14:25 — 16th April 2001.
They have: 571 posts
Joined: Feb 2001
kick this back at me if I am wrong. Maybe I just drank to much at Easter!
If you have an HTML based browse/navigation and exe file pages. Couldn't you run an onload function on the page that opens up after they click on the link for the exe?
Mark Hensler posted this at 03:38 — 17th April 2001.
He has: 4,048 posts
Joined: Aug 2000
So they click on the Link and they get the radio button prompt asking to "Save to disk" or "Run from location".... And you want to know if there is a way for you to force it to RUN without the prompt.
Did I get that right?
My answer is: I don't know. I don't think so.
My question is: Is the HTML page just a simple index? or does it have multiple pages, etc.?
If all you need is an index, to select the app to install, you could make a VB app to display a single form with buttons that exec the "my.exe". That wouldn't very difficult to make. And I can post code for you to customize if you get stuck.
Good Luck,
Mark Hensler
If there is no answer on Google, then there is no question.
Vy23 posted this at 09:20 — 18th April 2001.
They have: 9 posts
Joined: Apr 2001
Yes Mark
That is exactly what I mean. The reason I wanted an html to do this though is beacuse it has to be compatible with all manner of machines. I don't know anyone now a days in the IT world (in the uk)that doesn't support html.
I know nothing at all about vbscript so I would end up sitting there really confused.
ah well thanks
~Vy~
Mark Hensler posted this at 18:07 — 18th April 2001.
He has: 4,048 posts
Joined: Aug 2000
You could print in VERY large and bold text across the top of the page:
CLICK RUN!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.