Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 24th, 2005, 12:53 AM
Steve
Guest
 
Posts: n/a
Default how to set browser window attributes in this HTML code?

Hi There,

Prob a simple answer to this (I hope) but I can't quite work it out yet...

I have this in a page:

<map name="Map">
<area shape="rect" coords="43,68,52,77" href="map.html" target="_blank"
alt="Link to map">
</map>

I want the page "map.html" to load into a new browser window, and set the
new browser window to be the size required to just fit the map, and turn off
the unwanted toolbars. (I just want a simple window to show the map in)

How can I do this please?

Thanks.


  #2  
Old July 24th, 2005, 12:53 AM
Steve
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

Ok, following up my own post....

I found a script that is almost perfect thus:

<SCRIPT language="javascript">
function createWindow(cUrl,cName,cFeatures) {
var xWin = window.open(cUrl,cName,cFeatures)
}
</SCRIPT>

and call it thus:

<map name="Map">
<area shape="rect" coords="43,68,52,77"
href="javascript:createWindow('map.html','window2' ,'width=678,height=435')"
alt="Link to map">
</map>

Now I have one more requirement...

How can I offset the new browser from the top left corner of the screen,
ideally centering on the screen?

thanks


  #3  
Old July 24th, 2005, 12:53 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Steve" <nomail@spambot.thanks.com> wrote in message
news:d1m27r$b7$1@sparta.btinternet.com...[color=blue]
> Ok, following up my own post....
>
> I found a script that is almost perfect thus:
>
> <SCRIPT language="javascript">
> function createWindow(cUrl,cName,cFeatures) {
> var xWin = window.open(cUrl,cName,cFeatures)
> }
> </SCRIPT>
>
> and call it thus:
>
> <map name="Map">
> <area shape="rect" coords="43,68,52,77"
>[/color]
href="javascript:createWindow('map.html','window2' ,'width=678,height=435')"[color=blue]
> alt="Link to map">
> </map>
>
> Now I have one more requirement...
>
> How can I offset the new browser from the top left corner of the screen,
> ideally centering on the screen?
>
> thanks[/color]

I'm curious to know if there's a way to do that myself. Currently I just
have the window open in the upper left hand corner with this: left=0,top=0
Have you asked this question in comp.lang.javascript?
Good Luck,
me


  #4  
Old July 24th, 2005, 12:53 AM
Stan Brown
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Steve" wrote in comp.infosystems.www.authoring.html:[color=blue]
> <area shape="rect" coords="43,68,52,77" href="map.html" target="_blank"
>alt="Link to map">[/color]

"Link to" is kind of silly alt text for a map. Why not "Map of
museum" or whatever.
[color=blue]
>I want the page "map.html" to load into a new browser window, and set the
>new browser window to be the size required to just fit the map, and turn off
>the unwanted toolbars. ... How can I do this please?[/color]

You can't. Don't waste your time trying to do it -- no one will
thank you and some will curse your name. Even opening a separate
window is a highly questionable action, though the code you show
should do it.

(*)You can set up Javascript to do it, but unless you're careful
the result will be thayt sensible people who have Javascript turned
off won't be able to view your content at all.

--

Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
  #5  
Old July 24th, 2005, 12:54 AM
Stan Brown
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Steve" wrote in comp.infosystems.www.authoring.html:[color=blue]
><SCRIPT language="javascript">
>function createWindow(cUrl,cName,cFeatures) {
>var xWin = window.open(cUrl,cName,cFeatures)
>}
></SCRIPT>[/color]

Doesn't work in my browser. No script does.

Why go out of your way to take somethjing that works for 100% of
people and change it to something that works for less than 100%?
It's not sensible.

(If you really insist on writing a script, please take it to a
script newsgroup. We're about HTML here and the above isn't HTML.)

--

Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
  #6  
Old July 24th, 2005, 12:54 AM
c.thornquist
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?


"Stan Brown" <the_stan_brown@fastmail.fm> wrote in message
news:3a8eehF6agbg9U4@individual.net...[color=blue]
> "Steve" wrote in comp.infosystems.www.authoring.html:[color=green]
>> <area shape="rect" coords="43,68,52,77" href="map.html" target="_blank"
>>alt="Link to map">[/color]
>
> "Link to" is kind of silly alt text for a map. Why not "Map of
> museum" or whatever.
>[color=green]
>>I want the page "map.html" to load into a new browser window, and set the
>>new browser window to be the size required to just fit the map, and turn
>>off
>>the unwanted toolbars. ... How can I do this please?[/color]
>
> You can't. Don't waste your time trying to do it -- no one will
> thank you and some will curse your name. Even opening a separate
> window is a highly questionable action, though the code you show
> should do it.
>[/color]

Why can't he do that? And, why shouldn't he do that? How large is your map?
[color=blue]
> (*)You can set up Javascript to do it, but unless you're careful
> the result will be thayt sensible people who have Javascript turned
> off won't be able to view your content at all.
>[/color]

What percentage of internet users have Javascript turned off?


Carla


  #7  
Old July 24th, 2005, 12:54 AM
Alan J. Flavell
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

On Tue, 22 Mar 2005, c.thornquist wrote:
[color=blue]
> What percentage of internet users have Javascript turned off?[/color]

Why do you think that's of interest? Properly-designed web pages are
still functional without whatever enhancements js might be used to
provide. You don't need statistics to tell you that.

More to the point, how are you going to measure how many of those who
*didn't* know how to turn js off, get annoyed by what web authors do
with it?

Not forgetting of course that some of your most important visitors
don't support js. And they'll calmly index the misguided responses,
such as:

http://www.google.com/search?q=%22yo...o+view+this%22

- and happily show that to your potential readers.
  #8  
Old July 24th, 2005, 12:54 AM
Stan Brown
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"c.thornquist" wrote in comp.infosystems.www.authoring.html:[color=blue]
>What percentage of internet users have Javascript turned off?[/color]

