Webmaster Forumu

Geri git   Webmaster Forumu > Webmaster Genel > Programlama > Javascript - Ajax ve Frameworkler

Javascript - Ajax ve Frameworkler Javascript Ajax ve Frameworkler jQuery, Yahoo YUI, Mootools, Prototype + Scriptaculous

Cevapla
 
LinkBack Seçenekler Stil
  #1 (permalink)   eTicaret 
Alt 2002-08-22, 08:41
Junior Member
 
Üyelik tarihi: Sep 2002
Mesajlar: 84
Tecrübe Puanı: 0
eTicaret: %0/0
Anonymous is an unknown quantity at this point
Standart

alın sşize tam ekran java scripts dilinde
<!-- TWO STEPS TO INSTALL FULL SCREEN EXPANDING WINDOW:

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



<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin

/*
In the url, it's generally best to use a *relative* address
to your content page with this script; otherwise, IE loses
its sense of "parentage" over the window, and may throw
errors on attempts to relaunch when the fullscreen window is
already open.
*/

// set the page to go to...
url = "yourpage.html";

// set how fast to expand horizontally
// lower is slower
var speedX = 7;

// set how fast to expand vertically
// lower is slower
var speedY = 5;

// set background color of "Loading..." screen
var bgColor = "#000000";

// set text color of "Loading..." screen
var txtColor = "#FF80000";

// do not edit below this line
// ---------------------------
if (document.all) {
var wide = window.screen.availWidth;
var high = window.screen.availHeight;
}
function andBoom() {
if (document.all) {
var Boomer = window.open("","BoomWindow","fullscreen");
Boomer.document.write('<BODY BGCOLOR='+bgColor+' SCROLL=NO><FONT FACE=ARIAL COLOR='+txtColor+'>Loading...</FONT></BODY>');
Boomer.focus();
for (H=1; H<high; H+= speedY) {
Boomer.resizeTo(1,H);
}
for (W=1; W<wide; W+= speedX) {
Boomer.resizeTo(W,H);
}
Boomer.location = url;
}
else {
window.open(url,"BoomWindow","");
}
}
// End -->
</script>

</HEAD>



<BODY>

Click Here To Launch Page

Be sure that the page you link to has a link to close the window: Close Window



Alıntı ile Cevapla

Cevapla

Seçenekler
Stil


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Alın size bir şerefsizlik daha RemiX Webmaster Genel Konular 33 2006-11-23 00:27
şerefsizlikmi alın turkticaret.net size symbiantech Webmaster Genel Konular 19 2005-09-25 23:06
Alın Size Bir Teklif kenan56 Ortaklık ve Sponsorlar 20 2005-03-12 22:15
Alın size güncel bir komiklik Anonymous İşletim sistemi 1 2002-08-10 03:37


Bütün Zaman Ayarları WEZ +2 olarak düzenlenmiştir. Şu Anki Saat: 22:54 .


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

Firefox