P
Peddler
I am attempting to design a photo album for my own family's use. Thumbnails
are displayed on the first screen, then when thumbnail is clicked it will
open a individual html file. The problem is I can not get this second html
program to open a full screen using the following:
<body onload="moveTo(0,0); resizeTo(screen.availWidth,screen.availWidth)">
Can someone tell me what I am doing wrong?
Thanks.
The Peddler
are displayed on the first screen, then when thumbnail is clicked it will
open a individual html file. The problem is I can not get this second html
program to open a full screen using the following:
<body onload="moveTo(0,0); resizeTo(screen.availWidth,screen.availWidth)">
Can someone tell me what I am doing wrong?
Thanks.
The Peddler