J
JV
Question:
I have loaded a spreadsheet control with data. I want to
know if I can do the following (and if so how)? I have
been looking for the anser for two weeks...
1. Can I have a column of cells display as a graphic with
a hyperlink? For example for every row in the spreadsheet
I want columnA to have the picture of a dog that when
clicked goes to www.seethedog.com ?
2. Can the cell of a spreadsheet execute a javascript
button on click? For example for all cells in columnB I
want a popup page to open that displays data for the cell
clicked. Can I use the
href="javascript:void(0)"onClick="window.open(...)
in the cell to pass the data to the popup?
Thanks!
I have loaded a spreadsheet control with data. I want to
know if I can do the following (and if so how)? I have
been looking for the anser for two weeks...
1. Can I have a column of cells display as a graphic with
a hyperlink? For example for every row in the spreadsheet
I want columnA to have the picture of a dog that when
clicked goes to www.seethedog.com ?
2. Can the cell of a spreadsheet execute a javascript
button on click? For example for all cells in columnB I
want a popup page to open that displays data for the cell
clicked. Can I use the
href="javascript:void(0)"onClick="window.open(...)
in the cell to pass the data to the popup?
Thanks!