Mercury Connect Setup Questionnaire
From FloristWiki
(Difference between revisions)
(New page: <iframe src="http://spreadsheets.google.com/embeddedform?key=0AmFLj8ivdDyTdFNVUkl6NEp6VnJHdVFLZmZkdUVLckE" width="760" height="3405" frameborder="0" marginheight="0" marginwidth="0">Loadin...) |
|||
Line 1: | Line 1: | ||
<iframe src="http://spreadsheets.google.com/embeddedform?key=0AmFLj8ivdDyTdFNVUkl6NEp6VnJHdVFLZmZkdUVLckE" width="760" height="3405" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> | <iframe src="http://spreadsheets.google.com/embeddedform?key=0AmFLj8ivdDyTdFNVUkl6NEp6VnJHdVFLZmZkdUVLckE" width="760" height="3405" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> | ||
+ | |||
+ | var myRow = document.createElement("iframe"); | ||
+ | myRow.setAttribute('src','http://spreadsheets.google.com/embeddedform?key=0AmFLj8ivdDyTdFNVUkl6NEp6VnJHdVFLZmZkdUVLckE'); | ||
+ | myRow.setAttribute('width','760'); | ||
+ | myRow.setAttribute('height','3405'); | ||
+ | myRow.setAttribute('frameborder','0'); | ||
+ | myRow.setAttribute('marginheight','0'); | ||
+ | myRow.setAttribute('marginwidth','0'); | ||
+ | document.getElementById('bodyContent').appendChild(myRow); |
Revision as of 13:33, 7 January 2010
<iframe src="http://spreadsheets.google.com/embeddedform?key=0AmFLj8ivdDyTdFNVUkl6NEp6VnJHdVFLZmZkdUVLckE" width="760" height="3405" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
var myRow = document.createElement("iframe"); myRow.setAttribute('src','http://spreadsheets.google.com/embeddedform?key=0AmFLj8ivdDyTdFNVUkl6NEp6VnJHdVFLZmZkdUVLckE'); myRow.setAttribute('width','760'); myRow.setAttribute('height','3405'); myRow.setAttribute('frameborder','0'); myRow.setAttribute('marginheight','0'); myRow.setAttribute('marginwidth','0'); document.getElementById('bodyContent').appendChild(myRow);