|
Hi All,
I have made a messenger application fot my site in asp.
To display the messages I am refreshing the display page every 5 sec.
But I want some functionality where I can get the information as soon as a new message comes,
so that instead of refreshing the page every 5 sec. I can refresh it only if some new message comes.
Anybody having a solution to this problem in asp, please suggest me!!
Thanks.
Dipti
Dipti
|
|
|
|
|
Dear Sir
I would like to know how to save z-order of a window.
Kindly reply me soon.
Thanking you.
With Regards,
Adarsh
|
|
|
|
|
Dont repeat the messages please!
I was born intelligent Education ruined me!.
|
|
|
|
|
It is very rude to say REPLY IMMEDIATELY.
As if we have nothing else to do with our valuable time...
|---------------|
| theJazzyBrain |
|---------------|
|
|
|
|
|
Dear Sir
I would like to know how to save z-order of a window.
Kindly reply me soon.
Thanking you.
With Regards,
Adarsh
|
|
|
|
|
How to Trim a string in JavaScript? (Like the Trim() function in VBScript.
Thank you for any reply.
|
|
|
|
|
Dont repeat the messages!
I was born intelligent Education ruined me!.
|
|
|
|
|
Hello,I have never write a spider program,I need help!
Thanks for your help.;)
|
|
|
|
|
should be anything like active x controls.... if u get information from other sources... u can share that here..
I was born intelligent Education ruined me!.
|
|
|
|
|
I have just got some,but not enough.
http://www.google.com/search?q=web+crawler+program&hl=zh-CN&lr=&ie=UTF-8&oe=UTF-8&start=10&sa=N
|
|
|
|
|
google results are fine...
it would b of help when the link leads to the ONE you think that it is the ANSWER for the question!
I was born intelligent Education ruined me!.
|
|
|
|
|
|
|
I wonder how the offline web browser process the webpage's links. When the page is downloaded,all the links point to local files.By programing,how to perform
Thanks
|
|
|
|
|
I guess.... change the links in the page to the local reference by ../ ../dirname etc??
I was born intelligent Education ruined me!.
|
|
|
|
|
Yes,this is a way,but this is difficult to do when give you
only the webpage's source code.I wonder how to alter the links in the source code.
|
|
|
|
|
may be like this... the utility first collects the site URL.. and makes that as a reference to find and replace the URLs' from the site.. also to make it robust... it makes a BETTER find and replace algorithm!!
I guess it is not just a find and replace stuff!
I was born intelligent Education ruined me!.
|
|
|
|
|
How can I pass arguments to a .swf embedded in a HTML page, and how can I evaluate them in the flash animation?
"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
sighist | Agile Programming | doxygen
|
|
|
|
|
Hi
Does anyone know how to put two graphic file s over each other.
I want to insert a dot (jpeg) on a map (jpeg) when user selects "View my home", and remove the dot and put it on another place on the same map for "view my friend's home".
I've tried:
function p(q){
return q = 90;
};
The code works fine when I type an actual value instead of p(q), but I want to be able to change the value of q.
I've thought of setting the map picture as background, but that won't work for future applications.
Thanks
|
|
|
|
|
If you want to put two html objects over each other you can do it using position.
For example this will put dot at position [150,50] (from left top corner of window client area)
<img src="map.jpg" style="position:absolute; left:0; top:0;" >
<img src="dot.jpg" id="dotObj" style="position:absolute; left:150px; top:50px;" >
To change position of 'dot' image you can use javascript:
el=document.getElementById('dotObj');
el.style.left="20px";
el.style.top="80px";
i'm only pointer to myself
|
|
|
|
|
What internet sites do you all feel have the best looking designs? Sites which are clean, crisp, professional, and creative.
Mark Sanders
sanderssolutions.com
|
|
|
|
|
|
I want when user click on a url of file(or anything like that),that file execute ,bot download.Is that possible with javascript?
Mazy
No sig. available now.
|
|
|
|
|
Do you mean you want a file to execute on the server or on the client machine?
|
|
|
|
|
antbates wrote:
Do you mean you want a file to execute on the server or on the client machine?
I think I'was not clear. The file download AND run client mavhine.Some times when I want to download some installsheild,the run automaticlly. I want something like that.
Mazy
No sig. available now.
|
|
|
|