Mercury Connect Setup Questionnaire

From FloristWiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
<myscript><!--
<myscript><!--
-
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');
-
myRow.setAttribute('width','760');
+
// myRow.setAttribute('width','760');
-
myRow.setAttribute('height','3405');
+
// myRow.setAttribute('height','3405');
-
myRow.setAttribute('frameborder','0');
+
// myRow.setAttribute('frameborder','0');
-
myRow.setAttribute('marginheight','0');
+
// myRow.setAttribute('marginheight','0');
-
myRow.setAttribute('marginwidth','0');
+
// myRow.setAttribute('marginwidth','0');
-
document.getElementById('bodyContent').appendChild(myRow);
+
// document.getElementById('bodyContent').appendChild(myRow);
//--></myscript>
//--></myscript>

Revision as of 15:03, 7 January 2010

Personal tools