[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: JavaScript and Reload
Peaking Duck-
Try this:
In the <head> section, change your prisrand() function to return the
string. In the body, at the place where you want the message to appear, add
this:
<script language="javascript">
<!--
document.write(prisrand());
//-->
</script>
I think that will work.
William Isenberger
Director of Marketing and Sales
AXIS Web Publishing
Voice: 206-729-0550
--------------------------------------------------------------------
This message came from the mailing list javascript. For help using the
mailing list software, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.