|
I have know idea how to send text from one peron to the other.The problem is I am trying not to use Java,VBscript,
or ASP.Please help!
kyle
|
|
|
|
|
...please stay on the line. Our operators are currently busy with other members. Your post will be answered in the order in which it was received.
Thank You.
*Tip: asking the same question multiple times typically does not get a faster response.
A quick google -> http://www.parachat.com/free/[^]
BW
The Biggest Loser
"People look so snooty, take pills make them moody Automatic bazootie, zero to tutti frutti" -Hollywood Freaks
|
|
|
|
|
Have you tried Instant Messaging? SMS? Why re-invent the wheel, there are lots of programs out there?
It is not possible to do a web based chat room purely in the client browser, so JavaScript is out. You can use just about any other language though.
|
|
|
|
|
Use PHP, JSP, ASP.NET or CGI then...
But I would just use MSN or ICQ or YAHOO messangers!
theJazzyBrain
Excellence is not an act, but a habit! Aristotle
|
|
|
|
|
Hello,I'm trying to make a chat room for my website
but the only internet programming language I know is Javascript and I only know a little of that.I don't want to use Java(alot of users browsers do not support it.)I don't
know alot of ActiveX.If anybody could please tell me the languages I would need to know to create it It would be much
appreciated.
Kyle
|
|
|
|
|
Real time chat (like ICQ or MSN) you will need either ActiveX or Java.
How do I print my voice mail?
|
|
|
|
|
Hi,
I'm creating live chat application .I'm loading messages by calling a method in .asmx file from vbscript.This only works with IE.But can any one tell me what versions of IE is compatable to .asmx
Thanks in advance
|
|
|
|
|
Hi just know about Submission Wizard is,
Submission Wizard allows you to submit as many URL's as you like.
If someone knows details pls let me know.
Thanks in advance
Deeps..
|
|
|
|
|
I would like my hidden field to look like this, but it gets “chopped off” at the the first “ in the value section: I want it to contain a sentence with an “. How do I correct this? I’ve tried placing it in double “, but no success.
Brendan Vogt
|
|
|
|
|
|
the reason what you first typed did not work was because
you typed this:
<input type="hidden" name="hdnTitle" value="Add a <b><u>"News"</u></b> Article">The browser interperets it as
this:
<input type="hidden" name="hdnTitle" value="Add a ">
this is because you have a quotation mark whick is waht it need to end.Try this instead:
<html>
<body>
<input type="hidden" name="hdnTitle" value='Add a "News" Article'>the difference is that the text is in ' instead of ".
email me if you do not understand.
kyle
|
|
|
|
|
The other two replies will get around this one problem, but will fall over when you need a value like: Don't add a "News" Article - suddenly, those single quotes don't work any more!
The "correct" way to fix this is to encode the quotation mark, using the HTML named entity " . The input would then look like:
<input type="hidden" value="Don't add a "News" Article" />
If you're generating the page from ASP / ASP.NET code, you can simply call Server.HtmlEncode to properly encode your values:
Response.Write "<input type=""hidden"""
Response.Write " value=""" & Server.HtmlEncode("Don't add a ""News"" Article") & """
Response.Write " />"
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
|
|
|
|
|
I’m looking for code on how to write a basic content management system. I have basic code for the bold, italic, and underline tag. Does anyone know where I can find some decent code or articles on this subject?
I have a cancel button in one of my pages, it should go to the default (home page) when clicked. How do I write code for this?
Then, how does one disable the Browser’s back button? I saw this code somewhere, but not sure where.
Brendan 
|
|
|
|
|
Brendan Vogt wrote:
I’m looking for code on how to write a basic content management system. I have basic code for the bold, italic, and underline tag. Does anyone know where I can find some decent code or articles on this subject?
Do a google search
Brendan Vogt wrote:
I have a cancel button in one of my pages, it should go to the default (home page) when clicked. How do I write code for this?
Either use JScript and do the following inside onClick or anchor tag:
location.href = 'home.html';
or on the server side you can redirect; PHP is as follows:
header('location: home.html');
I don't imagine ASP is much different.
Brendan Vogt wrote:
Then, how does one disable the Browser’s back button? I saw this code somewhere, but not sure where.
Disabled? I'm not sure that without an activex component installed this would even be possible. The only time IE has disabled back/next buttons are disabled I think, is when there are no previous pages. So you would have to somehow programmatically clear your history cache. I'm not sure this is possible. If you find out otherwise let me know how
How do I print my voice mail?
|
|
|
|
|
I believe when you visit a web site the HTML it's images an dit's JScript are cached unless otherwise specified on the server side of things; like using PHP header() and no-cache or whatever.
What I want to know is:
1) I recall a meta parameter which you can use to prevent HTML from caching also, but i'm not sure what it is
2) If I prevent cachiong of the HTML page does this also prevent caching of JScript files? How about images?
It's crucial that images and jscript are not cached and everytime someone visits the page the get the newest image and jscript...
Any ideas? Particularily in the second question, i'll likely have the answer to one by the time anyone reads this. Of course answer it too if you can
Cheers
How do I print my voice mail?
|
|
|
|
|
Caching is a quagmire
http://support.microsoft.com/default.aspx?scid=kb;EN-US;234067
"No matter where you go, there your are." - Buckaroo Banzai
-pete
|
|
|
|
|
Client side, not server
How do I print my voice mail?
|
|
|
|
|
|
So it is
Thanks thats what I was lookin for
Cheers
How do I print my voice mail?
|
|
|
|
|
Message sent!");
}
else
{
echo("Message delivery failed... ");
}
?>
I put above code on a remote server and try to test its sending email function, when I set the $to to be my company's email address(my company's web server running on exchange), I cant receive email by excute above code, however if I change $to tobe yahoo or hotmail address, I will get the email immediately, What is happening? anybody knows?
|
|
|
|
|
Hi,
I need to know if we can check the state of an .exe file from asp page. The desired operation is to run and exe file from an asp page but if there are more users requesting to that file than the asp should either queue them or tell them to try again later...
Regards,
Hasan Rashid
|
|
|
|
|
Here is my problem:
i have to frames.
left frame: thumbs of pictures.
on the right i want to display the pictures in a larger scale
i huese href with thioe option target=
so far, no problem.
but the right frame will not take the attributes
i gave to him. like background color etc.
if i put the right frame to backgruoncolour 0x000000
it will change to 0xFFFFFF, when the large picture is displayed.
please help, an pitty my poor english
|
|
|
|
|
the page that you point to in href= should have the bgColor you need (0x000000) and the picture can be displayed on it using img tag.
|
|
|
|
|
hi,
thank you for your reply. but it does not work.
i use
and i set the bk-color in "hauptframe" to 0x000000.
as soon as i klick on the link the picture ist displayed, but with a white
bk-color.
|
|
|
|
|
Hi all,
I create menu in javascript and i want to add this menu in my .HTML file.
i give him url and target frame as "cdd__url_target= "_self" it open url in same page because i give target as _self but now i have page which content 4 frames i want to different target frame for different menus but when i set a target frame for all the url's but it take last target name it might be globel thats why. but if i want to open it one menu in contents frame and one in main frame what to do. Please reply me as early as possible.
Thanking You,
(Hemant Uttam Mane.)
|
|
|
|