Search…

X3 Photo Gallery Support Forums

Search…
 
hagai
Topic Author
Posts: 16
Joined: 13 Nov 2006, 10:55

problem with link and description

10 Dec 2006, 12:25

http://www.radvision.com/Products/3GPro ... CtoMobile/

1) when i set the descripton to false i can't see the name:

this one is working:

displayname = true
displaydescription = true

this one is not:

displayname = true
displaydescription = false

i want to see only the name (without the desc. and without the index) since in the description i use url to open new window. it's not working.

2) how can i use javascript in the link/desciption ? i want to resize the new opened window and to hide the toolbar.

this script in the description:

javascript:void window.open('http://www.radvision.com/radvision/vide ... height=480')

open new window and close it right away.

thanks.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

11 Dec 2006, 23:36

1) Im not sure about all the settings in your config file, but in this link it works: <a class="mlink" href="http://www.radvision.com/radvision/gall ... ile/>Check it out...</a>

2) not quite sure what you are trying to do here. Open new window and close it right away? That can certainly not be controlled from the code that launches the window. Does it work at all?
 
hagai
Topic Author
Posts: 16
Joined: 13 Nov 2006, 10:55

12 Dec 2006, 05:15

1) hi i alreay checked it but nothing helped:

my config file is pc2mobile.ini you can see it in the source code.

it's not working, you can see by yourself:
http://www.radvision.com/radvision/gall ... mobile.ini

if i set only the description=false i can't see not the name nor the index (even if they set to ture)

even when i am using the &displaydescription=false parameter in the url or adding it to the flash parameters emmbeded in the page (so.addVariable('displaydescription','false');) it's not working !!

2) yes i just want to open new window but without the toolbar and with fixed size (like here http://www.radvision.com/Solutions/EnterpriseSolutions/
click on the "see a demo" banner to the right) so when i enter this script:

javascript:void window.open('http://www.radvision.com/radvision/vide ... height=480')

it the descr.txt as description it not working, you can try by yourself, i think that's it's very common to use javascript to open link.
 
hagai
Topic Author
Posts: 16
Joined: 13 Nov 2006, 10:55

18 Feb 2007, 17:12

hi, do you have any news regarding my problem no 2 ?
i just want to open the link in new window but with custom size and without all the tool/status bars, how can i do that ?

when you type this line in explorer url or just in html it's woking just fine:
javascript:void window.open('http://www.radvision.com/radvision/vide ... height=480')

but when you use this line in the descr.txt file you'll get and error.

btw, the problem is only in explorer, with firefox it works just fine.

btw2, html encoding also not workin.

thanks.
 
hagai
Topic Author
Posts: 16
Joined: 13 Nov 2006, 10:55

20 Feb 2007, 10:18

https://www.photo.gallery/support/docs/144

link -A special setting which allows an external link to be defined in the descriptions, and click will take the user directly there in a new browserwindow. Only applies if the description itself is an url and nothing more.

we saw that your using "_blank" in the flash geturl fucntion ? what should we do to use javascript there ?

http://www.adobe.com/cfusion/knowledgeb ... 2#geturljs