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
NAT on ASA to a remote server
OWA will not work for mailbox in non-internet facing AD site
Bouncebacks from distribution group
Access 2007Nz and nvl functions don't work on report field with a Sum if no records are present
How do I properly setup "Internet Address" and install SSL certificate in SBS 2008?
Can I enable encryption on the Motorola Droid?
Builidng a new computer
Gateway for Server automatically being removed after restart
Sync Access database contacts with Exchange Contacts list
store comma separated multiple numbers in a mysql database field database and query them efficiently