hey, i'm new here.
can someone tell me why can't i put 2 variables in this script? when i do only one it work fine, but when i copy the second and change some parameters, the script doesn't work at all, saying "Internal Error" - the page could not be displayed(...)".
the script is:
<%
x=request.querystring("name"
if x="fast" then
response.write "<PARAM NAME=URL VALUE=if x="slow" then
response.write "<PARAM NAME=URL VALUE=else
response.write "<PARAM NAME=URL VALUE=end if
%>
thank you,
ido
can someone tell me why can't i put 2 variables in this script? when i do only one it work fine, but when i copy the second and change some parameters, the script doesn't work at all, saying "Internal Error" - the page could not be displayed(...)".
the script is:
<%
x=request.querystring("name"
if x="fast" then
response.write "<PARAM NAME=URL VALUE=if x="slow" then
response.write "<PARAM NAME=URL VALUE=else
response.write "<PARAM NAME=URL VALUE=end if
%>
thank you,
ido