Forum: JavaScript / DHTML / AJAX 4 Days Ago |
| Replies: 1 Views: 250 The first step would be to get the server side of your request programmed. This will mean you would need knowledge in a language such as PHP, ASP, or JSP. If you already have a backend coded, the... |
Forum: JavaScript / DHTML / AJAX Aug 31st, 2009 |
| Replies: 5 Views: 1,411 Very easily done!
Anyhow, if all of your problems have been solved and all questions answers I ask that you mark this thread as solved!! Thanks! |
Forum: JavaScript / DHTML / AJAX Aug 16th, 2009 |
| Replies: 5 Views: 1,411 Ahh....yes! I clumsily forgot to place .style before the .color or any other property. :D Wouldn't be the first time... ;) |
Forum: JavaScript / DHTML / AJAX Aug 16th, 2009 |
| Replies: 1 Views: 366 I'm not sure if this can be done in JavaScript, because printing involves browser-controlled dialogs and there can be other complications such as the printer being off. You could set a timer and... |
Forum: JavaScript / DHTML / AJAX Aug 16th, 2009 |
| Replies: 5 Views: 1,411 You need to look into JavaScript and DOM. Give you DIV an id and then you can import the DIV as an object with:
div = document.getElementById('div_id');
Then you can change the styles with:
... |
Forum: JavaScript / DHTML / AJAX Jul 5th, 2009 |
| Replies: 6 Views: 861 That's great that you got it to work! If you don't have any more questions...would you please mark this thread as solved? |
Forum: JavaScript / DHTML / AJAX Jul 4th, 2009 |
| Replies: 6 Views: 861 The problem is with the descriptions. It's just that IE will stop working on errors while most other browsers will try to continue. Specifically, the problem with your code is with line 248.... |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 6 Views: 861 Well at first glance it looks like your JS file contains some JQuery, so I would start by making sure you have the JQuery library included in your page. It would also help if you could give us the... |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 2 Views: 881 That works perfectly!! Thanks so much!! |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 2 Views: 881 Hi,
I've been designing a web application that scales to fit the available window space in the web browser so that there is no need to use the scroll bar (and the whole point of the application is... |
Forum: JavaScript / DHTML / AJAX May 25th, 2009 |
| Replies: 9 Views: 42,666 Oh wow I didn't realize that this thread was that old. Now that I think about it....was jQuery even around back then? |
Forum: JavaScript / DHTML / AJAX May 25th, 2009 |
| Replies: 9 Views: 42,666 What about JQuery?? jQuery Documentation: http://docs.jquery.com/Ajax/load#urldatacallback
If not maybe try this code:
/*For safety reasons I would only allow the PHP file to determine the... |
Forum: JavaScript / DHTML / AJAX Feb 20th, 2009 |
| Replies: 6 Views: 1,682 Thanks for the code. I think I have found a solution myself though. Simply name the action input field act and give it an id of act and then add onSubmit="document.getElementById('act').name =... |
Forum: JavaScript / DHTML / AJAX Feb 19th, 2009 |
| Replies: 6 Views: 1,682 Anyone have a solution, I could really use some help here!!
Thanks!! :D |
Forum: JavaScript / DHTML / AJAX Feb 16th, 2009 |
| Replies: 6 Views: 1,682 Thanks for the reply, but that's not exactly what I'm looking for. Let me explain further. When a link calls the JavaScript go function (Lets say the page is "home") JavaScript changes the normal go... |
Forum: JavaScript / DHTML / AJAX Feb 16th, 2009 |
| Replies: 6 Views: 1,682 Hey Everyone!
I have come across a very interesting problem that seems to be impossible to solve. Basically a web application that I am working on relies on a JavaScript function called go to change... |
Forum: JavaScript / DHTML / AJAX Oct 10th, 2008 |
| Replies: 2 Views: 1,044 |
Forum: JavaScript / DHTML / AJAX Oct 6th, 2008 |
| Replies: 2 Views: 1,044 Hello,
I am creating a feature for a site, that when you click a button changes specified text to a textbox that lets you edit the text. When the user presses enter, the textbox will dissapear and... |
Forum: JavaScript / DHTML / AJAX Oct 5th, 2008 |
| Replies: 1 Views: 1,419 I would be a great help if you posted your code so we can see exactly what you are talking about!!! |
Forum: JavaScript / DHTML / AJAX Oct 5th, 2008 |
| Replies: 3 Views: 965 Thanks. It's always a ridiculous mistake like that with me!!!! :D |
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2008 |
| Replies: 3 Views: 965 Hello,
I have a problem with my form validator. For some reason it will always return true when it should return false and display and error message (either about a blank username or password).... |