farah
Sep 13th, 2000, 05:59 AM
Hi,
I am having problem in displaying the link inside index.asp
I think it is something with <a href=index.asp?lIndex=" & myIndex & ">
Can someone help me? Thanks in advance
''''' This code is inside vb6 using internet object as reference for for mobjIIS.response.write '''''''
dim strpath as string
dim lIndex as long
dim myIndex as long
strpath = "images\myimg.gif"
lIndex = 1
mobjIIS.response.write "<p align=center>;<a href=index.asp?lIndex=" & myIndex & "><Img align=center src=" & "'" &strpath & "'" & "</p>"
''''' This code is inside vbscript inside index.asp '''''''
dim lngIndex
I can not pass the following:
lngIndex = request("lIndex")
I am having problem in displaying the link inside index.asp
I think it is something with <a href=index.asp?lIndex=" & myIndex & ">
Can someone help me? Thanks in advance
''''' This code is inside vb6 using internet object as reference for for mobjIIS.response.write '''''''
dim strpath as string
dim lIndex as long
dim myIndex as long
strpath = "images\myimg.gif"
lIndex = 1
mobjIIS.response.write "<p align=center>;<a href=index.asp?lIndex=" & myIndex & "><Img align=center src=" & "'" &strpath & "'" & "</p>"
''''' This code is inside vbscript inside index.asp '''''''
dim lngIndex
I can not pass the following:
lngIndex = request("lIndex")