|
-
Nov 19th, 1999, 02:00 AM
#1
Thread Starter
Addicted Member
Hey Tom!!
You said you would help me make the random image http page with something called a "rollover" .. You still up to it?
Compwiz
posted 11-16-1999 09:41 PM
------------------------------------------------------
Use JavaScript. This can use random images and place them on the page, (for instance: rollovers), and this is more supported than DHTML.
<script language="JavaScript1.1">
<!--
document['myimage'].src = 'c:\mydir\myimage.gif'
//-->
</script>
is a cheap example. If you want one that is random and etc., then just let me know.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|