
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question

Transcribed Image Text:Question #2
Write a Javascript code to:
A. display a dialog box with a text field and two buttons, OK and cancel, and ask the userto enter “number of
seconds".
B. Afterhe clicks on OK, another pop-up asks him to enter "font size".
C. Ifthe userenters something other than a number in any of the textfields, orif he doesn't enter anything, the
webpage shows the message: "error redirecting".
D. Otherwise, the webpage shows the message “redirecting you.." using the font size specified by the user.
E. Afterthe specified number of seconds, the page is redirected to google.com.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 3 steps with 5 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Please create the following screen attached using Java GUI (JavaFX): In your code you can add any background of your choosing, but the message and the Cave 1, 2, 3, 4, 5 buttons should look the same. The font is in Arial w/ Choose the Cave being size 36, bolded and white and Cave 1, 2, 3,4,5 are buttons of size 27,bolded and white. Also "Choose a Cave" should appear with a typewriter effect , w/ the same background image. Cave 1, 2, 3, 4, 5, are buttons.arrow_forwardComplete the code with if statement(s) to solve this problem? Print the message "charge your phone" if you have a charger and battery level is 15% or less. Print "Charge your phone when your charger s is available." if the battery is 15% or less and you don't have a charger. Print "Your battery is charged" if the battery level is more than 15%. Please set the font in the text editor to Courier New to make it easier for code to line up. 1 charger_available = True 2 battery_level = 0.15 3 4 7 10 Charge your phone.arrow_forwardDo you find this to be true or false? The default value for a form's Text property is the same as the form's name.arrow_forward
- Is that so, or not? Once a form is created, the Text property is initialized with the form's name.arrow_forwardIs it the case or not? After a form is created, the Text property is initialised with the form's name.arrow_forwardCreate a form that contains a label and three command buttons. Each command button will represent an emotion (e.g. Happy). The specific emotions to offer are up to you. The initial value of the label should instruct the user to select a command button. When a command button is clicked, the label should display an emoticon that appropriately represents the emotion. Please give each control an appropriate name. Remember to prefix command buttons with btn and the label with lbl. (this is done with visual basics on Microsoft visual studio)arrow_forward
- How can you specify a text pattern that must be at the beginning of a line of text usinga regular expression?a. Precede the string with a /.b. Follow the string with a \.c. Precede the string with a $.d. Precede the string with a ^.arrow_forward// The language is java, please take a screenshot of your output, and make sure your code is run.arrow_forwardIs that true or false? After a form is made, the name of the form is put into the Text object.arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education