You can't control those items. That is at the OS level. As for the
first -
window focus - a Windows customer can install Microsoft Windows PowerToys
(download from microsoft.com) and one of the PowerToy features is the
option
to have some control over when your windows get focus.
That said, you can however implement JavaScripting to deploy the much
hated
"pop-up's", which can be controled and made to be 'pop-under' or
'pop-over'.
Pop-up's should not be confused with browser window instances. If you
pursue
JavaScripting you'd need to reference sites that deal with that versus
this
forum.
David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
I forgot to mention that the code you've seen from me were not "written"
by
me.
They were generated by Publisher's wizard.
The code fragment were added by clicking "Insert", followed by "HTML
code
fragment".
I have some follow up questions to my original question for how to open
a
new window when clicking on a hyperlink.
(i) how to make the new window appear "in front" of the original window
so
it is visible when opened;
(ii) how to make the new window opened at the location of say, 1 inch
to
the
right and 0.5 inch below where the original window is located.
I am new to html and have just acquired a book on HTML with XHTML and
CSS.
If anyone could tell me what html keywords to read up that would be
very
helpful.
Thank you.
David
:
I did exactly what is described at
http://www.publishermvps.com/Default.aspx?tabid=30
I got an error message like so:
Cannot find
'file:///C
ocuments%20and%20Settings/myname/Local%20Settings/Temporary%20/Internet%20Files/Cont.MSO/PubWebPagePreview/pub2716.0/index_files/"
http://mylink".
Make sure the path or Internet address is correct.
What do I need to do to solve this?
David