Home Tutorialhelp Comment help me please

 
 

Comment

the romantic
help me please,
March 21, 2009 at 8:17 PM

The home shopping company ArabShop is moving from its long established telephone shopping business to an internet-based system. The system will have two kinds of users: shoppers, who will order goods and services from the company; and administrators, whose task is to manage the secure internal parts of the system, such as stock lists, credit card numbers and prices. In this question you will concentrate on shoppers.
An established customer of ArabShop logs in to their account with a password. New customers must first register with the systems to set up their account and password.
(i) Make a copy of the file M150_TMA03_2007J_Q1.html, which we have supplied as a template for this question, and rename it M150_TMA03_2007J_Q1(i).html. Using this template, write a JavaScript program that prompts the user to enter 1 if they want to register as a new customer; and 2 if they are an established customer. If the user inputs anything other than 1 or 2, the system prompts them to try again. Do not use a loop: if the input is still not valid after two tries, the program does not produce any output.
Once a user has successfully entered 1 or 2, your system should print a welcome message. New customers should get the message “WELCOME – WE WILL SET UP YOUR ACCOUNT DETAILS NOW”; established customers will just get the message “SHOP UNTIL YOU DROP”.
Insert a copy of your JavaScript code into your solution document. [5]

(ii) Make a copy of the file M150_TMA03_2007J_Q1(i).html and rename it M150_TMA03_2007J_Q1(ii).html.
Amend this file to include code for the entry of customer details. Individuals starting a new account must enter the following data: first name, last name and a password of their own choice.
Passwords must be at least 7, and no more than 15, characters long. If users enter a password that is invalid according to this rule then the program displays an explanatory message, telling the user how many characters the password entered actually had, and prompts them repeatedly until a valid password is entered.
Test your program with the name Tim Horton and passwords coffee, NorthAmCa12.
Insert a copy of your JavaScript code into your solution document followed by a screenshot of the browser window showing the result of your test with the password Kane12. [9]
(iii) Make a copy of the file M150_TMA03_2007J_Q1(ii).html and rename it M150_TMA03_2007J_Q1(iii).html.
Amend this file so that your program allocates the new customer a customer code. The customer code is a string made up of the first letter of the first name, plus the first letter of the last name, and a dash. Thus, a customer with the following details:
First name: Tim
Second name: Horton Password: NorthAmCa12
will have the customer code: TH-
Your program should write the first name, the last name and the customer code to the screen. Test your program on the data given above.
Insert a copy of your JavaScript code into your solution document followed by a screenshot of the browser window showing the result of your test. [4]
(iv) Make a copy of the file M150_TMA03_2007J_Q1(iii).html and rename it M150_TMA03_2007J_Q1(iv).html.
Amend this file so that your program displays what the customer has just entered. Add code that writes out a welcome message, followed by the customer’s first name, last name and password: the password should only display the first and last characters; otherwise asterisks should replace the actual characters.
Test your program on the inputs you used in part (iii) above. The output from your program should resemble Figure 1 on the following page.


M150 TMA03 Question 1
WELCOME – WE WILL SET UP YOUR ACCOUNT DETAILS NOW
WELCOME TO ARABSHOP
Your details are as follows:
Customer Code: TH-
First name: Tim
Second name: Horton
Password: N*********1


View All Comments | View Tutorial
Related Tutorial and Articles
JavaScript Questions

this is my javascript code and i am not understanding the mistake in this,please help me?
this is my javascript code and i am not understanding the mistake in this,please help me?  <html> <h2>Form Validation</h2> <script language = "Javascript"> function checkEmail 

Java Beginners

urgent...pleAse help me.....please!
urgent...pleAse help me.....please!  please help me urgent! how can i do dictionary with the use of array code in java, where i will type the word then the corresponding meaning for that word will appear...thanks 

JSP Servlet Questions

please help me.
please help me.  Please send me a code of template in opencms and its procedure.so i can implement the code. Thanks trinath 

JSP Servlet Questions

please help me.
please help me.  How to read a properties file in java with a suitable example. Please send me. Thanks Trinath   Please visit the following link: Java read properties file 

