[
Bloke.com
|| Linux
|| JavaScript
|| Java
|| Volleyball
|| Link Me
]
Free: [ Guestbook || MessageBot || Plugins || Counter || AusPrices || Advertise ] |
The function(s):
RandomImageLink(imageList,urlList)
RandomImageLong(imageList,iparams)
RandomImageLinkLongTarget(imageList,urlList, iparams,hparams)
<script language="javascript"> RandomImageLink("dog2-small.gif,condo-view-small.gif,spider3-small.gif,","dog2-small.gif,condo-view-small.gif,spider3-small.gif,"); </script> <br>
// If it's the dog, it goes to my home page, if it's the condo, goto the // javascript page. // it opens the page in a frame called 'main' using the image params // width=152 height=136 <script language="javascript"> RandomImageLinkLongTarget("dog2-small.gif,condo-view-small.gif,","http://www.bloke.com/,http://www.bloke.com/javascript/,","width=152 height=136", "Target='main'"); </script> <br>
Got JavaScript questions? Maybe my JavaScript Board has the answers?