<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#ffffff">
<font face="Arial" size="-1">Hi !<br>
I need to fix a link URL in layer.ini with a special directory. By
default a file can be fixed in this way:<br>
</font><br>
<font face="Arial" size="-1">layers.exp_matrix.link =
exposure_matrix.txt</font><br>
<font face="Arial" size="-1">The file "</font><font face="Arial"
size="-1">exposure_matrix.txt" has to stay by default in the
folder: C:\ms4w\apps\cartoweb3\htdocs</font><font face="Arial"><br>
</font><font face="Arial" size="-1">On web the link is correctly
visualized as:<br>
<a class="moz-txt-link-freetext" href="http://localhost/cartoweb3/htdocs/exposure_matrix.txt">http://localhost/cartoweb3/htdocs/exposure_matrix.txt</a><br>
<br>
If I need to change directory from default folder (e.g. the output
of a model yhat are fixed are exactly in a folder), how can I
write the correct expression of the link?<br>
Example:<br>
</font><font face="Arial" size="-1">"</font><font face="Arial"
size="-1">exposure_matrix.txt" is in C:/temp<br>
The link in a browser is <a class="moz-txt-link-rfc2396E" href="file:///C:/temp/exposure_matrix.txt">"file:///C:/temp/exposure_matrix.txt"</a><br>
The expression in layer.ini should be </font><font face="Arial"
size="-1">layers.exp_matrix.link =</font><font face="Arial"
size="-1"> <a class="moz-txt-link-freetext" href="file:///C:/MultiRisk/rev_vis/exposure_matrix.txt">file:///C:/MultiRisk/rev_vis/exposure_matrix.txt</a><br>
<br>
The result is a not visible link.<br>
Is it a wrong syntax? Is it a question of default folder as I
suppose? How can I manage different default folder?<br>
<br>
The second question is on same issue regarding setup of link. Is
it possible create a popup window for the link, instead another
tab on the browser?<br>
<br>
Thanks.<br>
Simone<br>
</font>
</body>
</html>