View Single Post
  #3  
Old 02-24-2006, 07:08 PM
rich.peters rich.peters is online now
Registered User
 
Join Date: 01-31-2006
Posts: 8
if
%LINK% = "file:\\\c:\program files\path with spaces"

this snippet

<html>
<head>
<title>My page title</title>
</head>
<body>
<p>Here is my message with <a href="%LINK%">a link</a>.</p>
</body>
</html>

doesnt expand into a usable link...
Reply With Quote