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)
^
User Profile
Collapse
-
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 gettingLeave a comment:
-
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... -
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'>"
Leave a comment:
-
wait both them did not work. i got this error
" microsoft VBScript runtime error '800a005e'
Invalid use of Null: 'Replace@Leave a comment:
-
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 moreLeave a comment:
-
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"...Leave a comment:
-
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
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
Leave a comment: