Skip to main content

Just for fun, here's the code for a very simple, looping Ebay Item Viewer. What it does is refresh every 10 seconds so you can see what is happening on your item (be you selling or sniping)!
<html>
<head>
<title>Looping Ebay</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="10">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<iframe width="100%" height="100%" src="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=999999999"></iframe>

</body>
</html>

It's dead easy to use, paste it into notepad and make the changes that you want:-
999999999 is the item number
content="10" is the delay before it loops - 10 seconds is ideal for DSL but modem users might want to increase this.
Then save as loop.html somewehere on your PC.
Open your browser and then choose File | Open | Browse to loop.html and then run it.

Obviously I can take no responsibility if it crashes your PC, costs you money or causes you grief - use it at your own risk. Smile

[This message was edited by oli on February 09, 2003 at 10:39 AM.]
Last edited {1}
Original Post

Add Reply

Post
×
×
×
×
Link copied to your clipboard.
×