Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I have a simple auto-refresh script, every 61 seconds...

I slapped it on my Desktop as refresh.html, hit it with Safari, and will sit here till I pass out. or get bored. Whichever comes first.


Code:
<html>
<head>
<meta http-equiv="cache-control" content="no-cache">
<meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="REFRESH" CONTENT="61">
</head>
<body>

<script language="JavaScript">
var countDownInterval=60;
var c_reloadwidth=200
</script>
<ilayer id="c_reload" width=&{c_reloadwidth}; ><layer id="c_reload2" width=&{c_reloadwidth}; left=0 top=0></layer></ilayer>
<script>
var countDownTime=countDownInterval+1;
function countDown(){
countDownTime--;
if (countDownTime <=0){
countDownTime=countDownInterval;
clearTimeout(counter)
window.location.reload()
return
}
if (document.all)
document.all.countDownText.innerText = countDownTime+" ";
else if (document.getElementById) 
document.getElementById("countDownText").innerHTML=countDownTime+" "
else if (document.layers){ 
document.c_reload.document.c_reload2.document.write('Next <a href="javascript:window.location.reload()">refresh</a> in <b id="countDownText">'+countDownTime+' </b> seconds')
document.c_reload.document.c_reload2.document.close()
}
counter=setTimeout("countDown()", 1000);
}

function startit(){
if (document.all||document.getElementById)
document.write('Next <a href="javascript:window.location.reload()">refresh</a> in <b id="countDownText">'+countDownTime+' </b> seconds')
countDown()
}

if (document.all||document.getElementById)
startit()
else
window.onload=startit

</script>
<iframe src ="http://www.apple.com/iphone/" width="100%" height="1200">

</body>
</html>

Now program it to set off an alarm when the site changes and you'll be good to go.
 
do you have to have an apple id or itunes account to pre order the iphone?

can you use a mobile me account?

also, if you pre order online can you pick it up in store on the 24th?
 
do you have to have an apple id or itunes account to pre order the iphone?

can you use a mobile me account?

also, if you pre order online can you pick it up in store on the 24th?

You do not need an Apple ID or iTunes account to pre-order the iPhone 4.

You can use any valid e-mail account as your contact e-mail address.

You can pre-order online at Apple.com for in-store pickup on the 24th.
 
You do not need an Apple ID or iTunes account to pre-order the iPhone 4.

You can use any valid e-mail account as your contact e-mail address.

You can pre-order online at Apple.com for in-store pickup on the 24th.

you my friend are awesome. :D


but!!!! are you 110% sure? i called the apple store and she said i needed an itunes account to pre order the iphone in the store. cause that's where i was going to do it.

i hope she was wrong?..lol. cause i don't have one.
 
I work graveyard, I have no other choice.

I have Apple Site iPhone tab open, Apple Store for iPhone open, AT&T homepage, and AT&T Store page for iPhone

So anxioius!
 
you my friend are awesome. :D


but!!!! are you 110% sure? i called the apple store and she said i needed an itunes account to pre order the iphone in the store. cause that's where i was going to do it.

i hope she was wrong?..lol. cause i don't have one.

Come to think of it, I've always been logged in the Apple.com website so they might already have the associated iTunes account information.

You can download iTunes right now on any computer and sign up for an account just to make sure but you will have to provide your credit card information.
 
I have a simple auto-refresh script, every 61 seconds...

I slapped it on my Desktop as refresh.html, hit it with Safari, and will sit here till I pass out. or get bored. Whichever comes first.


Code:
<html>
<head>
<meta http-equiv="cache-control" content="no-cache">
<meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="REFRESH" CONTENT="61">
</head>
<body>

<script language="JavaScript">
var countDownInterval=60;
var c_reloadwidth=200
</script>
<ilayer id="c_reload" width=&{c_reloadwidth}; ><layer id="c_reload2" width=&{c_reloadwidth}; left=0 top=0></layer></ilayer>
<script>
var countDownTime=countDownInterval+1;
function countDown(){
countDownTime--;
if (countDownTime <=0){
countDownTime=countDownInterval;
clearTimeout(counter)
window.location.reload()
return
}
if (document.all)
document.all.countDownText.innerText = countDownTime+" ";
else if (document.getElementById) 
document.getElementById("countDownText").innerHTML=countDownTime+" "
else if (document.layers){ 
document.c_reload.document.c_reload2.document.write('Next <a href="javascript:window.location.reload()">refresh</a> in <b id="countDownText">'+countDownTime+' </b> seconds')
document.c_reload.document.c_reload2.document.close()
}
counter=setTimeout("countDown()", 1000);
}

function startit(){
if (document.all||document.getElementById)
document.write('Next <a href="javascript:window.location.reload()">refresh</a> in <b id="countDownText">'+countDownTime+' </b> seconds')
countDown()
}

if (document.all||document.getElementById)
startit()
else
window.onload=startit

</script>
<iframe src ="http://www.apple.com/iphone/" width="100%" height="1200">

</body>
</html>

people like you are the ones causing the server to run like *****
 
people like you are the ones causing the server to run like *****

Yes, I'm so sure. It's all on me. My bad. Apple, with entire server farms, multiple redundant OC-48s and OC-3s from multiple ISPs. They are no match for 20 lines of javascript. Mwa-ha-ha-ha....:rolleyes:

You do realize this is no different that hitting Refresh every minute, right?

Besides, who do you think they are -- AT&T?
 
I work graveyard, I have no other choice.

I have Apple Site iPhone tab open, Apple Store for iPhone open, AT&T homepage, and AT&T Store page for iPhone

So anxioius!

If I PM you my phone number, will you send me a text message when either AT&T or Apple is up for pre-orders? :D
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.