Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 3 of 3
Search took 0.04 seconds.
Search: Posts Made By: TheQuestor
Forum: JavaScript programming 12-18-2010, 03:10 PM
Replies: 1
Views: 725
Posted By TheQuestor
I'm completely javascript illiterate so please help

<%Function PF(num)%>
<script type="text/javascript">
<!--
function toggleOff()
{
document.getElementById("floatingBox").style.display = "none";
}
//-->
</script>
<div...
Forum: ASP 07-11-2009, 05:36 AM
Replies: 3
Views: 1,110
Posted By TheQuestor
Ended up using this Set rsSkinNames =...

Ended up using this
Set rsSkinNames = Server.CreateObject("ADODB.Recordset")
strSQL = "SELECT Skin, " & _
"COUNT(Rank) AS RankCount, " & _
"SUM(Rank) AS RankSum, " & _
...
Forum: ASP 06-25-2009, 02:43 AM
Replies: 3
Views: 1,110
Posted By TheQuestor
How to sort an output of a simple asp output

I just can't get my head to grasp how to do this

I have my sql setup, and in it a number of skins. The skins are are able to be ranked and I need to be able to sort the skins by the rank.

I'm...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT +1. The time now is 04:57 PM.