User Profile

Collapse

Profile Sidebar

Collapse
petvampire
petvampire
Last Activity: Jul 29 '10, 08:08 PM
Joined: Jul 10 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • petvampire
    replied to Smilie filter
    still no joy. this is the error now

    Microsoft VBScript compilation error '800a03ea'

    Syntax error

    /apps/chat/room/thelocal/chat-display-push.asp, line 144

    sub smilify(chatTex t)
    ^
    See more | Go to post

    Leave a comment:


  • petvampire
    replied to Smilie filter
    Microsoft VBScript compilation error '800a03ea'

    Syntax error

    /apps/chat/room/thelocal/chat-display-push.asp, line 134

    function smilify(chatTex t)
    ^


    thats the error im now getting
    See more | Go to post

    Leave a comment:


  • petvampire
    started a topic pop up window ajax

    pop up window ajax

    not sure if some one got a answer to this little issue. Im built a page that calls information from a page called database-update.asp and puts it in to the div tag Reload this. What i am trying to do is make a pop up so if some one clicks the link shown it open a pop up window. When trying to do this nothing happens. Any ideas how i can get a pop up window. I be Honest i do not understand ajax as im just using it as a refresh method to get new information...
    See more | Go to post

  • petvampire
    replied to Smilie filter
    Code:
     <%=(chatmsg.Fields.Item("TBLusername").Value)%></span>
          <span class="style7"><font color="#9900FF">
    	  <%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

    Leave a comment:


  • petvampire
    replied to Smilie filter
    wait both them did not work. i got this error

    " microsoft VBScript runtime error '800a005e'
    Invalid use of Null: 'Replace@
    See more | Go to post

    Leave a comment:


  • petvampire
    replied to Smilie filter
    still did not work

    i could not get the script to work. i got the firsrt one to work as such. i try again and i post some more
    See more | Go to post

    Leave a comment:


  • petvampire
    replied to Smilie filter
    Smilie filter

    hey there. im new to the coding side of asp as i learnt html before hand. What im trying to do is intergreat a smilie filter in to a small chat i building for me and and some mates. The chat is using a SQL database and IIS. my current source code for it is here:
    [code=asp]
    <%@LANGUAGE="VB SCRIPT" CODEPAGE="1252" %>
    <!--#include file="../../../../Connections/databasechat.as p"...
    See more | Go to post
    Last edited by jhardman; Jul 13 '09, 04:41 PM. Reason: added code tags

    Leave a comment:


  • petvampire
    started a topic Smilie filter

    Smilie filter

    hey there. im new to the coding side of asp as i learnt html before hand. What im trying to do is intergreat a smilie filter in to a small chat i building for me and and some mates. The chat is using a SQL database and IIS. my current source code for it is here:
    Code:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
    <!--#include file="../../../../Connections/databasechat.asp" -->
    <%
    Dim
    ...
    See more | Go to post
    Last edited by Frinavale; Jul 14 '09, 02:16 PM. Reason: Added code tags. Please post code in [code] [/code] tags. Merged duplicate threads.
No activity results to display
Show More
Working...