473,385 Members | 1,570 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Creating a chat with html

japuentem
i want to create a chat with html but when i send a message from my window i don't know how to refresh the receiver window with html

Please help
Jun 20 '07 #1
6 2102
rnd me
427 Expert 256MB
i want to create a chat with html but when i send a message from my window i don't know how to refresh the receiver window with html

Please help
you can't!.

you will need to periodically refresh the page to check for updates.

you could use ajax to that in the background, but there is no way to "push" data to an end=user.

it might be possible using flash...

i made an ajax based im program last winter.
it used serverless webspace to store the current message in a tiny text file.

i defaulted to checking every 30 seconds normally, and every 7 seconds when the last change was within 5 mins.

if anyone know a better way, i think this is an interesting idea, and would like to see some examples.
Jun 21 '07 #2
nomad
664 Expert 512MB
i want to create a chat with html but when i send a message from my window i don't know how to refresh the receiver window with html

Please help
you can do it with HTML.
Go to WordPress it's easy to use.

nomad
Jun 22 '07 #3
moikzz
1
ey what's a wordpress???

anyone can post a code if using flash tnx :D
Jul 3 '07 #4
drhowarddrfine
7,435 Expert 4TB
WordPress is blogging software. It isn't just HTML. You cannot do what the OP is asking to do in HTML alone.
Jul 3 '07 #5
gits
5,390 Expert Mod 4TB
yes ... since a html-page is only a clientside-representation within the browser you cannot create a chat-program with it. you may create a form that submits data (messages) to a server where it has to be stored in any way so that the counterpart of your chat is able to pull the message from there. for that purpose serverside technologies are not avoidable ... so the simple answer is: you cannot create a chat-program with html only ... even not with html and javascript (clientside js of course) ... serverside programming has always to be involved for that purpose ... (software may hide that ... but it is involved ... i don't know of any possibility to do it without any serverside actions) ...

kind regards ...
Jul 3 '07 #6
nomad
664 Expert 512MB
you can do it with HTML.
Go to WordPress it's easy to use.

nomad
opss that was suppost to say
you can not....

if you know PHP you can make a simple blog...
Jul 3 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Savas Ates | last post by:
how can i do a chat page with asp .. does anyone have example codes or url.. or with java.. please help me...
1
by: Craig Lister | last post by:
I've made a small chat page for a website that I made as a hobby... I didn't want to use Java, as alot of users can't/don't know how to download and install this. I know it's easy, people. But...
10
by: *ProteanThread* | last post by:
since a majority of people are still on dial up or at most DSL (though there *IS* broadband) does it help or hurt one's webpage adding multi media ? does it necessarily distract from the theme of...
7
by: Gooshi | last post by:
Is it possible to write a dead simple html chat client ie one form that can be accessed by two people : ie a form that has two text areas - one for me to write to - one for another person to...
0
by: Eric Sassaman [MS] | last post by:
Online Chat: Upgrading COM Applications to .NET with Visual C++ 2005 Many applications consume and expose COM interfaces as their object models today. And .NET has tools such as tlbimp, tlbexp...
0
by: Eric Sassaman [MS] | last post by:
Online Chat: Upgrading COM Applications to .NET with Visual C++ 2005 Many applications consume and expose COM interfaces as their object models today. And .NET has tools such as tlbimp, tlbexp...
7
by: coleenholley | last post by:
Hi all :-) I have a couple of web pages created using ASP.Net and VB code-behind. We use a connection call through an RPC to COBOL, NOT an SQL connection, so my connection to get the data is done...
5
by: Bhaiyyah | last post by:
I am repetitively failing to login with any user name for XHTML Chat. Here is some info I copied from view source: Link: http://www.shiachat.com/forum/chat.html ...
4
by: nbt725 | last post by:
Dear Sir, Hello ! I want 1 to 1 chat script in php between client coming to site to chat with admin. And admin can chat with multiple client.There can be multiple admin. I want to disable login...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.