ASPSQLVB
12-10-2006, 06:22 PM
Guys,
I would like to pass 3 variables when the DLETE link is clicked. I am able to pass only 2 variables. I am having trouble with the third one. No data at all is being passed and when I hover my mouse of the DELETE LINK it shows only 2 variables also.
I would like to pass the NameofEvent variable also. How should the code look when trying to pass this 3rd variable?
<a href="CarpAnglerDeleteFinal.asp?NewAngler=NewAngler&FishId=<%=RS30("FishId")%>&NameofEvent=<%=NameofEvent%>" onclick="return confirm('Would you like to Delete the Angler?')"><font color="yellow" size="4"><b>Delete Angler</b></font> </a>
I would like to pass 3 variables when the DLETE link is clicked. I am able to pass only 2 variables. I am having trouble with the third one. No data at all is being passed and when I hover my mouse of the DELETE LINK it shows only 2 variables also.
I would like to pass the NameofEvent variable also. How should the code look when trying to pass this 3rd variable?
<a href="CarpAnglerDeleteFinal.asp?NewAngler=NewAngler&FishId=<%=RS30("FishId")%>&NameofEvent=<%=NameofEvent%>" onclick="return confirm('Would you like to Delete the Angler?')"><font color="yellow" size="4"><b>Delete Angler</b></font> </a>