June 2019

S M T W T F S
      1
2345678
9101112131415
16171819202122
23 242526272829
30      

Style Credit

Expand Cut Tags

No cut tags
Wednesday, July 28th, 2010 11:37 am
Я чего то непонимаю.....
Кто тут владеет джаваскриптом? Я думаю, что я прав, и американские бизнесмаены страшно наеб****ют нас.
форма в никуда, рефреш на самого себя... я уже полтора часа немогу попастэ на следущую страницу.
гляньте:

<html>
<head>
<title>VWR Ticketing</title>
<script Language="JavaScript">
var timerID = null;
var running = false;
var minutes = 0;
var seconds = 31;
var min_dis = " minutes"
var sec_dis = " seconds"
var clickmessage   = "We're sorry! Right click has been disabled until the timer expires.";
var refreshmessage = "Please be patient and wait for us to refresh your browser. Thank you!";
document.onmousedown = rtclickcheck;
function rtclickcheck(keyp){
if (minutes != 0 || seconds != 0) {
if (navigator.appName == "Netscape" && keyp.which == 3) {
alert(clickmessage);
return false;
}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
alert(clickmessage);
return false;
}
}
}
function stopTimer () {
if(running) clearTimeout(timerID);
running = false;
}
function stopRefresh () {
if (minutes != 0 || seconds != 0) {
alert(refreshmessage);
}
}
function countDown () {
if (seconds == 0 && minutes > 0) {
minutes = minutes - 1;
seconds = 60;
}
if (seconds > 0) seconds = seconds - 1;
if (minutes == 1) min_dis = " minute";
else min_dis = " minutes";
if (seconds == 1) sec_dis = " second";
else sec_dis = " seconds";
document.clock.bigdisplay.value = new String(minutes) + min_dis + " and " + seconds + sec_dis;
if (minutes == 0 && seconds == 0) {
running = false;
document.clock.bigdisplay.value = "Click To Try Again";
history.go(0);
}
else {
timerID = setTimeout("countDown()",1000);
running = true;
}
}
function tryAgain () {
  if (minutes == 0 && seconds == 0) {
    history.go(0);
  }
}

function startTimer () {
  stopTimer();
  countDown();
}
</script>
</head>
<body onload="startTimer()" onUnload="stopRefresh()">
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="30">&nbsp;</td><td><form 

name="clock" onSubmit="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> 
<br>


<font color="#313053" face="arial" size="2"><br>Welcome to the <B>Virtual Waiting Room!</B><br><br>
The event you have requested is experiencing very high demand. As a
        result, all requests for seats cannot be served simultaneously. Please be patient, and your browser will be refreshed in
        <input type="button" name="bigdisplay" value="                           " onClick="javascript:tryAgain(); return false">
        <br><br>When we refresh your browser, we will determine your status in the waiting room and if appropriate give you an
        opportunity to request seats.<br><br> During high demand periods such as now, the ticketing system must fulfill
        requests from multiple sales channels (e.g., boxoffice, call centers, outlets, IVR, Kiosks) as well as the Internet. This spike in 
        traffic means that all consumers must be patient and wait for their opportunity to purchase tickets.<br><br>Thank you!
.</font></center>

</form>
</td></tr></table>
</body>
</html>



ведь там нету value. куда страница должна дальше пойти??????
Wednesday, July 28th, 2010 04:54 pm (UTC)
вон у комрада наверху спроси
90.02 КБ
Wednesday, July 28th, 2010 04:55 pm (UTC)
бляяяя... в тему :)))))
не он ли автор этого шедевра? :)))
Wednesday, July 28th, 2010 04:56 pm (UTC)
он не индус, живет в Сибири. Наверное не он.
Wednesday, July 28th, 2010 05:01 pm (UTC)
жаль... было бы с кого спросить...