473,385 Members | 1,474 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Re: Is it possible not to have the navigator chrome on a Web page/site ?

Hi Steven,
"Steven Cheng [MSFT]" <st*****@online.microsoft.coma écrit dans le message
de news:ZJ**************@TK2MSFTNGHUB02.phx.gbl...
Hi Oriane,

It seems you want to open the web browser windows in a customized model.
As
far as I know, the window.open javascript function can help open a browser
window with some properties(such as title bar, control bar...) customized.
Thanks for the link. I've tried that but there is one withdrawal I can't
explain. I make use of Ajax server pop up extender, and they don't behave as
they should in the window opened with the "open" Javascript function, which
makes this solution not relevant...

Oriane

Jul 8 '08 #1
4 1687
Thanks for your reply Oriane,

The ajax popup box are not real dialog. They're simulate in the same page
via some dynamically created div /layer. For your scenario, I think the
existing web page programming interface is quite limited to implement all
the effects. Where would your web application run at, a internet
envrionment or in an intranet local domain? For intranet scenario, maybe a
rich client approach would be better since they can give you more control
over the client machine.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "Oriane" <or****@noemail.noemail>
References: <75**********************************@microsoft.co m>
<ZJ**************@TK2MSFTNGHUB02.phx.gbl>
>In-Reply-To: <ZJ**************@TK2MSFTNGHUB02.phx.gbl>
Subject: Re: Is it possible not to have the navigator chrome on a Web
page/site ?
>Date: Tue, 8 Jul 2008 09:41:43 +0200
>
Hi Steven,
"Steven Cheng [MSFT]" <st*****@online.microsoft.coma écrit dans le
message
>de news:ZJ**************@TK2MSFTNGHUB02.phx.gbl...
>Hi Oriane,

It seems you want to open the web browser windows in a customized model.
As
far as I know, the window.open javascript function can help open a
browser
>window with some properties(such as title bar, control bar...)
customized.
>Thanks for the link. I've tried that but there is one withdrawal I can't
explain. I make use of Ajax server pop up extender, and they don't behave
as
>they should in the window opened with the "open" Javascript function,
which
>makes this solution not relevant...

Oriane

Jul 9 '08 #2

"Steven Cheng [MSFT]" <st*****@online.microsoft.coma écrit dans le message
de news:oQ**************@TK2MSFTNGHUB02.phx.gbl...
Thanks for your reply Oriane,

The ajax popup box are not real dialog. They're simulate in the same page
via some dynamically created div /layer. For your scenario, I think the
existing web page programming interface is quite limited to implement all
the effects. Where would your web application run at, a internet
envrionment or in an intranet local domain?
Intranet.
For intranet scenario, maybe a
rich client approach would be better since they can give you more control
over the client machine.
Yes...but no. We don't want the user to install anything on the machine. It
has to be a light client :-(

Jul 9 '08 #3
Thanks for your followup Oriane,

That does be quite a difficult problem. Silverlight will be the minimal
rich client solution available. And if zero-deployment is hard rule, so far
I think using ajax to do the status polling would be the best solution.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "Oriane" <or****@noemail.noemail>
References: <75**********************************@microsoft.co m>
<ZJ**************@TK2MSFTNGHUB02.phx.gbl>
<6E**********************************@microsoft.co m>
<oQ**************@TK2MSFTNGHUB02.phx.gbl>
>In-Reply-To: <oQ**************@TK2MSFTNGHUB02.phx.gbl>
Subject: Re: Is it possible not to have the navigator chrome on a Web
page/site ?
>Date: Wed, 9 Jul 2008 09:38:44 +0200
>

"Steven Cheng [MSFT]" <st*****@online.microsoft.coma écrit dans le
message
>de news:oQ**************@TK2MSFTNGHUB02.phx.gbl...
>Thanks for your reply Oriane,

The ajax popup box are not real dialog. They're simulate in the same page
via some dynamically created div /layer. For your scenario, I think the
existing web page programming interface is quite limited to implement all
the effects. Where would your web application run at, a internet
envrionment or in an intranet local domain?
Intranet.
>For intranet scenario, maybe a
rich client approach would be better since they can give you more control
over the client machine.
Yes...but no. We don't want the user to install anything on the machine.
It
>has to be a light client :-(

Jul 9 '08 #4
On Wed, 9 Jul 2008 09:38:44 +0200, "Oriane" <or****@noemail.noemail>
wrote:
>
"Steven Cheng [MSFT]" <st*****@online.microsoft.coma écrit dans le message
de news:oQ**************@TK2MSFTNGHUB02.phx.gbl...
>Thanks for your reply Oriane,

The ajax popup box are not real dialog. They're simulate in the same page
via some dynamically created div /layer. For your scenario, I think the
existing web page programming interface is quite limited to implement all
the effects. Where would your web application run at, a internet
envrionment or in an intranet local domain?
Intranet.
>For intranet scenario, maybe a
rich client approach would be better since they can give you more control
over the client machine.
>Yes...but no. We don't want the user to install anything on the machine. It
has to be a light client :-(
The "yes ...but no" tells me you're hosed. The requirement for the
client application to have a specialized UI around its browser control
describes a custom client. This contradicts the requirement that no
custom client is to be installed. Now the task is to figure out how to
make a generic browser application (not the web app) behave as if it
were a Vista widget.

In a Vista world a similar task would be to run a Vista widget on a
Vista machine without installing the widget.

regards
A.G.

Jul 9 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: gimme_this_gimme_that | last post by:
This isn't a javascript question ... On the other hand, there are a lot of people on this newsgroup who seem to know a lot about building nice user interfaces. Anyway, I'd like to add chrome...
13
by: ima | last post by:
Where can I find a list of valid names for Navigator.AppName?
5
by: The Eclectic Electric | last post by:
I'm very noobish when it comes to Javascript, in fact I wasn't intending to use it at all, but I've got myself distracted by this "problem". I want to use an animated gif as my favicon. This...
40
by: navti | last post by:
I saw here http://java.sun.com/javase/6/docs/technotes/tools/share/jsdocs/index.html that javascript has built-in methods such as cp, dir, date etc how do i get these to run on the client...
0
by: Tarik Monem | last post by:
I have been working on an all AJAX/DOM web site which is set to go live today and I thought I'd share my discoveries with all of you whom have helped me when I have encountered different issues along...
0
by: Oriane | last post by:
Hi Patrice, "Patrice" <http://www.chez.com/scribe/a écrit dans le message de news:A2D25A55-E656-4EE7-9671-933000653FD1@microsoft.com... Mimic an Vista gadget on XP. As far as I know, Vista gadget...
21
by: Stevo | last post by:
Look at the userAgent string: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13 It's based on a Safari so it'll suck. Time...
10
by: ArizonaJohn | last post by:
Hello, My site prints out URLs in a table. In Chrome and IE8, the URLs look great. In Firefox 3.0.11, the URLs only display up until the second forward slash. So for example,...
1
by: npm | last post by:
Hi I've checked out this page (and it works fine) in FF, IE, Opera, Chrome and Safari: http://www.w3schools.com/dom/tryit.asp?filename=try_dom_list_loop But when I try and tweak it for a site...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.