Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

open a html file using js

// In case I don't want any buttons or links to open a document
// I just want to open a document
window.open('file.extension');
 
PREVIOUS NEXT
Tagged: #open #html #file #js
ADD COMMENT
Topic
Name
9+8 =