My link cell text is ‘123456789^javascript:OpenUrl();’
I also have my OpenUrl function is as below:
Unfortunately, this javacript link cell does not work with IE9. However, it works with Chrome.
Any clue?
Thanks in advance.
My link cell text is ‘123456789^javascript:OpenUrl();’
I also have my OpenUrl function is as below:
Unfortunately, this javacript link cell does not work with IE9. However, it works with Chrome.
Any clue?
Thanks in advance.
Please, try to use:
123456789^javascript:OpenUrl()^_self
Wonderful, ‘_self’ does the job!
Many thanks!