Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
BrentRyanGreen #1
Quick Question. How page size
How do you make your page to go full screen whenever someone visits it. You know how you go to a website and then it takes your page full screen. how do you do that.
Thanks
BrentRyanGreen Guest
-
shortcut/quick key conflict= transforming objects/size-scale
I'm making the switch to InDesign from QXP. My trouble is learning the Shortcuts "Keys for transforming objects" (under the help menu). Under this... -
need help quick - doc size half ltr. needs to be ltr. size on pdf
Hi, I layout book interiors at half letter size, 5.5" W x 8.5" H in indesign. i have a job option from my printer setting default size to 8.5 x 11.... -
Physical Page Size question
We are having a problem with printing PDFs from the web on one of our PC's. It's very slow and the reason is the size of the files is huge compared... -
Page Size Question?
Hi, Thanks for any suggestions. Im a little confused about the page size settings in Dreamweaver MX. My thoughts were it would be best to make... -
QUICK SSA QUESTION
AIXers, I'm looking for a quicker way to determine the physical locations of ssa drives in a SSA drawer w/o having to use diag/ssa service aides... -
Michael Fesser #2
Re: Quick Question. How page size
..oO(BrentRyanGreen)
You resize _your_ browser to the size you prefer. Don't try to>How do you make your page to go full screen whenever someone visits it.
>You know how you go to a website and then it takes your page full
>screen. how do you do that.
manipulate the user's browser.
Micha
Michael Fesser Guest
-
BrentRyanGreen #3
Re: Quick Question. about page size
Check out these sites. That is what I am talking about.
[url]http://www.angelsandairwaves.com[/url]
[url]http://www.stephanesednaoui.com/[/url]
BrentRyanGreen Guest
-
Michael Fesser #4
Re: Quick Question. about page size
..oO(BrentRyanGreen)
There's no content on these sites.>Check out these sites. That is what I am talking about.
>
>[url]http://www.angelsandairwaves.com[/url]
>[url]http://www.stephanesednaoui.com/[/url]
But resizing a browser window requires JavaScript and a browser that
will allow it. In recent browsers you can prevent scripts from doing
this, because it's rude.
Micha
Michael Fesser Guest
-
BrentRyanGreen #5
Re: Quick Question. about page size
What do you mean no content on these sites?
Anyways, can someone tell me how to do it?
Thank you
BrentRyanGreen Guest
-
byardaj #6
Re: Quick Question. about page size
I went to the 2nd link, click on the really annoying flashing images and from
that page (the one that opens fullscreen) I did a view source and found this...
<SCRIPT LANGUAGE="JavaScript">
function maximizeWin() {
if (window.screen) {
var aw = screen.availWidth;
var ah = screen.availHeight;
window.moveTo(0, 0);
window.resizeTo(aw, ah);
}
}
function reScale() {
if (window.screen) {
var aw = screen.availWidth;
var ah = screen.availHeight;
window.resizeTo(aw, ah);
}
}
function vidpop(whichvid) {
window.open(whichvid,'','toolbar=no,location=no,di rectories=no,status=no,menuba
r=no,scrollbars=yes,resizable=yes,');
}
</SCRIPT>
</HEAD>
<BODY bgcolor="#FFFFFF" marginheight="0" marginwidth="0"
onLoad="maximizeWin();" onFocus="reScale();">
Is that what you meant?
btw I agree with Micha, if you are opening a new window (i.e. a popup window)
for your site then by all means size it as you want BUT if you are using the
users current browser window... leave it the size that they had it! To do
otherwise is plain rude.
The way that stephanesednao***** does it is acceptable (the flashy image /
intro window stays the same size but the newly launched site goes fullscreen).
You'll still have problems with popup blockers though.
regards
Andy
byardaj Guest



Reply With Quote

