[Geomoose-users] Popup window for Images
Jay Kapalczynski
jkapalczynski at ci.maple-grove.mn.us
Tue Aug 19 09:31:41 EDT 2008
Was tinkering around with a bit of code that will open an image in a separate window without the buttons typically seen in an IE page.
I am not sure if I can even do this...this way I can control the Size of the image and where it opens.
There is a much cleaner look to this window....
I don't know how to fit in the [FIELD VALUE] into this
EXISTING CALL TO OPEN IMAGE
<a href="pdf\LOT_SURVEYS\[LOT_SURVEY]" target="_blank">Open Image</a>
EXAMPLE FROM INTERNET...dont know what URL to place in the example
---------------------------------------------------------------------------------------------------------------
<script language="javascript" type="text/javascript">
function popitup(url) {
newwindow=window.open(url,'name','height=200,width=150');
if (window.focus) {newwindow.focus()}
return false;
}
</script>
<a href="popupex.html" onclick="return popitup('popupex.html')">Link to popup</a>
---------------------------------------------------------------------------------------------------------------
REPLACED WITH????
<td><a href="MapleGrove_demo.html" onclick="return popitup('MapleGrove_demo.html')">Link to popup</a></td>
Anyone out there that can help?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20080819/fe3c3168/attachment.html
More information about the Geomoose-users
mailing list