| Article: |
Creating Richer Hyperlinks with JSP Custom Tags | |
| Subject: | Why not have an example in the article? | |
| Date: | 2003-05-01 17:21:52 | |
| From: | joelhockey | |
| Amit, the screen shots were interesting, but why didn't you actually put an example in your article so that I can use it and see what its like? | ||
Showing messages 1 through 1 of 1.




But now that you ask, I put a working demo on my website at:
http://www.amitgoel.com/multilink/demo_ie.html (for IE users)
http://www.amitgoel.com/multilink/demo_nn.html (for NN users)
Note that this is the HTML generated by the JSP, not the JSP itself. I don't do any JSP programming on my website. The JSP generates browser-specific HTML, so I captured outputs for IE and NN separately.
This should give you an idea of what my multi-destination links look like. The first multi-link has onmouseover set to true, the second one has it set to false. So for the second multi-link, you have to click on the dropdown icon to see the embedded hyperlinks.
Amit