Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
In a text link, if I call a JavaScript function with a passed parameter and denote the string with double quotes "" it will fail. It will work with single quotes ''. By pure JavaScript, it should work either way. I think this is a bug. This FAILS. javascript:opendocnewtab("../docs/Fitzig/Fitzig_v_Nielsen.pdf"); This Works: javascript:opendocnewtab('../docs/Fitzig/Fitzig_v_Nielsen.pdf'); |
||||
|
Thanks for reporting, will have a look into this. |
|