Suppose it's 1%. (The real number is probably larger, especially
since it's not even available in some browsers.)

What's 1% of 600 million? Do you really want to exclude that many
people from your site?

--

Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
  #9  
Old July 24th, 2005, 12:54 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Alan J. Flavell" <flavell@ph.gla.ac.uk> wrote in message
news:Pine.LNX.4.61.0503221426590.15624@ppepc56.ph. gla.ac.uk...[color=blue]
> On Tue, 22 Mar 2005, c.thornquist wrote:
>[color=green]
> > What percentage of internet users have Javascript turned off?[/color]
>
> Why do you think that's of interest?[/color]

Because the poster she answered claims that in his opinion "sensible people
will have JS turned off". Therfore she and I want to know how many people
(sensible or not) have JS turned off.
[color=blue]
> Properly-designed web pages are
> still functional without whatever enhancements js might be used to
> provide.[/color]

Still there is no reason to condemn the use of JS if the OP wishes too.
[color=blue]
> You don't need statistics to tell you that.[/color]

Maybe not but it might help to have some facts to refure illogical
assumptions based on bupkiss.
[color=blue]
> More to the point, how are you going to measure how many of those who
> *didn't* know how to turn js off, get annoyed by what web authors do
> with it?[/color]

This is paranoia based on bupkiss.
[color=blue]
> Not forgetting of course that some of your most important visitors
> don't support js.[/color]

Cite proof please.
[color=blue]
> And they'll calmly index the misguided responses,
> such as:
>
> http://www.google.com/search?q=%22yo...o+view+this%22
>
> - and happily show that to your potential readers.[/color]

You're assuming that the OP or Carla will post a superfluous warning. Many
of the most popular sites use JS. If JS were the bane to users that you
purport it to be then it would have disappeared long ago.
Signed,
me


  #10  
Old July 24th, 2005, 12:54 AM
Peter1968
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?


"c.thornquist" <c.thornquist@insightbb.com> wrote in message
news:f7V%d.1241$pa.365@attbi_s02...[color=blue]
>
>
> What percentage of internet users have Javascript turned off?
>[/color]

More than you think. Some of us use browsers where you can selectively
disable the more annoying aspects of Javascript, and their numbers are more
than you think as well.


  #11  
Old July 24th, 2005, 12:54 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Peter1968" <esmari@nonsensebigpond.net.au> wrote in message
news:iBX%d.7875$C7.7400@news-server.bigpond.net.au...[color=blue]
>
> "c.thornquist" <c.thornquist@insightbb.com> wrote in message
> news:f7V%d.1241$pa.365@attbi_s02...[color=green]
> >
> >
> > What percentage of internet users have Javascript turned off?
> >[/color]
>
> More than you think. Some of us use browsers where you can selectively
> disable the more annoying aspects of Javascript, and their numbers are[/color]
more[color=blue]
> than you think as well.[/color]

Please give a numerical equivalent for "some". Thank you.
Signed,
me


  #12  
Old July 24th, 2005, 12:54 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Stan Brown" <the_stan_brown@fastmail.fm> wrote in message
news:3aare6F66tjv5U4@individual.net...[color=blue]
> "c.thornquist" wrote in comp.infosystems.www.authoring.html:[color=green]
> >What percentage of internet users have Javascript turned off?[/color]
>
> Suppose it's 1%. (The real number is probably larger, especially
> since it's not even available in some browsers.)[/color]

But we do know that it's available in IE which happens to be the most widely
used browser.
[color=blue]
> What's 1% of 600 million? Do you really want to exclude that many
> people from your site?[/color]

They may not be excluded. If they are then they surely chose to not use JS
voluntarily and they may likely have a browser already installed that by
default uses JS which they could use if they wished too.
Signed,
me


  #13  
Old July 24th, 2005, 12:54 AM
kaeli
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

In article <1140ialkk89mv3f@corp.supernews.com>, anonymous@_.com enlightened
us with...[color=blue][color=green]
> >
> > More than you think. Some of us use browsers where you can selectively
> > disable the more annoying aspects of Javascript, and their numbers are[/color]
> more[color=green]
> > than you think as well.[/color]
>
> Please give a numerical equivalent for "some". Thank you.
> Signed,
> me[/color]


Approximately 5.7 percent (possibly as high as 8%) and growing daily.
http://www.cooltechzone.com/index.ph...k=view&id=1050

The more people learn about a browser that can disable all (or at least the
vast majority) of the irritating things they encounter on the www, the more
they want to try it...

If MSIE wants to stay competitive, a future release of MSIE will have options
to turn off script pieces, too. They block popups by default now. They're
just a little slow on the uptake. Eventually, they'll have these features,
too.

--
--
~kaeli~
Hey, if you got it flaunt it! If you don't, stare at
someone who does. Just don't lick the TV screen, it leaves
streaks.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

  #14  
Old July 24th, 2005, 12:54 AM
c.thornquist
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?


"me" <anonymous@_.com> wrote in message
news:1140ialkk89mv3f@corp.supernews.com...[color=blue]
> "Peter1968" <esmari@nonsensebigpond.net.au> wrote in message
> news:iBX%d.7875$C7.7400@news-server.bigpond.net.au...[color=green]
>>
>> "c.thornquist" <c.thornquist@insightbb.com> wrote in message
>> news:f7V%d.1241$pa.365@attbi_s02...[color=darkred]
>> >
>> >
>> > What percentage of internet users have Javascript turned off?
>> >[/color]
>>
>> More than you think. Some of us use browsers where you can selectively
>> disable the more annoying aspects of Javascript, and their numbers are[/color]
> more[color=green]
>> than you think as well.[/color]
>
> Please give a numerical equivalent for "some". Thank you.
> Signed,
> me
>
>[/color]

