trailing "...." in links
|
06-30-2011, 07:50 PM
Post: #1
|
|||
|
|||
trailing "...." in links
Has anyone else had problems clicking links where the title, name, innerText all have tailing dots after the text. ex: title=person...
<a class="curam-content-pane-single-link" title="Person…" onclick="curam.ui.SectionShortcutsPanel.handleClickOnAnchorElement("Person_search1",""); return false; " href="#">Person…</a> i would be very grateful for any suggestions how you got round this problem thanks Niall |
|||
07-01-2011, 12:45 AM
Post: #2
|
|||
|
|||
RE: trailing "...." in links
is this using a script? If so you could just use the execAndWait command instead and have it execute the onClick javascript directly.
|
|||
07-01-2011, 06:04 PM
(This post was last modified: 07-01-2011 06:06 PM by niallmur.)
Post: #3
|
|||
|
|||
RE: trailing "...." in links
thanks Pat, that worked! i had tried various execAndWait commands with no luck.
Here is the full command i used. For anyone else who may wonder how to use it. execAndWait onclick=curam.ui.SectionShortcutsPanel.handleClickOnAnchorElement("Person_search1",""); Niall |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)