(Rejestracja: 2006-06-12, Logowanie: Ponad pół roku temu)



Ocena Świstak.pl
5,0 / 5,0 z 2 opinii
Logistyka: 0,0 Od kupujących: 0
Towar: 0,0 Od sprzedających: 2
Jakość obsługi: 0,0 Zobacz szczegółowe dane



Użytkownik nie posiada kontaktów





Wybrana aukcja użytkownika
Użytkownik nie posiada trwających aukcji






Swistak - darmowe aukcje internetowe
//Progress Bar script- by Todd King ([email protected])//Modified by Kit for NS6, ability to specify duration//Visit Kit (http://kit.com) for scriptvar duration=3 // Specify duration of progress bar in secondsvar _progressWidth = 50; // Display width of progress barvar _progressBar = new String("");var _progressEnd = 10;var _progressAt = 0;// Create and display the progress dialog.// end: The number of steps to completionfunction ProgressCreate(end) { // Initialize state variables _progressEnd = end; _progressAt = 0; // Move layer to center of window to show if (document.all) { // Internet Explorer progress.className = 'show'; progress.style.left = (document.body.clientWidth/2) - (progress.offsetWidth/2); progress.style.top = document.body.scrollTop+(document.body.clientHeight/2) - (progress.offsetHeight/2); } else if (document.layers) { // Netscape document.progress.visibility = true; document.progress.left = (window.innerWidth/2) - 100; document.progress.top = pageYOffset+(window.innerHeight/2) - 40; } else if (document.getElementById) { // Netscape 6+ document.getElementById("progress").className = 'show'; document.getElementById("progress").style.left = (window.innerWidth/2)- 100; document.getElementById("progress").style.top = pageYOffset+(window.innerHeight/2) - 40; } ProgressUpdate; // Initialize bar}// Hide the progress layerfunction ProgressDestroy { // Move off screen to hide if (document.all) { // Internet Explorer progress.className = 'hide'; } else if (document.layers) { // Netscape document.progress.visibility = false; } else if (document.getElementById) { // Netscape 6+ document.getElementById("progress").className = 'hide'; }}// Increment the progress dialog one stepfunction ProgressStepIt { _progressAt++; if(_progressAt > _progressEnd) _progressAt = _progressAt % _progressEnd; ProgressUpdate;}// Update the progress dialog with the current statefunction ProgressUpdate { var n = (_progressWidth / _progressEnd) * _progressAt; if (document.all) { // Internet Explorer var bar = dialog.bar; } else if (document.layers) { // Netscape var bar = document.layers["progress"].document.forms["dialog"].bar; n = n * 0.55; // characters are larger } else if (document.getElementById){ var bar=document.dialog.bar } var temp = _progressBar.substring(0, n); bar.value = temp;}// Demonstrate a use of the progress dialog.function Demo { ProgressCreate(10); window.setTimeout("Click", 100);}function Click { if(_progressAt >= _progressEnd) { ProgressDestroy; return; } ProgressStepIt; window.setTimeout("Click", (duration-1)*1000/10);}function CallJS(jsStr) { //v2.0 return eval(jsStr)}// Create layer for progress dialogdocument.write(""); document.write(); document.write(""); document.write(""); document.write("
"); document.write("Progress
"); document.write(""); else // Netscape document.write(">"); document.write("
"); document.write();document.write("");ProgressDestroy; // HidesText link example

This free script provided by
Kit


Dane i numer konta




Bartosz Ruta
Drzęczewo2 9
63-820 Piaski
20 1140 2004 0000 3102 4131 0443

Paczki prosze wysyłać na imie i adres podane wyżej


Kontakt ze mną


Napisz do mnie maila
6005238 (Często niewidoczny)


allegro          ebay          świstak          aukcje24          google          mbank          inteligo          o2          wp          

Strona wygenerowana 2026-06-09 21:53:53, 120