Rather odd web-project
Hi, folks!
I'm trying to implement something here, and would greatly appreciate any suggestions as to the most efficient way to handle it...
As a starting point, here's an excerpt of the HTML code so far:
<html>
<head>
<link rel="stylesheet" type="text/css" href="vvvvvvvv.css" />
<title> xxxxxxxxxxxxxxxxxxxxx</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="refresh" content="5" />
</head>
<body>
<h1> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</h1>
<h2>
<script type="text/javascript">
{
if ([[1]])
{
document.writeln('<a Style=color:"[[0]]" href="http://192.168.0.10/remote/default.htm"> [[15]] </a><br>')
}
if ([[2]])
{
document.writeln('<a Style=color:"[[0]]" href="http://192.168.0.20/remote/default.htm"> [[20]] </a><br>')
}
}
</script>
</h2>
</body>
</html>
Now... the "[[1]], [[2]]" things get replaced by values of variables in the device that hosts this page. What I'm trying to do, in addition to what's already here, is to provide, for each of the above links, and additional link that maps to a SQL Query, passing the text from the original link to the query, in order to extract the records that match that value....
To make matters more complicated, the web-server in this little device is a pretty low-horsepower server, so the less work done on that side, the better.
Anybody have any suggestions as to how I might approach this, or whether there's a better place to ask ?
Thanks LOADS for any advice you guys/gals can offer,
Joe
JP
__________________
JP
|