He guys,

i have a small trouble with opening an image in a new html-window with a black background.

I have a dynamic xml driven gallery, when you click on a thumbnail an image is being loaded. The client wishes also to be able to load a huge image, thus i added an id in xml with the path for the big version. When you click on a normal size image, i added just getURL(my_path,_blank);
thus my_path is the path from the xml.
I know i would need to use javascript somehow it didnt work.
Or i would need to create a predefined html page where i send the path somehow. I just dont know the syntax or how i would do it....
I hope you guys can help me.