C
Cortney
If I have done this:
<script language="javascript">
var large="/graphics/00000001/main.jpg";
</script>
How would I write the MM_openBrWindow to use that variable?
So normally it is like this:
<a href="javascript:;" onClick="MM_openBrWindow
('imagepath','large','scrollbars=yes,resizable=yes,width=540,height=540')">
View Large Image</a>
Where 'imagepath' is a hardcoded path. How can I write it to interpret and
use the variable "large" I defined above? Thank you
<script language="javascript">
var large="/graphics/00000001/main.jpg";
</script>
How would I write the MM_openBrWindow to use that variable?
So normally it is like this:
<a href="javascript:;" onClick="MM_openBrWindow
('imagepath','large','scrollbars=yes,resizable=yes,width=540,height=540')">
View Large Image</a>
Where 'imagepath' is a hardcoded path. How can I write it to interpret and
use the variable "large" I defined above? Thank you