Mercury Connect Setup Questionnaire
From FloristWiki
(Difference between revisions)
												
			
			| 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> | ||
| + | <script type='text/javascript'> | ||
|     var myRow = document.createElement("iframe"); |     var myRow = document.createElement("iframe"); | ||
|     myRow.setAttribute('src','http://spreadsheets.google.com/embeddedform?key=0AmFLj8ivdDyTdFNVUkl6NEp6VnJHdVFLZmZkdUVLckE'); |     myRow.setAttribute('src','http://spreadsheets.google.com/embeddedform?key=0AmFLj8ivdDyTdFNVUkl6NEp6VnJHdVFLZmZkdUVLckE'); | ||
| Line 9: | Line 10: | ||
|     myRow.setAttribute('marginwidth','0'); |     myRow.setAttribute('marginwidth','0'); | ||
|     document.getElementById('bodyContent').appendChild(myRow); |     document.getElementById('bodyContent').appendChild(myRow); | ||
| + | </script> | ||
Revision as of 14:34, 7 January 2010
<iframe src="http://spreadsheets.google.com/embeddedform?key=0AmFLj8ivdDyTdFNVUkl6NEp6VnJHdVFLZmZkdUVLckE" width="760" height="3405" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<script type='text/javascript'>
   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);
</script>
