|
-
Sep 13th, 2000, 05:59 AM
#1
Thread Starter
Member
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")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|