No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I have a web page where the users are supposed to be able to click a button to add a new table row. I have tried various javascripts found online but I am not a javascript person. The page is written in html and asp. I dynamically fill in the …
[QUOTE=whisper_101;900895]Hi Guys [code] strBody = strBody & <a name= & "anchor" & id= & (rsEmailAlert.Fields.Item("S_Id").value) & href= & " http://www.hair-salons.com/Hair-Salon-Search.asp" & > & "CLICK HERE" & </a> & vbCrLf [/code] Any help would be great:)[/QUOTE] Your Code should look like this: [code] strBody = strBody & "<a name=" & anchor …
[QUOTE=skb0415;890876] [CODE]elseIf msrankpriv <> "0" Then sSQL = "UPDATE memberSports SET msrankpriv = " & msrankpriv & " WHERE msMember = " & memberId [B][COLOR="Red"]Line 30[/COLOR][/B]---->objConn.Execute sSQL sSQL = "UPDATE memberSports SET mscheckspriv = " & mscheckspriv & " WHERE msMember = " & memberId[/CODE] [/QUOTE] Try this: [CODE]elseIf msrankpriv …
JooClops, When you create the radio button, assign it a value of the database id for that user. I am assuming that you have an autonumber value in the database for each user when they get created. If this is the case, then when you lookup the value for the …
The End.
jsvanc