-
First step is downloading a virtual machine with Internet Explorer
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/Select your virtual machine in the drop down
NOTE: I am going to choose IE on Win81
Then select the platform
First step is downloading a virtual machine with Internet Explorer
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
Select your virtual machine in the drop down
NOTE: I am going to choose IE on Win81Then select the platform
| let sfService = (() => { | |
| // private variables | |
| // public variables | |
| // private functions | |
| // public functions | |
| function getContacts() { |
<!-- Place favicon.ico and apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
| var person = { | |
| fname:"David" | |
| ,lname:"Lutchko" | |
| ,add:"4520 Emperor Dr" | |
| ,city:"Fort Worth" | |
| ,state:"TX" | |
| ,zip:"76119" | |
| ,user:"jb_bl@ot.com" | |
| ,pass:"LetTheGoodTimesRoll360" | |
| ,vpass:"LetTheGoodTimesRoll360" |
| // npm modules | |
| var wrench = require('wrench'), | |
| fs = require('fs'), | |
| util = require('util'), | |
| readline = require('readline'), | |
| prompt = require('prompt'), | |
| replaceall = require("replaceall"), | |
| path = require("path"), | |
| globals = { |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta content="yes" name="apple-mobile-web-app-capable"> | |
| <title>iOS Web App</title> | |
| <!-- iPhone --> |