-
All files are named in lower-hyphen-case
-
Component and directive files should be prefixed with module name and end with .component before file extension marketing-gift-certificate-list.component.ts marketing-gift-certificate-list.component.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <script type="text/javascript"> | |
| function callit() { | |
| var fname = document.getElementById("1").value; | |
| var lname = document.getElementById("2").value; | |
| var age = document.getElementById("4").value; | |
| var nationality = document.getElementById("3").value; |