Javascript hyperlink in OWC spreadsheet

  • Thread starter Michael Loughry
  • Start date
M

Michael Loughry

I'm working on a web application for my company, and part of it includes a
OWC spreadsheet. In the cells in one column, I want to add a hyperlink that,
when clicked, calls a javascript function. Therefore, in the Office XMl, Id
do the following:

<ss:Cell ss:HRef="javascript:RefreshDocTree(some parameters);">;
<ss:Data ss:Type="String">Launch Documents</ss:Data>
</ss:Cell>

However, when I click on it, IE complains that it is "Unable to navigate to
javascript:RefreshDocTree(some parameters);

Any ideas if what I'm trying to do is possible, and how I might do it?

--Michael Loughry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top