JavaScript StatsSat Jan 1 00:01:02 2005 - Mon Jan 31 23:58:00 2005 31.0
Days

Javascript 1.2+: 55112827 (89%)
Javascript <1.2: 172693 (0%)
Javascript false: 5967731 (9%)

From thecounter.com. It's for January 2005.

Another stat of interest to me is how many of the most popular sites on the
net use JavaScript. That's probably a better indicator of its
appropriateness (for the designer/builder considering using it) than is the
stat above.

Carla


  #15  
Old July 24th, 2005, 12:54 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"kaeli" <tiny_one@NOSPAM.comcast.net> wrote in message
news:MPG.1caa0906b6a29f1b98a3af@nntp.lucent.com...[color=blue]
> In article <1140ialkk89mv3f@corp.supernews.com>, anonymous@_.com[/color]
enlightened[color=blue]
> us with...[color=green][color=darkred]
> > >
> > > More than you think. Some of us use browsers where you can selectively
> > > disable the more annoying aspects of Javascript, and their numbers are[/color]
> > more[color=darkred]
> > > than you think as well.[/color]
> >
> > Please give a numerical equivalent for "some". Thank you.
> > Signed,
> > me[/color]
>
> Approximately 5.7 percent (possibly as high as 8%) and growing daily.
> http://www.cooltechzone.com/index.ph...k=view&id=1050[/color]

I disagree. IMO the author is likely (surely?) biased against IE. In any
event having the option to turn off JS is not a guarantee that users will do
so. In fact we do know for certain that if they voluntairly turn off JS then
they also know how to turn it on when they want/need to.
[color=blue]
> The more people learn about a browser that can disable all (or at least[/color]
the[color=blue]
> vast majority) of the irritating things they encounter on the www, the[/color]
more[color=blue]
> they want to try it...[/color]

Possibly but is the OP's use of JS annoying his visitors? Cite proof please.
[color=blue]
> If MSIE wants to stay competitive, a future release of MSIE will have[/color]
options[color=blue]
> to turn off script pieces, too.[/color]

Maybe but you're making an assumption based on your predicition of the
future behavior of MS. All MS really has to do to stay competitive is keep
selling Windows with IE.
[color=blue]
> They block popups by default now.[/color]

I see no problem with this.
[color=blue]
> They're
> just a little slow on the uptake. Eventually, they'll have these features,
> too.[/color]

Possibly, but you're making predictions again which may not be reliable
unless your name is Nostradamus.

Are you of the same ilk as some others here who are militantly opposed to
JS?
Signed,
me


  #16  
Old July 24th, 2005, 12:54 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"c.thornquist" <c.thornquist@insightbb.com> wrote in message
news:YkY%d.95740$Ze3.91510@attbi_s51...[color=blue]
>
> "me" <anonymous@_.com> wrote in message
> news:1140ialkk89mv3f@corp.supernews.com...[color=green]
> > "Peter1968" <esmari@nonsensebigpond.net.au> wrote in message
> > news:iBX%d.7875$C7.7400@news-server.bigpond.net.au...[color=darkred]
> >>
> >> "c.thornquist" <c.thornquist@insightbb.com> wrote in message
> >> news:f7V%d.1241$pa.365@attbi_s02...
> >> >
> >> >
> >> > What percentage of internet users have Javascript turned off?
> >> >
> >>
> >> More than you think. Some of us use browsers where you can selectively
> >> disable the more annoying aspects of Javascript, and their numbers are[/color]
> > more[color=darkred]
> >> than you think as well.[/color]
> >
> > Please give a numerical equivalent for "some". Thank you.
> > Signed,
> > me
> >
> >[/color]
>
> JavaScript StatsSat Jan 1 00:01:02 2005 - Mon Jan 31 23:58:00 2005 31.0
> Days
>
> Javascript 1.2+: 55112827 (89%)
> Javascript <1.2: 172693 (0%)
> Javascript false: 5967731 (9%)
>
> From thecounter.com. It's for January 2005.
>
> Another stat of interest to me is how many of the most popular sites on[/color]
the[color=blue]
> net use JavaScript. That's probably a better indicator of its
> appropriateness (for the designer/builder considering using it) than is[/color]
the[color=blue]
> stat above.
>
> Carla[/color]

Fascinating, I quit visiting that site when they started required a
subscription, I assume you subscribe?
Signed,
me


  #17  
Old July 24th, 2005, 12:54 AM
Peter1968
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?


"me" <anonymous@_.com> wrote in message
news:1140ialkk89mv3f@corp.supernews.com...
[color=blue]
> Please give a numerical equivalent for "some". Thank you.
> Signed,
> me[/color]

Some = more than one.

Signed,
me too.


  #18  
Old July 24th, 2005, 12:54 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Peter1968" <esmari@nonsensebigpond.net.au> wrote in message
news:TiZ%d.7884$C7.4440@news-server.bigpond.net.au...[color=blue]
>
> "me" <anonymous@_.com> wrote in message
> news:1140ialkk89mv3f@corp.supernews.com...
>[color=green]
> > Please give a numerical equivalent for "some". Thank you.
> > Signed,
> > me[/color]
>
> Some = more than one.
>
> Signed,
> me too.[/color]

Not exactly what I had in mind but fair enough.
Signed,
me


  #19  
Old July 24th, 2005, 12:54 AM
c.thornquist
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?


