R
r
Hi
please help me to find the bug here somewhere in the quotes:
<body>
.... bla bla ....
<%
if(theWords != "")
{
out.println ("<meta name="x-mpwe-Sitesearch" content=" & theWords &
">");
}
%>
</body>
As you can see I want to write out the println-line only if theWords
has got a value
regards
Ragnar
please help me to find the bug here somewhere in the quotes:
<body>
.... bla bla ....
<%
if(theWords != "")
{
out.println ("<meta name="x-mpwe-Sitesearch" content=" & theWords &
">");
}
%>
</body>
As you can see I want to write out the println-line only if theWords
has got a value
regards
Ragnar