Forum: JavaScript / DHTML / AJAX Jul 9th, 2009 |
| Replies: 1 Views: 470 hello every one
sorry if my activity not very well at last few days
:icon_rolleyes:
I need function 2 remove spaces if more than one
and to merge lines into one line like this |
Forum: ASP Jul 2nd, 2009 |
| Replies: 7 Views: 1,846 |
Forum: ASP Feb 28th, 2009 |
| Replies: 7 Views: 1,846 thank u for reply
so i think if site is not on my computer
i just hired space and domain
i must call the company i hired from
and tell them to do as u told
is that no other way because they... |
Forum: Graphics and Multimedia Feb 28th, 2009 |
| Replies: 5 Views: 1,428 First of all thank u for trying to help
second : the main goal of forums to give tutorials and explain
so i did not find any thing wrong if some one could do something
to help me
third: i... |
Forum: ASP Feb 26th, 2009 |
| Replies: 5 Views: 870 thank u for reply
but i do not get a site name |
Forum: Graphics and Multimedia Feb 26th, 2009 |
| Replies: 5 Views: 1,428 why there is no answer
it is my first post !
i expect more cooperation |
Forum: ASP Feb 26th, 2009 |
| Replies: 5 Views: 870 Hi all :) :(
i want to make messaging system in my site contains :
-sending messages to users when there are new threads
user can choose to receive it or not
-sending messages to users when... |
Forum: Graphics and Multimedia Feb 24th, 2009 |
| Replies: 5 Views: 1,428 hello every one
i want to know how i make amazing background like www.elissalovers.net (http://www.elissalovers.net)
in photoshop and how
or in flash
please help
:rolleyes: |
Forum: ASP Feb 23rd, 2009 |
| Replies: 7 Views: 1,846 Hi all :) :rolleyes: :confused:
redirect user to another page
in some sites if i typed address wrong it redirect me to another page in site
home page for example
instead of error page 404... |
Forum: ASP Feb 22nd, 2009 |
| Replies: 2 Views: 846 help please ........!!!!!!!! |
Forum: ASP Feb 22nd, 2009 |
| Replies: 2 Views: 846 Good mourning or Good night ;)
i am working on asp site (VBscript)
of course with javascript as client side
i wanna 2 count n of visitors at same page
just like when u open for ex asp forum in... |
Forum: JavaScript / DHTML / AJAX Feb 18th, 2009 |
| Replies: 5 Views: 970 then it gives me :
ajaxobj.get is not a function |
Forum: JavaScript / DHTML / AJAX Feb 18th, 2009 |
| Replies: 5 Views: 970 :) :( :'(
look i include a js file having this function
XMLHttp = function() {
self = this;
if (typeof XMLHttpRequest != 'undefined')
return new XMLHttpRequest();
else if... |
Forum: JavaScript / DHTML / AJAX Feb 17th, 2009 |
| Replies: 5 Views: 970 XMLHttp.prototype.get = function(url) {
self.open("GET", url, true)
self.onreadystatechange = function() {
self.processRequest();}
self.send(null);}
thanks for trying 2 help
yes i... |
Forum: JavaScript / DHTML / AJAX Feb 16th, 2009 |
| Replies: 5 Views: 970 welcome every body
this is my first post
when i tried this code to accept multiple requests in ajax
http://javascript.about.com/library/blajax13.htm
it gives me error "get is not a function"... |