window.open and focus

C

Cuprik

if anyone is still curious about this recently posted issue creating
error 'member not found'

function imageWindow(whichImage)
{
imageWindow = window.open(whichImage,
'myWindow','width=450,height=200')
imageWindow.focus()
}

I was experiencing the same problem and determined that the error was
experienced when loading a pdf file. in the above case the user appears
to be loading an image. The problem does not occur when simply loading
html files.
 
T

Thomas 'PointedEars' Lahn

Cuprik said:
if anyone is still curious about this recently posted issue creating
error 'member not found'
[...]

Your addition would have been useful if you continued the thread you are
referring to or at least posted the Message ID of the respective posting.
As it is, it is just another waste of bandwidth.


PointedEars
 
C

Cuprik

Wouldn't that have been nice. But unfortunately I had just joined the
newsgroup and no 'reply' function was available to me. Only 'start a
new topic'. No idea why.

How much coffee do you drink?
 
T

Thomas 'PointedEars' Lahn

Cuprik said:
Wouldn't that have been nice. But unfortunately I had just joined the
newsgroup and no 'reply' function was available to me. Only 'start a
new topic'. No idea why.

Because you missed it. I also have a Google Groups account (to delete
duplicate postings there), and when I "joined" comp.lang.javascript for
testing this, both "Reply" and "show options"/"reply" were there.

Just do not use Google Groups, use a newsreader. USENET is not a
Web forum/bulletin board. You cannot really "join" a newsgroup, you
subscribe to it instead.

<URL:http://en.wikipedia.org/wiki/Usenet>.
How much coffee do you drink?

None.


HTH & HAND

PointedEars
 
J

John W. Kennedy

Thomas said:
Because you missed it. I also have a Google Groups account (to delete
duplicate postings there), and when I "joined" comp.lang.javascript for
testing this, both "Reply" and "show options"/"reply" were there.

Just do not use Google Groups, use a newsreader. USENET is not a
Web forum/bulletin board. You cannot really "join" a newsgroup, you
subscribe to it instead.

Not to mention that "subscribe", though the accepted term, is
misleading, since the act of "subscription" occurs solely at the client.

--
John W. Kennedy
"But now is a new thing which is very old--
that the rich make themselves richer and not poorer,
which is the true Gospel, for the poor's sake."
-- Charles Williams. "Judgement at Chelmsford"
 

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

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top