Sorry, I'm super noob at JS. Just learning at the moment. Thanks for your reply. I will have another look at it when I get home. I am at school atm.
I'm still stuck on this. I don't know what to do with the code you gave me :l
But the reminder needs to show up as a list for the person to read, It might be a stupid program but I need it for school. This would just print it to the log?
So I am trying to make a simple reminder program in JavaScript and instead of writing the put in reminder it prints [object Object]
<HTML>
<HEAD>
<TITLE>
Reminder script
</TITLE>
<script language="Javascript">
var str;
function createReminder() {
var r1 = prompt("Add a reminder")...