my problem is that pict.html is not good enough because i need to add avariable according the picture i want to enlarge 'gallery/pict'+ex+'.html',
how can i write it correct?
add a querystring identifier to the URL and have whatever server side code you can use select the correct image.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
what i did now is this:
ex=ex+".html"
and
getURL("javascript:fixedSize('gallery/photo=ex', , 'menubar=0, tollbar=0, scrollbars=yes, resizable=0, width=800, height=600')");
it doesnt recognize th ex