[pandorabots-general] Pandorabots and JavaScript
Websafe Studio
websafestudio at yahoo.com
Fri Feb 23 13:29:56 PST 2007
Hi Johnny/ceki kela:
Here's a very simple Pandorabots category using JavaScript. It works fine in my
Pandorabot. Perhaps it will be of some help.
<category>
<pattern>WHAT DAY IS IT</pattern>
<template>
<script type="text/javascript">
var d=new Date()
var weekday=new
Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
document.write("Today is " + weekday[d.getDay()] + ".")
</script>
</template></category>
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
More information about the pandorabots-general
mailing list