I wish to have the listed Topics in their hyperlink form, so that I do not have to include the ( <input type="submit" value="Go" /> ) to reach the topic selected.
Thanks in advance.
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
-- RafaelAlvarez- 25 Aug 2008
Thanks for your quick response. I have tested your suggestion, but I end up with an empty list on my SEARCH. The example on this page does not shows any hyperlink. I did not know about the onClick possibility. Do you have a page on twiki where this syntax is used and where the listed topics are shown as hyperlinks ?
-- AlainLavoieDexto - 25 Aug 2008
> I end up with an empty list on my SEARCH.
Your search wasn't returning any results because the quotes inside format had to be escaped: format="...\"...\"..."
> The example on this page does not shows any hyperlink
The items don't appear to be hyperlinked since the window is opened by javascript, not by clicking on an anchor tag ( <a href=blahblah> ).
Starting with an example I found I had to change some other things to get this to work:
the event has to be on the select, not the option
onClick isn't a select box event
-- SeanCMorgan - 25 Aug 2008
Wow.... Excellent. It works fine. What is the proper behavior: This answers correctly my question, but I wish to continue to elaborate on this example, for further questions. Should I change the status to Close and request another support question or continue on this subject ?
-- AlainLavoieDexto - 27 Aug 2008
If it's an elaboration, you should probably re-open the question, so that you don't lose the history (it provides the context of what you're requesting elaboration).
A new question is best if it's a different subject, or if the discussion has been long and branching.
-- SeanCMorgan - 28 Aug 2008