Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~797 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

4 Posted Topics

Member Avatar for jsvanc

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 …

Member Avatar for jsvanc
0
322
Member Avatar for whisper_101

[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 …

Member Avatar for whisper_101
0
121
Member Avatar for skb0415

[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 …

Member Avatar for jsvanc
0
165
Member Avatar for JooClops

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 …

Member Avatar for jsvanc
0
186

The End.