JSP Servlet Questions

please help me.
please help me.  Please send me the validation of this below link. the link is http://www.roseindia.net/answers/viewqa/JSP-Servlet/9584-JSP-Servlet-Search-and-Edit.html Thanks Trinath 

JSP Servlet Questions

please help me.
please help me.  How to move the edits.jsp in below link? http://www.roseindia.net/answers/viewqa/JSP-Servlet/9584-JSP-Servlet-Search-and-Edit.html 

JSP Servlet Questions

please help me.
please help me.  I have a jsp page under that i add a list box under i get the countries through my database. so how can i do 

Java Server Faces Questions

help me please
help me please   Hello I want helping for this question , Please Write a program that reads some friendsââ?¬â?¢ names, stores them in an array, and then prints out on the screen all friends who start by a particular letter 

JSP Interview Questions

please help me
before. This name list should get from the database. Please help me. By the way, I'm...please help me  Dear sir, I have a problem. How to write JSP coding, if a user select a value from drop down list for example department, the another 

JSP Servlet Questions

Please help me.
Please help me.  Hi i am trinath in below there is a url.In that url there is a code of edit a jsp page.I understand that code but only one thing i not get it i.e; What is the work of "id".and what is the data type of id? http 

JSP Servlet Questions

please help me.
please help me.  I have three table in mysql,and i hava create a excel sheet and add this sheet.but my question is in every sheet i can display one one table result.how can i do 

JavaScript Questions

please help me...
please help me...  write an application that print number in the following order using a FOR-Loop 1 2 3 4 5 2 4 6 8 10 3 6 9 1215 4 8 121620 5 10152025 

Java Beginners

