Hey,
I want to open an image in a popup. So I got this:
<a href="javascript:showImage('test.jpg'">
<script language="javascript">
function showImage(URL) {
window.open(URL,'This is my picture','fullscreen=no...');
}
</script>
But in the popup I always get as title ... But I don't want that, I want something like 'This is my picture'.
can someone help me with this?
greetz
The One And Only KryptoS
I want to open an image in a popup. So I got this:
<a href="javascript:showImage('test.jpg'">
<script language="javascript">
function showImage(URL) {
window.open(URL,'This is my picture','fullscreen=no...');
}
</script>
But in the popup I always get as title ... But I don't want that, I want something like 'This is my picture'.
can someone help me with this?
greetz
The One And Only KryptoS