Add parameter to "navigation" url -
Hello,
I'm trying to add a parameter to my JUMP TO URL but it doesn't work.
basiclly i'm useing javascript there:
javascript:window.open('http:www.a.com?num=XXX');
i want to change the XXX with a value from the dataset.
I tried - javascript:window.open('http:www.a.com?num= + Fields!ME.Value
');
or - javascript:window.open('http:www.a.com?num= & Fields!ME.Value
');
it didn't worked :(
any help?o=2Ek.
i found the solution.
I manage to do it with a + .
The problem was that i wrote it as a line with out inverted commas (")
and with out an equel sign (=3D) before.
silly me :)
Roy.
nicknack =D7=9B=D7=AA=D7=91:
> Add parameter to "navigation" url -
> Hello,
> I'm trying to add a parameter to my JUMP TO URL but it doesn't work.
> basiclly i'm useing javascript there:
> javascript:window.open('http:www.a.com?num=3DXXX');
> i want to change the XXX with a value from the dataset.
> I tried - javascript:window.open('http:www.a.com?num=3D + Fields!ME.Value
> ');
> or - javascript:window.open('http:www.a.com?num=3D & Fields!ME.Value
> ');
> it didn't worked :(
> > any help?
No comments:
Post a Comment