All
Posted my code below which is the MS Smart Tags options used in Excel. I have been trying to get the XML to work whereby it will take the url, and on opening the browser resize it to the appropraite settings. This is the first time i have attempted javaScript so finding it tricky to get to grips with at the moment. It looked simple enough as the XML is valid and works but when accessing the url nothing happens - no error messages so i assume my Javascript is incorrect. Any ideas, grateful for any help?
Bests
<FL:smarttaglist xmlns:FL="urn:schemas-microsoft-com:smarttags:list">
<FL:name>Related Data</FL:name>
<FL:description>Shows Data</FL:description>
<FL:updateable>false</FL:updateable>
<FL:updatefrequency>10080</FL:updatefrequency>
<FL:autoupdate>true</FL:autoupdate>
<FL:smarttag type="urn:schemas-microsoft-comffice:smarttags#States">
<FL:caption>Share Data</FL:caption>
<FL:terms>
<FL:termlist>"AB", "MC", "CS.", "CX", "LT", "NA", "BB", "KT", "CC", "EL"</FL:termlist>
</FL:terms>
<FL:actions>
<FL:action id="Share">
<FL:caption>Hold</FL:caption>
window.open(" "height=400,width=600");
</FL:action>
</FL:actions>
</FL:smarttag>
</FL:smarttaglist>
Posted my code below which is the MS Smart Tags options used in Excel. I have been trying to get the XML to work whereby it will take the url, and on opening the browser resize it to the appropraite settings. This is the first time i have attempted javaScript so finding it tricky to get to grips with at the moment. It looked simple enough as the XML is valid and works but when accessing the url nothing happens - no error messages so i assume my Javascript is incorrect. Any ideas, grateful for any help?
Bests
<FL:smarttaglist xmlns:FL="urn:schemas-microsoft-com:smarttags:list">
<FL:name>Related Data</FL:name>
<FL:description>Shows Data</FL:description>
<FL:updateable>false</FL:updateable>
<FL:updatefrequency>10080</FL:updatefrequency>
<FL:autoupdate>true</FL:autoupdate>
<FL:smarttag type="urn:schemas-microsoft-comffice:smarttags#States">
<FL:caption>Share Data</FL:caption>
<FL:terms>
<FL:termlist>"AB", "MC", "CS.", "CX", "LT", "NA", "BB", "KT", "CC", "EL"</FL:termlist>
</FL:terms>
<FL:actions>
<FL:action id="Share">
<FL:caption>Hold</FL:caption>
window.open(" "height=400,width=600");
</FL:action>
</FL:actions>
</FL:smarttag>
</FL:smarttaglist>