Hi,
Simple I hope.
Is there a way to define a constant in an HTML file then use it throughout. (So I don't have to do a group replace)
eg:
<head>
HOME="C:/home101"
</head>
<body>
<H1>$HOME</H1>
Will display C:/home101.
(Could Javascript do the job somehow?)
Thanks
Milt.
Simple I hope.
Is there a way to define a constant in an HTML file then use it throughout. (So I don't have to do a group replace)
eg:
<head>
HOME="C:/home101"
</head>
<body>
<H1>$HOME</H1>
Will display C:/home101.
(Could Javascript do the job somehow?)
Thanks
Milt.