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.
"Bruce L-C [MVP]" wrote:
> 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
>
>
> "Chandra" <Chandra@discussions.microsoft.com> wrote in message
> news:7F7942F6-F094-4DB4-B6D9-8F556BCB2460@microsoft.com...
> > 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.
> >
> > "Tony G" wrote:
> >
> >> <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>
> >>
> >>
> >> John Geddes wrote:
> >> > I can put TITLE in the function?
> >> >
> >> > --
> >> >
> >> >
> >> >
> >> > John Geddes
> >> > jgeddes@email.uophx.edu <mailto:jgeddes@email.uophx.edu>
> >> > John.R.Geddes@gmail.com <mailto:John.R.Geddes@gmail.com>
> >> >
> >> >
> >> > "Tony G" <b6@blueyonder.co.yuk> wrote in message
> >> > news:b6@blueyonder.co.yuk:
> >> > > John Geddes wrote:
> >> > > > 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'))"
> >> > > >
> >> > >
> >> > >
> >> > > Use the Title="my tool tip" attribute in the a href
> >> > >
> >> > > EG <a href="#" title="Link to something">Link</a>
> >>
>
>