I have a java script that finds a random number, than with that number prints out the picture in that array spot. Here is the code
<script language="JavaScript">
<!-- Hide from old browsers
function random_imglink()
{
var myImages=new Array()
var myComments=new Array()
//specify...
I have the code
document.write("<div id='picture3' style='position:absolute; left:560px; top:500px;width:147px; height:143px; z-index:2'><img src='"+myImages[ry]+" ALIGN=RIGHT></div>");
What I need it to do is display the image and to position it on the screen. It...
I have the code
document.write("<div id='picture3' style='position:absolute; left:560px; top:500px; width:147px; height:143px; z-index:2'><img src='"+myImages[ry]+"' ALIGN=RIGHT></div>");
What I need it to do is display the image and to position it on the screen. It...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.