Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-21-2010, 06:41 AM   PM User | #1
Toffer
New to the CF scene

 
Join Date: Jan 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Toffer is an unknown quantity at this point
Help Needed

Hi guys I know this is maybe a little cheeky but I was wondering if anyone could help me with the JavaScript that I am going to post below. I am very new to this whole thing and just need a helping hand. There are a couple of things missing from it, I have these details also, but I am unsure as to where they are meant to go. And what I have to do to make it work.

Basically what it is about is its part of a program that will output a simple customised greeting card message. Thanks in advance for any help that you might be able to give me.

The items that are missing out of the program are 'occasion' and also 'name of the sender'. Now below is the program that I am trying to correct.

<html>
<head>
<title>Greetings</title>
<script language = "JAVASCRIPT">

ver recipient;
// Declare variables here

recipient =
window.prompt ('Please enter the name of the recipient', '');
// Prompt for the other values here

// Output the customised greeting here

</script>

</head>
<body>
</body>
</html>
Toffer is offline   Reply With Quote
Old 01-21-2010, 03:31 PM   PM User | #2
tomws
Senior Coder

 
tomws's Avatar
 
Join Date: Nov 2007
Location: Arkansas
Posts: 2,644
Thanks: 29
Thanked 330 Times in 326 Posts
tomws will become famous soon enoughtomws will become famous soon enough
You're not using a framework, so your post would get much more help in the Javascript forum.
__________________
Are you a Help Vampire?
tomws is offline   Reply With Quote
Reply

Bookmarks

Tags
javascript.

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:40 PM.


Advertisement
Log in to turn off these ads.