NinjaTurtle
07-22-2002, 03:11 AM
dear,
how to play when there are new message in???
i use asp to control the sound play,
<%
if newmessage = "new" then
Response.write "<embed src=knock.wav hidden=true controls=smallconsole autostart=true name=vid>New meesage(s)!!</embed>"
else
response.write "No new message(s)"
end if
%>
The main point is not ASP coding is the sound play control in HTML.
how to play when there are new message in???
i use asp to control the sound play,
<%
if newmessage = "new" then
Response.write "<embed src=knock.wav hidden=true controls=smallconsole autostart=true name=vid>New meesage(s)!!</embed>"
else
response.write "No new message(s)"
end if
%>
The main point is not ASP coding is the sound play control in HTML.