please help me to this problem..
please help me to this problem..  i wrote a program like keyboard... inside the JTextField) but i want to make this program to let me write where i clicked (i.e allows me to write any thing at the field where i clicked 

Java Beginners

Please help me
Please help me  program for when a user enter his card number, it has to create default security pin in the database 

Java Beginners

please help me
please help me  interface Test1 { String toString(); } public class Test { public static void main(String[] args) { System.out.println(new Test1() { public String toString() { return "test 

Java Beginners

help me please
help me please  how can i do dictionary with the use of array code in java, where i will type the word then the corresponding meaning for that word will appear...thanks 

Java Beginners

Please help me urgent...........
Please help me urgent...........  For what kind of a problem would use a Tree Set and not a Tree Map For what kind of a problem would use a Tree Map and not a Tree Set   Hello Friend, If you want to display the list 

Java Beginners

Please help me
Please help me  Hi Sir, please send me the code for the following progrems... 1) all sets are integer type: input: set1={10,20,30,40} set2={15,25,35} output: union={10,15,20,25,30,35,40} 2) input: "Hi what 

Java Beginners

please help me?
please help me?  Define a class named Circle with the following properties: List item An integer data field named radius with protected access modifier, and a String data field named colour with private access modifier. Both 

Java Beginners

Please help me??
Please help me??  Question_1: Using one-dimension array of primitive type elements. Objective: The purpose of this lab exercise is to practice how to declare, create and manipulate a one-dimension array of primitive type 

Java Beginners

please help me here
please help me here  please show me how can this show the right output that i need please continue doing this program using only if else and do while please please" here is the problem Automatic Teller Machine [B] Balance [D 

Java Beginners

please help me here
please help me here  please show me how can this show the right output that i need please continue doing this program using only if else and do while please please" here is the problem Automatic Teller Machine [B] Balance [D 

WebSevices Questions

Please help me to learn - WebSevices
Please help me to learn  Please help me to learn Java Fast 

Java Beginners

please help me to overcome this problem
please help me to overcome this problem  how to make it easy to write java code. can u please give me suggestions 

Hibernate Questions

HQL Statement: Please help me
= Product.productGroupVersionId and Product.lobId = ? Can you please help me equallent HQL...HQL Statement: Please help me  Select ProductFamily.* from ProductFamily, ProductGroup, Product where ProductFamily.productFamilyVersionId 

SQL Question

Please help me understand this query
Please help me understand this query  Hi, Could someone please help me understand the following query. Im finding difficulty relating it :-( Pls Help! select * from cbpartner where CBPartner.IsSummary='N' and salesrep_id 

Java Beginners

Help me please!!! - Java Beginners
Help me please!!!  im badly needing the complete code for this project in java!!! can you please help me???!!! it is about 1-dimensional array... the answers 8Hours from now!!! Kindly help me!! please!!please!!! NOTE 

Java Beginners

would you please help me?
would you please help me?  Write a class Amount which stores sums of money given in pounds and pence. Your con- structor should take two ints, for pounds and pence seperately. The class should also provide methods to add 

JSP Interview Questions

need help...................please
on this area. Please help me. By the way, I'm using access Database and JSP coding...need help...................please  I have a problem in my JSP Coding...="text/javascript"> function showEmp(emp_value){ if(document.getElementById 

Java Beginners

please help me - Java Beginners
please help me   I have some error in this programe //write acomputer programe using java to generate following series : //output: //1,2,3,0,-2,7,-4..... class Series1HW { public static void main(String args 

Java Beginners

please help
please help  please send me the code of dynamic stack in java without using the built in functions 

Java Beginners

java please please help
java please please help  Dear Friends plz help me to complete...[] to HashMap so that i can seperate key and value using Map.Entry.Please help me!  ... = map.entrySet(); Iterator it = set.iterator(); while(it.hasNext()) { Map.Entry me 

JSP Servlet Questions

help please
thing i want to imp in my app.please any one have app of this imp pls send me war file.. Or atleast help me with code here.. I tried checking session alive...help please  hi i am done with register application using jsps 

Java Beginners

help me
help me  please send me the java code to count the number of similar words in given string and replace that word with new one 

JSP Servlet Questions

help me
help me  HI. Please help me for doing project. i want to send control from one jsp page to 2 jsp pages... is it possible? if possible how to do 

IDE Questions

help me
help me  MY GLASSFISH SERVER NOT START PROPERLY help me warning shows DPL5404:Specification-Version for the optional package... ] is not specified. Please provide a valid specification version 

JDBC Questions

Please help me... its very urgent
Please help me... its very urgent  Please send me a java code to check whether INNODB is installed in mysql... If it is there, then we need to calculate the number of disks used by mysql 

Ajax Questions

help me
help me  hi sir pls tell me how to use ajax form validatin from very simple way with two ot three text field pls help me use ajax in php my email id... or send me some information for validation in ajax   Hi Friend, Please 

JSP Interview Questions

help me
button, and nationality I'm using dropdown list. Please help me. your kindness...help me  Hi I'm loges. I'm doing my final year project now, I have some problem in my project and i need some help on it. NowI'm doing a site 

Java Beginners

Help me please with my final homework
Help me please with my final homework  Write a Java program of your choice that demonstrates the following concepts: ? Input and Output. ? Selection/Conditional (e.g. if statement). ? Arithmetic. ? Loops. ? Arrays 

Java Beginners

please help me to write a code for this program
please help me to write a code for this program   1 1 1 1 2 2 1 1 3 4 3 1 1 4 7 7 4 1 

Java Beginners

please help me to write a code for this program
please help me to write a code for this program   1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 

Java Beginners

please help me to give code - Java Beginners
please help me to give code  Write a function with a signature cheerlead(word) that prints a typical cheer as follows. The word robot: Gimme an R Gimme an O Gimme a B Gimme an O Gimme a T What did you give me? ROBOT 

Java Beginners

please help me to give code - Java Beginners
please help me to give code  Write a function, sliding(word, num)that behaves as follows. It should print out each slice of the original word having length num, aligned vertically as shown below. A call to sliding(examples, 4 

Java Beginners

help me
the order, Fourth button is Find length of text. and there are panels. Please help me. i want to write the code on this program. please share ur idea.   ...help me  Dear sir/medam i would like to know how to use the java 

JSP Interview Questions

problem in writing coding. Please help me.
problem in writing coding. Please help me.  Hi sir, my name is Logeswaran. I have problem in writing JSP coding for my university assigments... like? I'm really stuck on this. Please help me. By the way, I'm using Access 

Maven Questions

Please help me about maven2 plugin - Maven
Please help me about maven2 plugin  First, thanks you for your all... an error. I send you the image i capture the error Please help me... maven plugin. When i go to help/software update/ find and install/ search 

JDBC Questions

its very urgent please help me
its very urgent please help me  how can i retrieve all images from ms access database and display in jsp pages 

Ajax Questions

ajax code please help to solve this........
null; } please help me when i am running this it show an error...ajax code please help to solve this.  in this i am trying to get data.../javascript"> var ob; function fun(str) { try 

Java Beginners

please help me to give code - Java Beginners
please help me to give code  Write a program that prints an n-level stair case made of text. The user should choose the text character and the number of stairs in the stair case * ** *** ****   Hi friend 

Java Beginners

please help me to give code - Java Beginners
please help me to give code  Write a program that uses loops to generate an n x n times table. The program should get n from the user. As a model here is a 4 x4 version: | 1 2 3 4 

Java Beginners

please help me for this program - Java Beginners
please help me for this program   Write a program that asks the user for a starting value and an ending value and then writes all the integers (inclusive) between those two values. Enter Start: 10 Enter End: 14 10 

Java Beginners

please help me to give code - Java Beginners
please help me to give code  Write a program that reads a file named famous.txt and prints out the line with the longest length. In the case of a tie, you may print out only one of them. For example in the file: Alan Turing 

Java Beginners

please help me to solve this question about array
please help me to solve this question about array  write a program...() > 1) System.out.println("It is not character. Please enter...(); if (brr.length() > 1) System.out.println("It is not character. Please 

Java Beginners

please help me here.. - Java Beginners
please help me here..  ..uhhmm.. im a little bit new to java and i go confused on my case study.. import java.lang.*; import java.io.*; public... if the first string is part of the second string... ..help..  Hi friend 

Mobile Applications Questions

Please help me fix this code - MobileApplications
Please help me fix this code   Please help me in this area of code. i used three record store for each form I want expenses button... expenses)", "Please fill all required field \n \n * This signify required field 

Java Beginners

please help me in a java program !! - Java Beginners
please help me in a java program !!  the porgram should use kosaraju's algorithm to detect the strong connected components in a graph (http://en.wikipedia.org/wiki/Kosaraju_algorithm) there are 4 classes in my program : Vertex 

Design concepts & design patterns Questions

Javascript
Javascript  Dear Sir, I want your help urgently.Can please give me... addition to this can you please tell how to pass these item ids to bean for saving. Please help.It is urgent.. Regards Debasis 

Java Interview Questions

please help me - Java Interview Questions
 

JSP Servlet Questions

please tell me
please tell me  what is the source code if user give wrong user name...;script type="text/javascript"> function showData(){ var user...); } %> For more information, please go through the following link: http 

Java Beginners

CAN ANYONE SOLVE THIS FOR ME. URGENT HELP NEEDED. PLEASE HELP
CAN ANYONE SOLVE THIS FOR ME. URGENT HELP NEEDED. PLEASE HELP   The Task Write a class whose objects will represent students. The class should have three fields for representing a studentâ??s 

Java Beginners

CAN ANYONE SOLVE THIS FOR ME. URGENT HELP NEEDED. PLEASE HELP
CAN ANYONE SOLVE THIS FOR ME. URGENT HELP NEEDED. PLEASE HELP   Write a class whose objects will represent students.The class should have three fields for representing a studentââ?¬â?¢s name, this studentââ?¬â?¢s 

Ajax Questions

Please Help Now
Please Help Now  i want to put this map in ajax oriented codeigniter website thanks in advance plz help me now plz very urgent 

Java Beginners

PLEASE HELP WITH MY JAVA
PLEASE HELP WITH MY JAVA  Hey my name is Gavin and im a student... please help!!!!!!!! it is a for-loop question: Display the first 5 multiples... and average If u can please help...    

JSP Interview Questions

need help please
need help please  Dear sir, my name is logeswaran. I have a big problem that I can't find the solution for a program. How can I block a user from enter a page second time. Please help me. By the way I'm using Access database 

Java Beginners

New to Java Please help
New to Java Please help  Hi I need help, can some one help me with this. I am currently doing a project. drop me an email to my email address. Thanks!   If you are new in java, then you need to learn core java 

Java Beginners

Java Help Please
Java Help Please  I can't seem to figure out how to make this program, can some one help me please? It is due soon!! 4) Write a program that will take an input (Date object will contain fields for the month, day, and year - all 

JSP Servlet Questions

Please Help - JSP-Servlet
Please Help  Respected Sir/Madam, I am R.Ragavendran.. Thanks for your response.. You told me that its difficult to handle the problem.. Ok,Let me try my hands on it.. The help i need is can u please tell me 

Java Beginners

Please can you help
Please can you help  I have a some code which uses a textarea comment...;head> <script type="text/javascript"> function showComment(){ var data...; Please could you change the code so it will do this Please. Many thanks. Colin 

Java Beginners

please any one can help me to write a code for this question?
please any one can help me to write a code for this question?  1) Copy one file content to other? 2) Count the number of words in a file 

Java Beginners

Load function ***PLEASE HELP
Load function ***PLEASE HELP   Hi I am writing a program that tracks... LOAD implementations. Thank you so much for your help. I really need help to get this done as this project is due on monday for me. My code right now looks 

Java Beginners

help please - Java Beginners
help please  i wrote this program but the function newLine dosnt work with me and i dont know where is exactly the error this is the code i wrote import java.io.*; import java.util.*; import java.lang.Integer 

Java Beginners

please any one can help me to write a code for this question?
please any one can help me to write a code for this question?  Q 1) In a class first day 25 students are joined. After two days that total students will increased to 60. We can develop a program by using ArrayList concept 

Java Beginners

Please help me to write a code for add contacts to groups in a website?
Please help me to write a code for add contacts to groups in a website? ... into friends group, then it has to store in friends group itself. Please anybody can send a code for this? Please make it fast 

JDBC Questions

Pls help me...........
Pls help me...........  how to use the text file as input to insert the values injdbc?   Please visit the following link: Insert text file data into database 

Java Beginners

please send me javascript validation code - Java Beginners
please send me javascript validation code  hallo sir , please send me... user in java ....please send me its urgent... validateForm(theForm){ if(theForm.fname.value==""){ //Please enter username 

Java Beginners

Please help me to modify my java code from php code
]; } } I tried like this (see below JSP code) ... but this is not giving me the exact result as the above PHP code is giving. So please help me to convert 

