raj2000
Jul 7th, 2000, 05:05 AM
I am getting the following error, but I don't know what is causing this error?
Please help?
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'rowInfo'
/yeoman/bmpcon2.asp , line 98
<?xml version="1.0" ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<template>
<do type="prev">
<prev/>
</do>
</template>
'''This is the line that is complaining '''
<card id="Mapsubreq" title="<%=rowInfo("whereis_list")%>" >
<p align="center">
<img src="http://dev_01/wbmp/<%=image%>.wbmp" alt="Where Is...<%=rowInfo("whereis_list")%>"/>
</p>
</card>
<%
set objwbmp=nothing
wapdb1.close
set wapdb1=nothing
%>
</wml>
Please help?
Please help?
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'rowInfo'
/yeoman/bmpcon2.asp , line 98
<?xml version="1.0" ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<template>
<do type="prev">
<prev/>
</do>
</template>
'''This is the line that is complaining '''
<card id="Mapsubreq" title="<%=rowInfo("whereis_list")%>" >
<p align="center">
<img src="http://dev_01/wbmp/<%=image%>.wbmp" alt="Where Is...<%=rowInfo("whereis_list")%>"/>
</p>
</card>
<%
set objwbmp=nothing
wapdb1.close
set wapdb1=nothing
%>
</wml>
Please help?