• win is the name I have picked for the variable which will allow me to refer to the new window subsequently -
    for example:
    • win.document.write("hello")
    • win.document.close()
  • "" - we can specify an url here
  • I have never used the second "" but it must be there
  • and I hope the rest is self-explanatory