Search Result

Collapse
2 results in 0.0037 seconds.
Keywords
Members
Tags
smilies
  •  

  • geekynewbie
    started a topic Error with my smilies code

    Error with my smilies code

    Hi there. i am trying tying to add weight and height to this script of mine.
    Code:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
    <!--#include file="../Connections/*******.asp" -->
    <%
    Dim RSsb
    Dim RSsb_numRows
    
    Set RSsb = Server.CreateObject("ADODB.Recordset")
    RSsb.ActiveConnection = MM_production_STRING
    RSsb.Source = "SELECT * FROM dbo.RSshoutbox
    ...
    See more | Go to post

  • geekynewbie
    started a topic Smilies in asp database

    Smilies in asp database

    Hi there, i have a website i am working on and i want to be able to let users use smiles but i cant get them to work. Any ideas here is my main body
    Code:
    <%function smilify(chatText) 
       dim smileys(10) 
       dim smileyGraphics(10) 
       smileys(0) = ":)" 
       smileys(1) = ":S" 
       smileys(2) = ";)" 
       smileyGraphics(0) = "<img src='smiley0.gif'>"
    ...
    See more | Go to post
Working...