Error

G

Guest

error on line 216???:
if Trim(nyarr(1)) <> "" then

Error after opgrading webserver on B-0ne
look: http://www.klokkervej38.dk/default.asp, and see Error!

<%
arr=split(strMyNav,"|")
max=ubound(arr)
for j=0 to max
nyarr=split(arr(j),";")
if ubound(nyarr) = 2 then
target = true
else
target = false
end if
response.write "<tr><td align='center' valign='middle' width='20'>"
if Trim(nyarr(1)) <> "" then
response.write "<img src='images/bullet.gif' alt='' width='9' height='9'
border='0'>"
end if
response.write "</td>"
response.write "<td valign='middle'>"
if trim(nyarr(1)) <> "" then
response.write "<a href='" & nyarr(1) & "' "
if target = true then
response.write "target='window'"
end if
response.write ">"
end if
response.write nyarr(0) & "</a></td>"
response.write "</tr>"
next
%>
 
J

Jason

Saf,
This appears to be a VBScript issue on the Sun One platform, but this
group is for ASP.NET issues. Try posting to the appropriate group.
Jason
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top