Java Beginners

plz help me out with this problem...please write the program for me.thanxxxxx
plz help me out with this problem...please write the program for me.thanxxxxx  Write a program that will print out a hydro bill. The bill will be formatted as the example on the next page. The following information 

Java Beginners

plz help me out with this problem...please write the program for me.thanxxxxx
plz help me out with this problem...please write the program for me.thanxxxxx  Write a program that will print out a hydro bill. The bill will be formatted as the example on the next page. The following information 

Java Beginners

Please help me to solve these programs in Python - Java Beginners
Please help me to solve these programs in Python  1. Write a program that prints an n-level stair case made of text. The user should choose the text character and the number of stairs in the stair case 

Java Beginners

to all Experts.. please help me. im using a Jcreator. - Java Beginners
to all Experts.. please help me. im using a Jcreator.  3. Write a program that asks the user to enter a word. The program will then repeat word for as many times as it has characters: Enter a word: ILOVEU ILOVEU 

Java Beginners

Help me - Java Beginners
Help me  please help me in writing a program in java "A student has a name,roll no., class, home address, date of birth. First dessigne a suitable class for date, write constructor and get and set functions. Then dissign a class 

Java Beginners

Getting Exception on UseDefinedException sample program - Please help me how to resolve
Getting Exception on UseDefinedException sample program - Please help me how to resolve  class UseDefinedException extends Exception{ String msg...(test1.java:34) what is MyException and how it called ..please explain 

JSP Servlet Questions

Display JSP selected listbox and checkbox in xml-please help me
Display JSP selected listbox and checkbox in xml-please help me  Hi... as selected multiple checked checkboxes. Please help in this how to do this.....I am new to java & jsp I need your help. Regards 

JSP Interview Questions

please help me how to set up Netbeans for JSP
please help me how to set up Netbeans for JSP   Hi roseindian.net, the following page is what i have seen when i run jsp project.What I can do,please help me.We are ready to do INDUSTRIAL PROJECT by JSP. Thank you. ERROR 

Java Beginners

inheritance....please help me friends...!!!... this is important project that i have to do it..
inheritance....please help me friends...!!!... this is important project that i have to do it..   Point ................. #x : int #y : int + Point() + Point(xCoordinate:int, YCoordinate:int) + getX() : int + getY() : int 

Java Beginners

please please i wanna insertion sort program find calendar to array value (1000,5000,10000), please help me
 

Java Beginners

Please help me to modify my java code from php code
Please help me to modify my java code from php code  i want to covert... same, as they alter it before. Please help me on this topic "how to order rows...) ... but this is not giving me the exact result as the above PHP code is giving. So please 

Java Beginners

Can someone help me with this?
Can someone help me with this?  I have this project and i dont know how to do it. Can someone help me? please? Write a java class named "PAMA..., Multiply, Divide) Help me please! Thanks in advance!   import 

Struts Questions

please help me to answers this question about C++.....huuhuhuhu
please help me to answers this question about C++.....huuhuhuhu  1) Write a full program for the bubble sort algorithm. User is required to enter specific input numbers and the program will be able to sort the given numbers 

