Page 1 of 1

Hello world!

Posted: Fri Jan 18, 2008 5:21 pm
by MarcusR
while 1,
disp('hello world')
end

Posted: Sat Jan 19, 2008 12:26 am
by Denny
ah.....infinitely
hey there
y'all

Posted: Tue Feb 12, 2008 9:43 am
by Tyler
<html>
<head>
<script type="text/javascript">
function displaymessage()
{
alert("I told you not to click me!!!!");
}
</script>
</head><body>
<form>
<input type="button" value="Don't click me!"
onclick="displaymessage()" >
</form>
</body>
</html>

yah, I know, it doesn't work.......dern....msamdfawhfAQWKLFAJBWSV

Posted: Tue Feb 12, 2008 11:28 am
by Denny
do ya really think anyone comes to C&F to get things to work?