Show random photos script
facedown_pogi@yahoo.com
is this helps you?
rate it!
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><html>
<body background="k.jpg" bgproperties="fixed">
<center>
<font face="Snap ITC" size="6" color=#FF66FF><marquee behavior="alternate">[b]pinoy2.com
</marquee><hr width=900>
Show random photos script
facedown_pogi@yahoo.com
<script>
var x=1;
var y=6;
function showit()
{
x++;
if (x==1)
{
pic.src="one.jpg"
}
if (x==2)
{
pic.src="two.jpg"
}
if (x==3)
{
pic.src="three.jpg"
}
if (x==4)
{
pic.src="four.jpg"
}
if (x==5)
{
pic.src="five.jpg";
}
if (x==6)
{
x=0;
}
}
function showit1()
{
x--;
if (x==1)
{
pic.src="one.jpg"
}
if (x==2)
{
pic.src="two.jpg"
}
if (x==3)
{
pic.src="three.jpg"
}
if (x==4)
{
pic.src="four.jpg"
}
if (x==5)
{
pic.src="five.jpg"
}
if (x==0)
{
x=6
}
}
</script>
<table border="1">
<tr>
<th>[img]one.jpg[/img]
<th>[img]two.jpg[/img]
<th>[img]three.jpg[/img]
<th>[img]four.jpg[/img]
<th>[img]five.jpg[/img]
</tr>
<tr>
<th><font face="Kristen ITC" size="3" color=#28D75C>Picture 1
<th><font face="Kristen ITC" size="3" color=#28D75C>Picture 2
<th><font face="Kristen ITC" size="3" color=#28D75C>Picture 3
<th><font face="Kristen ITC" size="3" color=#28D75C>Picture 4
<th><font face="Kristen ITC" size="3" color=#28D75C>Picture 5
</tr>
</table><hr width=900>
<table border="1">
<tr>
<td>[img]one.jpg[/img]
</tr>
</table>
<input type="button" value="next" onclick="showit();">
<input type="button" value="prev" onclick="showit1();">
</center>
</body>
</html>
</div>
facedown_pogi@yahoo.com
is this helps you?
rate it!
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><html>
<body background="k.jpg" bgproperties="fixed">
<center>
<font face="Snap ITC" size="6" color=#FF66FF><marquee behavior="alternate">[b]pinoy2.com
</marquee><hr width=900>
Show random photos script
facedown_pogi@yahoo.com
<script>
var x=1;
var y=6;
function showit()
{
x++;
if (x==1)
{
pic.src="one.jpg"
}
if (x==2)
{
pic.src="two.jpg"
}
if (x==3)
{
pic.src="three.jpg"
}
if (x==4)
{
pic.src="four.jpg"
}
if (x==5)
{
pic.src="five.jpg";
}
if (x==6)
{
x=0;
}
}
function showit1()
{
x--;
if (x==1)
{
pic.src="one.jpg"
}
if (x==2)
{
pic.src="two.jpg"
}
if (x==3)
{
pic.src="three.jpg"
}
if (x==4)
{
pic.src="four.jpg"
}
if (x==5)
{
pic.src="five.jpg"
}
if (x==0)
{
x=6
}
}
</script>
<table border="1">
<tr>
<th>[img]one.jpg[/img]
<th>[img]two.jpg[/img]
<th>[img]three.jpg[/img]
<th>[img]four.jpg[/img]
<th>[img]five.jpg[/img]
</tr>
<tr>
<th><font face="Kristen ITC" size="3" color=#28D75C>Picture 1
<th><font face="Kristen ITC" size="3" color=#28D75C>Picture 2
<th><font face="Kristen ITC" size="3" color=#28D75C>Picture 3
<th><font face="Kristen ITC" size="3" color=#28D75C>Picture 4
<th><font face="Kristen ITC" size="3" color=#28D75C>Picture 5
</tr>
</table><hr width=900>
<table border="1">
<tr>
<td>[img]one.jpg[/img]
</tr>
</table>
<input type="button" value="next" onclick="showit();">
<input type="button" value="prev" onclick="showit1();">
</center>
</body>
</html>
</div>
Comment