Forum: JavaScript / DHTML / AJAX Jun 23rd, 2009 |
| Replies: 1 Views: 2,189 I am not really good with css but I think you should !important in your css. when you put !important tag in css that property does not overwriten by surrounding tags here is page ... |
Forum: JavaScript / DHTML / AJAX Jun 12th, 2009 |
| Replies: 4 Views: 994 actualy that did not work either.I tried it on windows (ff , ie , chrome). It worked as same as before. and there is another problem. innerText of new script element looks empty from firebug. I... |
Forum: JavaScript / DHTML / AJAX Jun 12th, 2009 |
| Replies: 12 Views: 2,628 ok I saw this on another page. so I am not sure how it will work. but as a data when you send
arrayElement=1&arrayElement=2&arrayElement=3
you can send all the elements to server. and you can... |
Forum: JavaScript / DHTML / AJAX Jun 12th, 2009 |
| Replies: 1 Views: 366 I tried it on ie7 and it worked. |
Forum: JavaScript / DHTML / AJAX Jun 12th, 2009 |
| Replies: 4 Views: 994 First of all thank you for quick response.
Let me tell you what I am trying to do.in this project. I go to settings page and create a new wall. then in my page (in this case tutorial page 3).... |
Forum: JavaScript / DHTML / AJAX Jun 11th, 2009 |
| Replies: 2 Views: 1,009 You already wrote the answer on the title. You can use ajax. I suggest you to go to an ajax tutorial page and learn how it works. Because what you want to do will be an example on that page. Anyway... |
Forum: JavaScript / DHTML / AJAX Jun 11th, 2009 |
| Replies: 4 Views: 994 Hi I am working on a little project I'd like to call post database and I got a little problem. when user clicks a page number, I bring html content from server and add it to page. And I can see the... |