"me" <anonymous@_.com> wrote in message
news:1140mssj3m0jg54@corp.supernews.com...[color=blue]
> "c.thornquist" <c.thornquist@insightbb.com> wrote in message
> news:YkY%d.95740$Ze3.91510@attbi_s51...[color=green]
>>
>> "me" <anonymous@_.com> wrote in message
>> news:1140ialkk89mv3f@corp.supernews.com...[color=darkred]
>> > "Peter1968" <esmari@nonsensebigpond.net.au> wrote in message
>> > news:iBX%d.7875$C7.7400@news-server.bigpond.net.au...
>> >>
>> >> "c.thornquist" <c.thornquist@insightbb.com> wrote in message
>> >> news:f7V%d.1241$pa.365@attbi_s02...
>> >> >
>> >> >
>> >> > What percentage of internet users have Javascript turned off?
>> >> >
>> >>
>> >> More than you think. Some of us use browsers where you can selectively
>> >> disable the more annoying aspects of Javascript, and their numbers are
>> > more
>> >> than you think as well.
>> >
>> > Please give a numerical equivalent for "some". Thank you.
>> > Signed,
>> > me
>> >
>> >[/color]
>>
>> JavaScript StatsSat Jan 1 00:01:02 2005 - Mon Jan 31 23:58:00 2005 31.0
>> Days
>>
>> Javascript 1.2+: 55112827 (89%)
>> Javascript <1.2: 172693 (0%)
>> Javascript false: 5967731 (9%)
>>
>> From thecounter.com. It's for January 2005.
>>
>> Another stat of interest to me is how many of the most popular sites on[/color]
> the[color=green]
>> net use JavaScript. That's probably a better indicator of its
>> appropriateness (for the designer/builder considering using it) than is[/color]
> the[color=green]
>> stat above.
>>
>> Carla[/color]
>
> Fascinating, I quit visiting that site when they started required a
> subscription, I assume you subscribe?
> Signed,
> me
>
>[/color]

They do require a subscription, but not for their Global Stats link (see top
of their page, I think).

Carla


  #20  
Old July 24th, 2005, 12:54 AM
c.thornquist
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?


"Steve" <nomail@spambot.thanks.com> wrote in message
news:d1m27r$b7$1@sparta.btinternet.com...[color=blue]
> Ok, following up my own post....
>
> I found a script that is almost perfect thus:
>
> <SCRIPT language="javascript">
> function createWindow(cUrl,cName,cFeatures) {
> var xWin = window.open(cUrl,cName,cFeatures)
> }
> </SCRIPT>
>
> and call it thus:
>
> <map name="Map">
> <area shape="rect" coords="43,68,52,77"
> href="javascript:createWindow('map.html','window2' ,'width=678,height=435')"
> alt="Link to map">
> </map>
>
> Now I have one more requirement...
>
> How can I offset the new browser from the top left corner of the screen,
> ideally centering on the screen?
>
> thanks
>
>[/color]



