Hello my Good folks,
As you folks, I am still newbie to web development.
I have a requirement where when the user clicks on a <HyperLink> control or a simple <a> element, the popup window has to come up.
When I code like the below with <a> element, I expected "Show Current" text should look like a hyperlink (with underline). But it doesn't.
It looks like a plain text. Even though it looks like a plain text, when the user clicks on that text (Show Current), popup window pops up.
I really want the "Show Current" to look like a hyperlink.
How can I do this?
ThanksCode:<a font=bold onclick="OpenWindow_HistoricalRuns();">Show Current</a>



Reply With Quote

Bookmarks