Microsoft
Software
Hardware
Network
Question : How do I best print on screen with JavaScript a specification of a filled-in form?
How do I best print on screen with JavaScript a specification of a filled-in form?
I need an alert also. Can I just have the alert together with the specification? In the beginning of the alert, there should be the text "The order has been submitted!", then should follow the whole specification: Personal details of the person who sent the order with name and address, names of fellow passengers, information taken from the filled-in form about departure and destination and so on, and finally the total price to be paid.
Or is it too cumbersome to layout the specification if I include it in the alert? Do I need to make a separate document (html-page?) that I link to the JavaScript function?
I want the specification not in a separate window, but in a popup-window in the same window as the form. Is it possible for me to use "document.write(linked html-page)"?
Related Solutions:
Can I assign two different ID:s in the same <td>?
Answer : How do I best print on screen with JavaScript a specification of a filled-in form?
sorry forget to put the code..
main.htm
(448 bytes)
(File Type Details)
Main file
popup.htm
(496 bytes)
(File Type Details)
Popup
Random Solutions
Mac Mail only shows 90 days of deleted items
What does it mean if I am receiving output errors on all of my Cisco Aironet 1130AG?
unknown process - should I be concerned
SPSS - Modify Output of Crosstabs
call .rdl with store procedure with parameter
Access 2003 -> Word 2003 - have a question on code that works to save doc as pdf file...
compareTo() - JavaScript example needed
To Blob Cache or NOT?
Need HP DMI Utility
How to make IN operator to accept CSV which are varchar in SQL Server 2008