First name: Last name:

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter7: Developing An Excel Application
Section: Chapter Questions
Problem 4RA
icon
Related questions
Question

What does the following form do on submission if we have "John" in the fname input and "Jones" in the lname input?:
A) It will open up a new window or tab with the page address "/action_page.php? fname=John&lname=Jones" with the response from the submission.
B) It will open up a new window or tab with the page address "/action_page.php" with the response from the submission.
C) It will display the response with the page address "/action_page.php? fname=John&lname=Jones" in the original window.
D) It will display the response with the page address "/action_page.php" in the original window.

<form action="/action_page.php" method="post" target="_blank">
First name: <input type="text" name="fname"><br>
Last name: <input type="text" name="Iname"><br>
<input type="submit" value="Submit">
</form>
Transcribed Image Text:<form action="/action_page.php" method="post" target="_blank"> First name: <input type="text" name="fname"><br> Last name: <input type="text" name="Iname"><br> <input type="submit" value="Submit"> </form>
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Hyperlinks
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
CMPTR
CMPTR
Computer Science
ISBN:
9781337681872
Author:
PINARD
Publisher:
Cengage
Enhanced Discovering Computers 2017 (Shelly Cashm…
Enhanced Discovering Computers 2017 (Shelly Cashm…
Computer Science
ISBN:
9781305657458
Author:
Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. Campbell
Publisher:
Cengage Learning
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr