Thanks for all of the comments.
I did Google and tried the suggestions.
One got stopped by my AntiVirus
Others wouldnt work with multiMonitors !!
Then I remembered and RightClicked on the DeskTop -> Properties
Its simple and does what I wanted.
Bah !!! - sometimes I am so stupid ...
I have a "two monitor" set-up - I would like to use a VBS to change the resolution of monitor 2.
Advice on how to do it would be appreciated.
Pete (Northolt UK)
Hi
Tried "function function1(e)" as suggested
No change in the results
<html>
<body>
<script language="JavaScript">
function function1(e) {
var targ;
if (!e) var e = window.event;
if (e.target) targ = e.target;
else if (e.srcElement) targ = e.srcElement;
if (targ.nodeType == 3) //...
Hi feherke
Thank you for your reply.
I tried to include it in a short Test Page.
Works in IE8
BUT
not in Firefox or Flock
What stupid thing have I done wrong
<html>
<body>
<script language="JavaScript">
function function1()
{
var targ;
if (!e) var e = window.event;
if (e.target)...
Hi
Help please
window.event.srcElement.id
Works in IE8
but not in Firefox and Flock browsers
need to make the WebPage "Cross-Browser" friendly.
What statement shoul I use please
tia
BigMentor
Niether work for me in FF or IE8
The windows resolutely stay at "0,0"
Seems like it could be something to do with the options I have chosen for the Browsers.
Bit peculiar/co-incidental though that both FF and IE8 decline to play - I will try them on some other PCs
Thanks for your reply Phil
Hi
Please help
I am trying to use JavaScript moveTo.
I cannot persuade it to work
I have created two tiny simple WebPages that demonstrate the "notWorkingNess" !!
Please tell me what I am doing wrong
The pages are:
http://www.byershostingpeter.co.uk/test/testmove.htm
and...
Hi
I have a series of Javascript functions
Three hundred of them to be precise
function openSub1()
{
document.all.sub1B.style.display = 'block'
}
function openSub2()
{
document.all.sub2B.style.display = 'block'
}
Through to . . .
function...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.