HTML Questions

please help me to answers this question about C++.....huuhuhuhu
please help me to answers this question about C++.....huuhuhuhu  1) Write a full program for the bubble sort algorithm. User is required to enter specific input numbers and the program will be able to sort the given numbers 

JSP Servlet Questions

Help Me plzzz
Help Me plzzz  org.apache.jasper.JasperException: Unable to compile class for JSP Generated servlet error: D:\prash\workspace.metadata.plugins... wrong version 49.0, should be 48.0 Please remove or make sure it appears 

Java Beginners

Hi Every One , please give me some idia to opning audio File . please Help ..
Hi Every One , please give me some idia to opning audio File . please Help ..  hi Dear Friend , please give me a program to opening audio file... me .please Help 

Java Beginners

help me - Java Beginners
help me  helo guys can you share me a code about Currency Conversion.Money will convert according to the type of currency.would you help me please... into 2 decimal places sample 1.25) Mexican_________ guys help me..thank 

Struts Questions

Please help with Jasper and Ireport - Struts
be able to implement this in java struts2 framework. Can you please help me with a tutorial/link/sample application . Please please help mee...Please help with Jasper and Ireport  Hi. I want to generate reports 

JSP Servlet Questions

help me in solving this error
help me in solving this error  Hello, i have installed tomcat 6.0, i... that problem may be in your code. So please post your code. Thanks   Hello Friend, It seems that problem may be in your code. So please post your code. Thanks 

JavaScript Questions

JavaScript
JavaScript  Hi, I am new to web programming. Please tell me why I should use JavaScript? Thanks   Hi, JavaScript is scripting language that runs on browser. You have to embed JavaScript in HTML page. Please see 

Applet Questions

Can any one please help me in this ,,,,,,, need java code for this ,,,,please anyone
Can any one please help me in this ,,,,,,, need java code for this ,,,,please anyone  The Airport Valet Parking Company (AVP) is a company which provides a convenient medium cost parking solution to users of a local airport. Key 

JSP Servlet Questions

could anyone please help with the code.
could anyone please help with the code.  protected void doPost...(request, response); } } could anyone please check the code. If i enter the correct username and password it redirects me to the correct page but if I enter 

JavaScript Questions

Help needed for Form Validation please help!
Help needed for Form Validation please help!  I have created a page...;/font>Â Â <script type="text/javascript"> function validateForm() { var x...="javascript:return validate();"> <table> <tr><td>Username:</td> 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.