I can't write javascript, so I use scripts I find on the net. This is what I
use many sites I build (here it's an image link to a pop-up). Perhaps it's
messy? I wouldn't know, but it seems to work in IE, FF & Opera:

<a href="javascript:void
window.open('DI_pop1.htm','picture','scrollbars=ye s,menubar=no,resizable=yes,height=410,width=450,to p=25,left=10').focus()"><img
src="/images/DI_pop1_thumb.jpg" width="75" height="75" alt="Dick Idol
Gallery" border="0" align="middle"></a>

You can see it here on a site I'm building:
http://www.dandefurniture.com/DE_Dick_Idol.html

Carla


  #21  
Old July 24th, 2005, 12:54 AM
kaeli
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

In article <1140lmi4lkeka8c@corp.supernews.com>, anonymous@_.com enlightened
us with...[color=blue][color=green]
> >
> > Approximately 5.7 percent (possibly as high as 8%) and growing daily.
> > http://www.cooltechzone.com/index.ph...k=view&id=1050[/color]
>
> I disagree.[/color]

They must ALL be biased. These people all sure hate MSIE to post skewed
statistics.
http://news.com.com/Firefox+cutting+...3-5463513.html
http://www.informationweek.com/story...leID=159902316[color=blue]
> http://www.pcpro.co.uk/news/70446/fi...n-germany.html[/color]
http://eyeonit.itmanagersjournal.com.../03/21/1922227[color=blue]
> http://www.computerworld.com/develop...100095,00.html[/color]
http://www.vnunet.com/news/1161584

If you'd like to disagree with all these sites, post proof, not tinfoil-hat
allegations about bias.
[color=blue]
> In any
> event having the option to turn off JS is not a guarantee that users will do
> so.[/color]

Not just the option to turn off JS, but to disable portions of it.
I can simply disable window resizing. Which I do. I also have it so that you
can't write to my status bar.
Which has nothing at all to do with the point I replied to -- that people are
moving away from MSIE.
[color=blue]
> In fact we do know for certain that if they voluntairly turn off JS then
> they also know how to turn it on when they want/need to.[/color]

Very true.
But very beside the point.
The point was only that the options are nice to have, which is one of the
reasons other browsers are getting a larger market share.
[color=blue]
>[color=green]
> > The more people learn about a browser that can disable all (or at least[/color]
> the[color=green]
> > vast majority) of the irritating things they encounter on the www, the[/color]
> more[color=green]
> > they want to try it...[/color]
>
> Possibly but is the OP's use of JS annoying his visitors? Cite proof please.[/color]

I didn't say it was, now did I?
Which again has nothing at all to do with what I replied to. You asked how
many people are not using MSIE. I gave you the most recent estimates and a
possible reason (one of many, including security problems, viruses, and other
things) for the changing numbers. That is all.
[color=blue]
>[color=green]
> > If MSIE wants to stay competitive, a future release of MSIE will have[/color]
> options[color=green]
> > to turn off script pieces, too.[/color]
>
> Maybe but you're making an assumption[/color]

No assumption was made. That was called an opinion.
[color=blue]
>[color=green]
> > They block popups by default now.[/color]
>
> I see no problem with this.[/color]

You probably don't code things that rely on popup windows, then.
Go over into the javascript (comp.lang.javascript) group and see the problems
blockers cause for apps that really needed them. I hate that people now need
blockers (myself included) because they break cool applications like date
pickers by default. And I can't just allow ONE popup. I have to enable them
for the whole site.
Blockers are getting better at distinguishing requested popups from
unrequested ones, though, thank goodness. As a user, that makes me happy.
Popups have a definite place in some contexts.
[color=blue]
>
> Are you of the same ilk as some others here who are militantly opposed to
> JS?[/color]

Did I say something that implied I was?
Go over to comp.lang.javascript some time.

--
--
~kaeli~
Have you forgotten about Jesus? Isn't it about time you did?
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

  #22  
Old July 24th, 2005, 12:54 AM
Adrienne
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

Gazing into my crystal ball I observed kaeli
<tiny_one@NOSPAM.comcast.net> writing in
news:MPG.1caa3002e79d226298a3b3@nntp.lucent.com:
[color=blue]
> I hate that people now need
> blockers (myself included) because they break cool applications like
> date pickers by default. And I can't just allow ONE popup. I have to
> enable them for the whole site.
>[/color]

That's one of the reasons I've been using Opera for so long. You can block
all pop-ups, or only unrequested pop-ups. If you click on a link that you
KNOW is going to pop-up or open in a new window, no problem, it opens.

You can disable Flash, animated gifs, sounds, etc., all on the fly. And
talk about skins! I love that browser.

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
  #23  
Old July 24th, 2005, 12:54 AM
Adrienne
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

Gazing into my crystal ball I observed "c.thornquist"
<c.thornquist@insightbb.com> writing in
news:iTZ%d.1584$pa.1494@attbi_s02:
[color=blue][color=green][color=darkred]
>>> Javascript 1.2+: 55112827 (89%)
>>> Javascript <1.2: 172693 (0%)
>>> Javascript false: 5967731 (9%)
>>>
>>> From thecounter.com. It's for January 2005.
>>>
>>> Another stat of interest to me is how many of the most popular sites
>>> on the net use JavaScript. That's probably a better indicator of its
>>> appropriateness (for the designer/builder considering using it) than
>>> is the stat above.
>>>
>>> Carla[/color]
>>
>> Fascinating, I quit visiting that site when they started required a
>> subscription, I assume you subscribe?
>> Signed,
>> me
>>
>>[/color]
>
> They do require a subscription, but not for their Global Stats link
> (see top of their page, I think).
>[/color]

Well, apparently, they now require a subscription for everything. They're
requiring a username and password on the start page. Very annoying, and
IMHO, stupid, because how can you sign up for a username and password if
you can't get to the site at all?

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
  #24  
Old July 24th, 2005, 12:54 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"kaeli" <tiny_one@NOSPAM.comcast.net> wrote in message
news:MPG.1caa3002e79d226298a3b3@nntp.lucent.com...[color=blue]
> In article <1140lmi4lkeka8c@corp.supernews.com>, anonymous@_.com[/color]
enlightened[color=blue]
> us with...[color=green][color=darkred]
> > >
> > > Approximately 5.7 percent (possibly as high as 8%) and growing daily.
> > > http://www.cooltechzone.com/index.ph...k=view&id=1050[/color]
> >
> > I disagree.[/color]
>
> They must ALL be biased. These people all sure hate MSIE to post skewed
> statistics.
> http://news.com.com/Firefox+cutting+...3-5463513.html
> http://www.informationweek.com/story...leID=159902316[color=green]
> >[/color][/color]
http://www.pcpro.co.uk/news/70446/fi...n-germany.html[color=blue]
> http://eyeonit.itmanagersjournal.com.../03/21/1922227[color=green]
> >[/color][/color]
http://www.computerworld.com/develop...100095,00.html[color=blue]
> http://www.vnunet.com/news/1161584
>
> If you'd like to disagree with all these sites, post proof, not[/color]
tinfoil-hat[color=blue]
> allegations about bias.[/color]

Why should I discuss anything with someone who can only express themselves
by ridiculing me? You apear unable to tolerate any difference of opinion. If
you have lost your objectivity and can no longer control your emotions them
please consider taking a break. Incidentially IE is still the most widely
used browser by anyone's stats not that has anything to do with the OP's
desire to use JS for an image map or how many people have JS enabled in
their browser.
[color=blue][color=green]
> > In any
> > event having the option to turn off JS is not a guarantee that users[/color][/color]
will do[color=blue][color=green]
> > so.[/color]
>
> Not just the option to turn off JS, but to disable portions of it.
> I can simply disable window resizing. Which I do. I also have it so that[/color]
you[color=blue]
> can't write to my status bar.[/color]

How delightful for you. But as a site owner I will still control those
things in IE on Win. In any event what does that have to do with your
apparent militant bias against JS?
[color=blue]
> Which has nothing at all to do with the point I replied to[/color]

Then you had no reason to make that statement.
[color=blue]
> -- that people are
> moving away from MSIE.[/color]

Then you must be thrilled. I think the numbers only show some people
shifting from one IE competitor to another.
[color=blue][color=green]
> > In fact we do know for certain that if they voluntairly turn off JS then
> > they also know how to turn it on when they want/need to.[/color]
>
> Very true.
> But very beside the point.
> The point was only that the options are nice to have, which is one of the
> reasons other browsers are getting a larger market share.[/color]

I have a different idea, see above (or see below for that matter).
[color=blue][color=green][color=darkred]
> > > The more people learn about a browser that can disable all (or at[/color][/color][/color]
least[color=blue][color=green]
> > the[color=darkred]
> > > vast majority) of the irritating things they encounter on the www, the[/color]
> > more[color=darkred]
> > > they want to try it...[/color]
> >
> > Possibly but is the OP's use of JS annoying his visitors? Cite proof[/color][/color]
please.[color=blue]
>
> I didn't say it was, now did I?
> Which again has nothing at all to do with what I replied to. You asked how
> many people are not using MSIE.[/color]

No I did not, please get your facts straight. I and c.thornquist asked how
many users have JS turned off. She cited stats at thecounter.com that show
98% of all users have JS enabled. I suppose you are somwhere in the 2% part.
[color=blue]
> I gave you the most recent estimates and a
> possible reason (one of many, including security problems, viruses, and[/color]
other[color=blue]
> things) for the changing numbers. That is all.[/color]

If another browser becomes dominant Ii see no reason why it won't be the
prime target of viruses, security problems etc etc etc.
[color=blue][color=green][color=darkred]
> > > If MSIE wants to stay competitive, a future release of MSIE will have[/color]
> > options[color=darkred]
> > > to turn off script pieces, too.[/color]
> >
> > Maybe but you're making an assumption[/color]
>
> No assumption was made. That was called an opinion.[/color]

I'll ammend that to prediction.
[color=blue][color=green][color=darkred]
> > > They block popups by default now.[/color]
> >
> > I see no problem with this.[/color]
>
> You probably don't code things that rely on popup windows, then.[/color]

No but I do have links that use JS to open a new chromeless window when the
user clicks on them.
[color=blue]
> Go over into the javascript (comp.lang.javascript) group and see the[/color]
problems[color=blue]
> blockers cause for apps that really needed them. I hate that people now[/color]
need[color=blue]
> blockers (myself included) because they break cool applications like date
> pickers by default. And I can't just allow ONE popup. I have to enable[/color]
them[color=blue]
> for the whole site.[/color]

I don't need/use a popup blocker (gasps). I don't feel I see enough popups
to need one (more gasps). Are you sure your system isn't infected with
something? If so may I suggest Spybot or AdAware.
[color=blue]
> Blockers are getting better at distinguishing requested popups from
> unrequested ones, though, thank goodness. As a user, that makes me happy.
> Popups have a definite place in some contexts.[/color]

Personally I don't like automatic popups, they're usually just annoying ads.
But it is evident from your statement that you know how and when to disable
or re-enable JS, based on that I see no reason why you should condemn IE or
JS.
[color=blue][color=green]
> > Are you of the same ilk as some others here who are militantly opposed[/color][/color]
to[color=blue][color=green]
> > JS?[/color]
>
> Did I say something that implied I was?[/color]

I'm not sure what you're on about.
[color=blue]
> Go over to comp.lang.javascript some time.[/color]

I've heard enough from you right here thank you very much.
Signed,
me


  #25  
Old July 24th, 2005, 12:54 AM
c.thornquist
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?


"Adrienne" <arbpen2003@sbcglobal.net> wrote in message
news:Xns96217A6582CEDarbpenyahoocom@207.115.63.158 ...[color=blue]
> Gazing into my crystal ball I observed "c.thornquist"
> <c.thornquist@insightbb.com> writing in
> news:iTZ%d.1584$pa.1494@attbi_s02:
>[color=green][color=darkred]
>>>> Javascript 1.2+: 55112827 (89%)
>>>> Javascript <1.2: 172693 (0%)
>>>> Javascript false: 5967731 (9%)
>>>>
>>>> From thecounter.com. It's for January 2005.
>>>>
>>>> Another stat of interest to me is how many of the most popular sites
>>>> on the net use JavaScript. That's probably a better indicator of its
>>>> appropriateness (for the designer/builder considering using it) than
>>>> is the stat above.
>>>>
>>>> Carla
>>>
>>> Fascinating, I quit visiting that site when they started required a
>>> subscription, I assume you subscribe?
>>> Signed,
>>> me
>>>
>>>[/color]
>>
>> They do require a subscription, but not for their Global Stats link
>> (see top of their page, I think).
>>[/color]
>
> Well, apparently, they now require a subscription for everything. They're
> requiring a username and password on the start page. Very annoying, and
> IMHO, stupid, because how can you sign up for a username and password if
> you can't get to the site at all?
>
> --
> Adrienne Boswell
> http://www.cavalcade-of-coding.info
> Please respond to the group so others can share[/color]


Adrienne,

Try again by clicking on the Global Stats link. It apears you will get
nowhere on that first page, but some links are open.

Carla


  #26  
Old July 24th, 2005, 12:54 AM
Joel Shepherd
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

In article <114118o713lnl7c@corp.supernews.com>, "me" <anonymous@_.com>
wrote:
[color=blue]
> "kaeli" <tiny_one@NOSPAM.comcast.net> wrote[color=green]
> > Not just the option to turn off JS, but to disable portions of it.
> > I can simply disable window resizing. Which I do. I also have it so that
> > you can't write to my status bar.[/color]
>
> How delightful for you. But as a site owner I will still control those
> things in IE on Win.[/color]

No. You won't. You don't. You haven't been able to for years.

--
Joel.
  #27  
Old July 24th, 2005, 12:54 AM
Steve
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"me" <anonymous@_.com> wrote in message
news:1140pdbjad8kfb5@corp.supernews.com...[color=blue]
> "Peter1968" <esmari@nonsensebigpond.net.au> wrote in message
> news:TiZ%d.7884$C7.4440@news-server.bigpond.net.au...[color=green]
> >
> > "me" <anonymous@_.com> wrote in message
> > news:1140ialkk89mv3f@corp.supernews.com...
> >[color=darkred]
> > > Please give a numerical equivalent for "some". Thank you.
> > > Signed,
> > > me[/color]
> >
> > Some = more than one.
> >
> > Signed,
> > me too.[/color]
>
> Not exactly what I had in mind but fair enough.
> Signed,
> me[/color]

Actually I would have said the above definition was a gramatical equivilent
for 'some'.

hey ho...



  #28  
Old July 24th, 2005, 12:54 AM
Steve
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"c.thornquist" <c.thornquist@insightbb.com> wrote in message
news:1t_%d.10246$fn3.9628@attbi_s01...[color=blue]
> I can't write javascript, so I use scripts I find on the net. This is what[/color]
I[color=blue]
> use many sites I build (here it's an image link to a pop-up). Perhaps it's
> messy? I wouldn't know, but it seems to work in IE, FF & Opera:
>
> <a href="javascript:void
>[/color]
window.open('DI_pop1.htm','picture','scrollbars=ye s,menubar=no,resizable=yes
,height=410,width=450,top=25,left=10').focus()"><i mg[color=blue]
> src="/images/DI_pop1_thumb.jpg" width="75" height="75" alt="Dick Idol
> Gallery" border="0" align="middle"></a>
>
> You can see it here on a site I'm building:
> http://www.dandefurniture.com/DE_Dick_Idol.html
>
> Carla[/color]

Thanks Carla, I'll play with that one.

Just as an aside, for the many respondants, in my OP I was actually asking
for a HTML answer. I carried on searching, which I had done before posting,
and kinda realised it was unlikely there was an HTML method, hence found
suitable small JS option.
The site I'm building has no JS till now, I try to keep it to a minimum, but
am OK with having JS on a site.
I too abhor those annoying auto pop-ups, though am happier with the
click-to-launch ones.

I take in all whats said, with thanks. All opinions count, even if a trifle
'focused'...

Steve


  #29  
Old July 24th, 2005, 12:55 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Steve" <nomail@spambot.thanks.com> wrote in message
news:d1r8pi$1lp$1@hercules.btinternet.com...[color=blue]
> "c.thornquist" <c.thornquist@insightbb.com> wrote in message
> news:1t_%d.10246$fn3.9628@attbi_s01...[color=green]
> > I can't write javascript, so I use scripts I find on the net. This is[/color][/color]
what[color=blue]
> I[color=green]
> > use many sites I build (here it's an image link to a pop-up). Perhaps[/color][/color]
it's[color=blue][color=green]
> > messy? I wouldn't know, but it seems to work in IE, FF & Opera:
> >
> > <a href="javascript:void
> >[/color]
>[/color]
window.open('DI_pop1.htm','picture','scrollbars=ye s,menubar=no,resizable=yes[color=blue]
> ,height=410,width=450,top=25,left=10').focus()"><i mg[color=green]
> > src="/images/DI_pop1_thumb.jpg" width="75" height="75" alt="Dick Idol
> > Gallery" border="0" align="middle"></a>
> >
> > You can see it here on a site I'm building:
> > http://www.dandefurniture.com/DE_Dick_Idol.html
> >
> > Carla[/color]
>
> Thanks Carla, I'll play with that one.
>
> Just as an aside, for the many respondants, in my OP I was actually asking
> for a HTML answer. I carried on searching, which I had done before[/color]
posting,[color=blue]
> and kinda realised it was unlikely there was an HTML method, hence found
> suitable small JS option.
> The site I'm building has no JS till now, I try to keep it to a minimum,[/color]
but[color=blue]
> am OK with having JS on a site.
> I too abhor those annoying auto pop-ups, though am happier with the
> click-to-launch ones.
>
> I take in all whats said, with thanks. All opinions count, even if a[/color]
trifle[color=blue]
> 'focused'...
>
> Steve[/color]

"Focused", that's quite amusing, IMO it's a bit too gentle of a
characterization. ;-)
Signed,
me


  #30  
Old July 24th, 2005, 12:55 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Joel Shepherd" <joelshep@ix.netcom.com> wrote in message
news:joelshep-F292F3.22023022032005@news1.west.earthlink.net...[color=blue]
> In article <114118o713lnl7c@corp.supernews.com>, "me" <anonymous@_.com>
> wrote:
>[color=green]
> > "kaeli" <tiny_one@NOSPAM.comcast.net> wrote[color=darkred]
> > > Not just the option to turn off JS, but to disable portions of it.
> > > I can simply disable window resizing. Which I do. I also have it so[/color][/color][/color]
that[color=blue][color=green][color=darkred]
> > > you can't write to my status bar.[/color]
> >
> > How delightful for you. But as a site owner I will still control those
> > things in IE on Win.[/color]
>
> No. You won't. You don't. You haven't been able to for years.[/color]

How so? Works for me, my clients and their customers.
Signed,
me


  #31  
Old July 24th, 2005, 12:55 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Steve" <nomail@spambot.thanks.com> wrote in message
news:d1r86d$pvv$1@titan.btinternet.com...[color=blue]
> "me" <anonymous@_.com> wrote in message
> news:1140pdbjad8kfb5@corp.supernews.com...[color=green]
> > "Peter1968" <esmari@nonsensebigpond.net.au> wrote in message
> > news:TiZ%d.7884$C7.4440@news-server.bigpond.net.au...[color=darkred]
> > >
> > > "me" <anonymous@_.com> wrote in message
> > > news:1140ialkk89mv3f@corp.supernews.com...
> > >
> > > > Please give a numerical equivalent for "some". Thank you.
> > > > Signed,
> > > > me
> > >
> > > Some = more than one.
> > >
> > > Signed,
> > > me too.[/color]
> >
> > Not exactly what I had in mind but fair enough.
> > Signed,
> > me[/color]
>
> Actually I would have said the above definition was a gramatical[/color]
equivilent[color=blue]
> for 'some'.
>
> hey ho...[/color]

:-)
Signed,
me


  #32  
Old July 24th, 2005, 12:55 AM
Joel Shepherd
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

In article <1142piuhmd7rs7c@corp.supernews.com>, "me" <anonymous@_.com>
wrote:
[color=blue]
> "Joel Shepherd" <joelshep@ix.netcom.com> wrote:[color=green]
> >
> > In article <114118o713lnl7c@corp.supernews.com>, "me" <anonymous@_.com>
> > wrote:[color=darkred]
> > >
> > > But as a site owner I will still control those things in IE on Win.[/color]
> >
> > No. You won't. You don't. You haven't been able to for years.[/color]
>
> How so? Works for me, my clients and their customers.[/color]

You can't *control* what JS effects the client sees, even with IE. JS
can be disabled in IE via the Tools->Options menu, and that has been the
case for years. You can certainly send JS to do all sorts of things in
IE and other browsers, but as a site owner you ultimately cannot
*control* whether a given user sees the results or not. That choice is
firmly in the visitor's hands.

--
Joel.
  #33  
Old July 24th, 2005, 12:55 AM
me
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

"Joel Shepherd" <joelshep@ix.netcom.com> wrote in message
news:joelshep-8ABA3F.07044423032005@news1.west.earthlink.net...[color=blue]
> In article <1142piuhmd7rs7c@corp.supernews.com>, "me" <anonymous@_.com>
> wrote:
>[color=green]
> > "Joel Shepherd" <joelshep@ix.netcom.com> wrote:[color=darkred]
> > >
> > > In article <114118o713lnl7c@corp.supernews.com>, "me"[/color][/color][/color]
<anonymous@_.com>[color=blue][color=green][color=darkred]
> > > wrote:
> > > >
> > > > But as a site owner I will still control those things in IE on Win.
> > >
> > > No. You won't. You don't. You haven't been able to for years.[/color]
> >
> > How so? Works for me, my clients and their customers.[/color]
>
> You can't *control* what JS effects the client sees, even with IE. JS
> can be disabled in IE via the Tools->Options menu, and that has been the
> case for years. You can certainly send JS to do all sorts of things in
> IE and other browsers, but as a site owner you ultimately cannot
> *control* whether a given user sees the results or not. That choice is
> firmly in the visitor's hands.[/color]

TheCounter.com reports that 90% of all users have JS enabled. You and that
10% are of no concern.
Signed,
me


  #34  
Old July 24th, 2005, 12:55 AM
jake
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

In message <f7V%d.1241$pa.365@attbi_s02>, c.thornquist
<c.thornquist@insightbb.com> writes
[snip]
[color=blue]
>[color=green]
>> (*)You can set up Javascript to do it, but unless you're careful
>> the result will be thayt sensible people who have Javascript turned
>> off won't be able to view your content at all.
>>[/color]
>
>What percentage of internet users have Javascript turned off?
>
>
>Carla
>
>[/color]
Probably less than 1%.


regards.

--
Jake

  #35  
Old July 24th, 2005, 12:55 AM
Beauregard T. Shagnasty
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

jake wrote:
[color=blue]
> In message <f7V%d.1241$pa.365@attbi_s02>, c.thornquist
> <c.thornquist@insightbb.com> writes
> [snip][color=green]
>> What percentage of internet users have Javascript turned off?
>>[/color]
> Probably less than 1%.[/color]

Depends on where you look. <g>

http://www.thecounter.com/stats/2005/January/javas.php

JavaScript Stats
Sat Jan 1 00:01:02 2005 - Mon Jan 31 23:58:00 2005 31.0 Days

Javascript 1.2+: 55112827 (89%)
Javascript <1.2: 172693 (0%)
Javascript false: 5967731 (9%)

--
-bts
-This space intentionally left blank.
  #36  
Old July 24th, 2005, 12:55 AM
Alan J. Flavell
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

On Wed, 23 Mar 2005, Joel Shepherd wrote:
[color=blue]
> You can't *control* what JS effects the client sees, even with IE.
> JS can be disabled in IE via the Tools->Options menu, and that has
> been the case for years.[/color]

And indeed IE supports different levels of security for different
sites. So it might allow js from a few trusted sites and reject it
from any others. Our department deploys a policy which sets those
security levels without individual user action being needed.

Not forgetting that some security-sensitive corporate sites are
reported to filter-out js from documents passing-in through their
firewall. Then it doesn't matter which wowser their end-users are
running.
[color=blue]
> You can certainly send JS to do all sorts of things in
> IE and other browsers, but as a site owner you ultimately cannot
> *control* whether a given user sees the results or not.[/color]

I'm afraid we haven't heard the last of that standard litany "it works
for all *our* users". After all, if it doesn't work, they aren't
their users, are they? So the argument is self-fulfilling.
[color=blue]
> That choice is firmly in the visitor's hands.[/color]

That's only the way it looks to us. :-}

Then again, considering what *some* js scripts are used for, the worst
that can happen from the user's point of view is that it *does* work.

  #37  
Old July 24th, 2005, 12:55 AM
jake
Guest
 
Posts: n/a
Default Re: how to set browser window attributes in this HTML code?

adkt6F69a1eiU1@individual.net>, Beauregard T. Shagnasty
<a.nony.mous@example.invalid> writes[color=blue]
>jake wrote:
>[color=green]
>> In message <f7V%d.1241$pa.365@attbi_s02>, c.thornquist
>><c.thornquist@insightbb.com> writes
>> [snip][color=darkred]
>>> What percentage of internet users have Javascript turned off?
>>>[/color]
>> Probably less than 1%.[/color]
>
>Depends on where you look. <g>
>
>http://www.thecounter.com/stats/2005/January/javas.php
>
>JavaScript Stats
>Sat Jan 1 00:01:02 2005 - Mon Jan 31 23:58:00 2005 31.0 Days
>
>Javascript 1.2+: 55112827 (89%)
>Javascript <1.2: 172693 (0%)
>Javascript false: 5967731 (9%)
>[/color]
http://www.gododdin.demon.co.uk/ng/STATS.GIF

(last 100 visitors, I think)

On occasions it goes higher ... but usually it's in the range 0%-1%.


regards.

--
Jake

  #38  
Old July 24th, 2005, 12:55 AM
Stan Brown
Guest
 
Posts: n/a
</