From: Bob Barrows [MVP] on
Dave Anderson wrote:
> "Bob Barrows [MVP]" wrote:
>>> All of which I can override in my browser.
>>
>> ... which is something most intranet application users certainly
>> do not know how to do (at least the ones in the place I'm working
>> - YMMV).
>
> To which I assert that the OP is not worried about that set of users
> anyway.
>
> Ironically enough, he could get the desired features almost for free
> with the ASP.NET AJAX Toolkit. It's ironic because ASP.NET questions
> in here yield mild admonishments to read before posting.
>
> http://ajax.asp.net/ajaxtoolkit/
>
>

I've been thinking for some time that perhaps it's time to expand the
scope of this group to include client-side scripting questions,
especially when overlap occurs which is certainly the case with xmlhttp
issues.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


From: Dave Anderson on
"Bob Barrows [MVP]" wrote:
> I've been thinking for some time that perhaps it's time to
> expand the scope of this group to include client-side scripting
> questions, especially when overlap occurs which is certainly
> the case with xmlhttp issues.

Not to mention the overall decline in the number of posts. I have long
agreed that most DHTML questions are "close enough" to warrant a response in
here, and AJAX blurs that line even more.

Contrast that with the way we routinely respond to SQL, ADO, and CDO
questions. It would get quite boring in here quite quickly without those,
and they are not really ASP topics.

I agree with Bob.


--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.

From: Anthony Jones on
"Dave Anderson" <NPQRWPDWZGSP(a)spammotel.com> wrote in message
news:eYjU0fftIHA.5580(a)TK2MSFTNGP04.phx.gbl...
> Anthony Jones wrote:
> > window.open(url, "_blank", "toolbar=no, menubar=no, location=no,
> > scrollbars=no")
>
> All of which I can override in my browser.
>
> To see this in action, open such a window in Firefox with the [Web
> Developer] extension installed. Right-click in the "featureless" window
and
> select [Web Developer] --> [Miscellaneous] --> [Show Window Chrome].
>
> I agree with Adrienne. Stop wanting that. Or implement your own "window"
> with some AJAX and a draggable DIV.
>


I OTH disagree. If a user wants to put windows features back on to a window
thats fine. I don't see why thats a problem. The problem with a draggable
div (on top of the added complexity of AJAX) is that its restricted to the
client area of the existing browser window. If you wanted to allow multiple
views of various items even further complexity is needed. Window.open is
simple and effective.

--
Anthony Jones - MVP ASP/ASP.NET


From: Anthony Jones on
"Bob Barrows [MVP]" <reb01501(a)NOyahoo.SPAMcom> wrote in message
news:%23vAEptftIHA.552(a)TK2MSFTNGP06.phx.gbl...
> Dave Anderson wrote:
> > Anthony Jones wrote:
> >> window.open(url, "_blank", "toolbar=no, menubar=no, location=no,
> >> scrollbars=no")
> >
> > All of which I can override in my browser.
>
> ... which is something most intranet application users certainly do not
> know how to do (at least the ones in the place I'm working - YMMV).
>
> That said, I agree with your recommendation to use a div relieving you
> of the hassles of dealing with users with popup blockers.
>


Bob, Which pop-up blockers block the use of window.open entirely even as a
result of user events such as a mouse click?

--
Anthony Jones - MVP ASP/ASP.NET


From: Anthony Jones on
"Bob Barrows [MVP]" <reb01501(a)NOyahoo.SPAMcom> wrote in message
news:e6oRWLgtIHA.4848(a)TK2MSFTNGP05.phx.gbl...
> Dave Anderson wrote:
> > "Bob Barrows [MVP]" wrote:
> >>> All of which I can override in my browser.
> >>
> >> ... which is something most intranet application users certainly
> >> do not know how to do (at least the ones in the place I'm working
> >> - YMMV).
> >
> > To which I assert that the OP is not worried about that set of users
> > anyway.
> >
> > Ironically enough, he could get the desired features almost for free
> > with the ASP.NET AJAX Toolkit. It's ironic because ASP.NET questions
> > in here yield mild admonishments to read before posting.
> >
> > http://ajax.asp.net/ajaxtoolkit/
> >
> >
>
> I've been thinking for some time that perhaps it's time to expand the
> scope of this group to include client-side scripting questions,
> especially when overlap occurs which is certainly the case with xmlhttp
> issues.
>


That's easy enough just answer the client-side questions (such as this one).
;)

--
Anthony Jones - MVP ASP/ASP.NET