Forum: Windows Vista and Windows 7 Mar 13th, 2008 |
| Replies: 54 Views: 24,624 I think that installing Windows systems is too easy, It's really easy! :) |
Forum: JavaScript / DHTML / AJAX Jan 11th, 2008 |
| Replies: 8 Views: 2,222 I've done that but the HTML page says:
<<Error: Object doesn't support this property or method>>
This is the HTML page(ctb.htm):
<script src="gtcht.js"></script>
<script language="javascript">... |
Forum: JavaScript / DHTML / AJAX Dec 29th, 2007 |
| Replies: 8 Views: 2,222 Thanks for helping, I'm going to try it.. thanks again. :) |
Forum: JavaScript / DHTML / AJAX Dec 28th, 2007 |
| Replies: 8 Views: 2,222 Thanks, In your reply I see that you did not understand my question well, I do not want to remove a text and that is not my problem.
My problem is that the text being removed and being created... |
Forum: JavaScript / DHTML / AJAX Dec 26th, 2007 |
| Replies: 8 Views: 2,222 Thanks for trying to help, but that does not help! :)
I said I want to write a messenger
And the messenger does not need a (Select) :)
I hope you can help :-/ |
Forum: JavaScript / DHTML / AJAX Dec 25th, 2007 |
| Replies: 8 Views: 2,222 Hello everybody, I've written a program which contains AJAX...
The program is a messenger...
The code was:
var http = createRequestObject();
function createRequestObject(){
var request_;
... |
Forum: JavaScript / DHTML / AJAX Dec 14th, 2007 |
| Replies: 3 Views: 1,541 Thanks but that does not help...
I want to keep the images (.GIF) moving until it completes.
However my file does not do that...
the page auto-refreshes...
Can you solve it? |
Forum: JavaScript / DHTML / AJAX Dec 13th, 2007 |
| Replies: 6 Views: 1,347 May I ask you to explain please?
:-/
What is ||
and what is .which
and what are .srcElement and .target?
please explain 'cause I did not understand that. :) |
Forum: JavaScript / DHTML / AJAX Dec 13th, 2007 |
| Replies: 6 Views: 1,347 Sorry, my question wasn't clear enough... :)
I want the form to submit when I press "enter" even if I was focusing on a Textarea..
Did you understand?
Thank you. |
Forum: JavaScript / DHTML / AJAX Dec 13th, 2007 |
| Replies: 3 Views: 1,541 Hello everybody,
I wrote a file using AJAX this is the code I wrote:
File.js
var http = createRequestObject();
function createRequestObject(){
var request_;
var browser =... |
Forum: JavaScript / DHTML / AJAX Dec 13th, 2007 |
| Replies: 6 Views: 1,347 Maybe you did not understand my question: :)
my question was:
I want to submit my form by pressing "Enter" via the keyboard...
onpress enter="form.submit"
Thank you. |
Forum: JavaScript / DHTML / AJAX Dec 12th, 2007 |
| Replies: 6 Views: 1,347 Hi everybody,
I have a question:
:-/
I want to submit a form in an HTML page by pressing Enter and it does not submit if I press Ctrl+Enter |
Forum: PHP Dec 7th, 2007 |
| Replies: 18 Views: 3,934 Thank you, Please read the text again,
I want to download a file from a sub folder.
Can you help me ? :-/ |
Forum: PHP Dec 3rd, 2007 |
| Replies: 3 Views: 828 Thank you very much for this answer
:) |
Forum: Game Development Dec 2nd, 2007 |
| Replies: 20 Views: 7,519 Well, Thank you all, I have learned a lot in 3D Max, However I did not find a book teaches the 3D Max Script, Anyway thank you all for your help.:) |
Forum: PHP Dec 2nd, 2007 |
| Replies: 3 Views: 828 Hello everybody, I want to write an email to some one by php function... I mean Mail(....)
What may I write in the headers to send this message safety to another one...
I mean by using the (Cc)
... |
Forum: PHP Dec 2nd, 2007 |
| Replies: 18 Views: 3,934 If you did not understand the question please say that to explain more, or to talk in private
:-/
Thanks. |
Forum: PHP Dec 1st, 2007 |
| Replies: 18 Views: 3,934 :( Sorry but I do not know a lot in France, Please speak in English.
Maybe you did not understand my question, Please read it again.
I want the page downloads a file automatically(The file is in a... |
Forum: PHP Dec 1st, 2007 |
| Replies: 18 Views: 3,934 [/QUOTE]
Thanks, But what will these functions do :
$fp=fopen("$dwnld", "r");
fpassthru($fp); |
Forum: PHP Nov 28th, 2007 |
| Replies: 18 Views: 3,934 Thanks... Waiting for it... :) |
Forum: PHP Nov 28th, 2007 |
| Replies: 18 Views: 3,934 Thanks but that is not correct.
I want a button locates to another page which can download a file automaticially in the header.
:-/
Thanks.. |
Forum: PHP Nov 27th, 2007 |
| Replies: 3 Views: 1,536 OK, I added you 2. :)
I hope if any body solves the problem that he posts it as a reply in this thread for the usefulness. |
Forum: PHP Nov 26th, 2007 |
| Replies: 3 Views: 1,536 Sorry Xavier1234 ... Please explain more than that :-/ , Do you mean you want a registeration page? |
Forum: PHP Nov 26th, 2007 |
| Replies: 18 Views: 3,934 maybe you did not ubderstand...
I want the page download the file automatically when the variable ($id=="1") or ($id=="2")
or ($id=="3")....
can anyone tell me? Please quickly... Thanks. |
Forum: PHP Nov 26th, 2007 |
| Replies: 2 Views: 787 Check the letters case... it is necessary in PHP.
localhost not local host
:D
hope that helps |
Forum: PHP Nov 26th, 2007 |
| Replies: 18 Views: 3,934 Maybe you did not understand.. explain? ::)
I just want to download a file by clicking on a button.. can any one help me? :? :-/ |
Forum: PHP Nov 26th, 2007 |
| Replies: 18 Views: 3,934 Hi, I tried this code:
<?php
session_start();
$id=$_GET['fileid'];
if($id=="1")
{
$dwnld = "File1.zip";
}
else if($id=="2") |
Forum: PHP Oct 14th, 2007 |
| Replies: 5 Views: 1,383 I think you did not understand me, I explain:
I wrote a chat program , I want when a user sends a message the message appears with mixed colors... the color of the first letter=green , the 2nd... |
Forum: PHP Oct 13th, 2007 |
| Replies: 5 Views: 1,383 Hello everybody;
I want to color a text gradually by PHP
Explain: I want to color each letter with a color, like:
Hello: H=green e=red l=blue (And repeat) l=green o=red |
Forum: PHP Oct 9th, 2007 |
| Replies: 2 Views: 2,595 Thanks guys I have sloved it.
The correct code:
<?php $WACnt=33; require("Wordsarray.php"); while($WACnt>=0) {
... |
Forum: PHP Oct 7th, 2007 |
| Replies: 2 Views: 2,595 Hi guys, I wrote:
<?php
$WACnt=33;
while($WACnt>=0)
{
require("Wordsarray.php");
$enn=preg_replace("/".$normal[$WACnt]."/i",$tidied[$WACnt],$enn);
... |
Forum: PHP Oct 5th, 2007 |
| Replies: 3 Views: 741 Thanks for your reply, I want the text normally typed, what is preg_replace?Thanks |
Forum: PHP Oct 5th, 2007 |
| Replies: 3 Views: 741 Peace, I tried to replace a string with a string:
<?php
$Msg=$_POST['Msg'];
$arrA=array(' ' ,'-red' ,'-blue' ,'-green' );
$arrB=array('</font>','<font color=red>','<font color=blue>','<font... |
Forum: PHP Sep 27th, 2007 |
| Replies: 3 Views: 766 Sorry but I know this... I created a menu shows the available users, It gets the names from the mysql database, I need to make it when the user expires 20 minutes it will logout and delete the user... |
Forum: PHP Sep 27th, 2007 |
| Replies: 3 Views: 766 Peace, I wrote a PHP File Contains a login form, If the user logs in a field will be inserted into the MySQL DataBase, So I want to make an automatic logout after 20 minutes idle.
I wrote:
<?php... |
Forum: PHP Sep 17th, 2007 |
| Replies: 13 Views: 1,507 I did it... It works thanks, But Can I write the From Form in other language? |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2007 |
| Replies: 1 Views: 1,267 I saw a chat prog on the Internet
The web page shows the messages quickly without reloading the web-page...
Can anybody do that or teach me how to do that? |
Forum: PHP Sep 15th, 2007 |
| Replies: 3 Views: 686 Peace, I saw a chat Program on the Net...
The Messages In it automatically shows itselves without reloading the web-page..
I saw that and I wondered....
Does Any one know how to do that? |
Forum: PHP Sep 15th, 2007 |
| Replies: 13 Views: 1,507 Peace, No I wrote the same code which you gave me, I didn't change the variables,
But when I send the message it comes like these:
From: anonymous@hoster907.com
To: info@3malas.com
Subject:... |
Forum: PHP Sep 15th, 2007 |
| Replies: 13 Views: 1,507 Peace, No I wrote the same code which you gave me, I didn't change the variables,
But when I send the message it comes like these:
From: anonymous@hoster907.com
To: info@3malas.com
Subject:... |