all groups > sql server reporting services > january 2005 >
You're in the

sql server reporting services

group:

Hyperlink


Hyperlink John Geddes
1/7/2005 10:35:55 PM
sql server reporting services:
How can I put a friendly name or tool tip on a hyperlink? This is the
link I use in my graph, but I would like it to display the value when I
hover.


Thanks.

="javascript:void(window.open('http://domain.com/userdatapopup.asp?Initials="
& Fields!soldby.Value & "','popup','width=400,height=200'))"
Re: Hyperlink Tony G
1/7/2005 11:30:27 PM
[quoted text, click to view]


Use the Title="my tool tip" attribute in the a href

Re: Hyperlink John Geddes
1/7/2005 11:37:35 PM
I can put TITLE in the function?

--




John Geddes
jgeddes@email.uophx.edu
John.R.Geddes@gmail.com


[quoted text, click to view]
Re: Hyperlink Tony G
1/7/2005 11:57:14 PM
<a
href="javascript:void(window.open('http://domain.com/userdatapopup.asp?Initials=
& Fields!soldby.Value & "','popup','width=400,height=200'))" title="your
text">link</a>


[quoted text, click to view]
Re: Hyperlink Chandra
1/8/2005 2:31:01 AM
Hi Tony,
Can U please Explain me where I need to put this code??
This can be put directly in the expression for the TextBox??

Thanks in Advance,
Chandra.

[quoted text, click to view]
Re: Hyperlink Bruce L-C [MVP]
1/8/2005 5:20:31 PM
Right mouse click on a textbox (or a field of a table control, etc),
properties, advanced, navigation tab, jump to URL.
(from memory so might be slightly different).


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services


[quoted text, click to view]

Re: Hyperlink John Geddes
1/8/2005 10:43:33 PM
When I try this as you suggested:

<a
href="javascript:void(window.open('http://domain.com/userdatapopup.asp?Initials=
& Fields!soldby.Value & "','popup','width=400,height=200'))"
title="Fields!soldby.Value">link</a>

I get invalid uri.

This is what I had...
="javascript:void(window.open('http://domain.com/userdatapopup.asp?Initials="
& Fields!soldby.Value & "','popup','width=400,height=200'))"

and it works fine.



[quoted text, click to view]

Re: Hyperlink timb84
1/10/2005 10:07:01 AM
I got the javascript to open up a window, however, I cannot pass paramaters
into the string. If the string is hard-coded then it works fine.

-tim


[quoted text, click to view]
AddThis Social Bookmark Button