From | Dynal Patel |
Date | Wed, 26 Jun 2002 13:50:57 +0200 |
Subject | Anothe Micro language query |
Hello
Below are two files I am working with.
first file
package home
oopsThe requested page could not be found. Please use your browsers 'back' button or the above home button to return to the Greenstone Digital Library. {
<ul> <table> <tr><td>"About" page for the demo collection</td> <td><a href="/gsdlmod?e=d-00000-00---off-0gsarch--00-0----0-10-0---0---0direct-10---4-----dfr--0-1l--11-en-50---20-preferences-Emanuel+Dejanu--00-0-1-00-0--4----0-0-11-10-0utfZz-8-00&a=p&p=about&c=demo">Click here</a></td></tr> </table> </ul> } # if you hate the squirly green bar down the left-hand side of the page, # uncomment these lines: # # } Second file package about oopsThe requested page could not be found. Please use your browsers 'back' button or the above home button to return to the Greenstone Digital Library. {
} Both files have a search box. The second one works, but the first one says "error during the construction of the cgi page" when you try to search for something. It also doesn't create the search box correctly. I dont understand why a similiar call in the first file doesn't work. Please can someone help me with this. Kind regards Dynal |