HighDots Forums  

Full Screen

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Full Screen in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tinku31
 
Posts: n/a

Default Full Screen - 08-15-2004 , 04:56 PM






Hello Everyone
can anyone tell full screen code in dream weaver.
thanks

Reply With Quote
  #2  
Old   
CarlGrint
 
Posts: n/a

Default Re: Full Screen - 08-15-2004 , 05:31 PM






There are some Javascript to achieve this, I have not used them in ages, so not
certain how well they work, but do try them


javascript:void(window.open("url", "tlhsearcher", "fullscreen"))

or


<!-- ONE STEP TO INSTALL OPTIMIZED POPUP:

1. Copy the coding into the HEAD of your HTML document -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Ronnie T. Moore, Editor -->
<!-- Web Site: JavaScript Source -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
netscape = "netscape.html"; // set your browser pages
explorer = "explorer.html";
unknown = "unknown.html";

// Determine the popup window properties
// options include: top, left, toolbars, scrollbars,
// menubar, location, statusbar, and resizable

windowprops = "top=0,left=0,resizable=yes"
+ ",width=" + screen.width + ",height=" + screen.height;

ns = (navigator.appName == 'Netscape');
ie = (navigator.appName == 'Microsoft Internet Explorer');
url = (!ns & !ie) ? unknown : ( ns ? netscape : explorer);
window.open(url, "popupPage", windowprops);
// End -->
</script>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 1.06 KB -->

or


<!-- TWO STEPS TO INSTALL FULL SCREEN2:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
if (this.name!='fullscreen'){
window.open(location.href,'fullscreen','fullscreen ,scrollbars')
}
// End -->
</script>

</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<a href="javascript:window.close(self)">Click here to return to normal window
size</a>


<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 0.83 KB -->



Originally posted by: Tinku31
Hello Everyone
can anyone tell full screen code in dream weaver.
thanks




Reply With Quote
  #3  
Old   
Gary White
 
Posts: n/a

Default Re: Full Screen - 08-15-2004 , 05:37 PM



"Tinku31" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hello Everyone
can anyone tell full screen code in dream weaver.


Put this in the body of your page:

<p>Press F11 to view this page in full screen mode.</p>

Gary




Reply With Quote
  #4  
Old   
Tinku31
 
Posts: n/a

Default Re: Full Screen - 08-17-2004 , 06:27 PM



thanks carl
i try that. tell you specific,
i am talking about the resolution. i am working on 1024-768. some user use
800-600 so my question is what i see on my resolution, who useing 800-600 they
can also view like me. i mean resolution independed website.
is it posible in dream weaver.
thanks in advance


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.