Link to home
Start Free TrialLog in
Avatar of samprg
samprg

asked on

Javascript

Hello,

Can any one tell me what's mean this command in Javascript?
I need to change the width for box
="javascript:showLightbox('"&CURL($AD$27,AE29,$I$5)&"',1800,1800)"
Avatar of HainKurt
HainKurt
Flag of Canada image

post the code for javascript:showLightbox function...
Avatar of samprg
samprg

ASKER

I do not have code , it's in Excell file
any way, looks like it as a js function to call light box with 2 params, 1800, 1800 (looks like they are width & height of popup)
you should have a library, that includes showLightbox, but how do you use this function without including the javascript library? probably it will give an exception when you click...
Hi,

have a look here, I guess it is pointing you at least into the right direction.
http://discussion.dreamhost.com/thread-75690.html

Hope it helps.
Avatar of samprg

ASKER

I changed 1800 , but the width did not chang.
I have application convert xls file to asp
ASKER CERTIFIED SOLUTION
Avatar of HainKurt
HainKurt
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of samprg

ASKER

Thanks