Forum: JavaScript / DHTML / AJAX Feb 18th, 2005 |
| Replies: 11 Views: 9,501 I'm glad you've done it!! Sorry I didn't have time to assist this time. :sad:
However, it seems as though you have graduated! :cool: |
Forum: JavaScript / DHTML / AJAX Jan 27th, 2005 |
| Replies: 11 Views: 9,501 Boy do I know how you feel :!: You were very close! Remember this about Javascript code: the '+' operator acts as both an agent to add numbers and concatenate strings. ;) The latter, concatenation... |
Forum: JavaScript / DHTML / AJAX Jan 21st, 2005 |
| Replies: 11 Views: 9,501 Hello Mr. Woo.
I would just like to bring to your attention the suspect:) lines of code above. (Very simple but effective logic by the way! :cool: ) Keep in mind that Javascript is case sensitive... |
Forum: ASP Jan 7th, 2005 |
| Replies: 4 Views: 8,063 In agreement/addition to what has been posted I have found this site (http://www.learnasp.com/learnasp/) and this site (http://www.learnasp.com/freebook/learn/) (made by the same person) including... |
Forum: ASP Jan 6th, 2005 |
| Replies: 1 Views: 3,742 Hello,
I don't know if you have seen this resource, but if I need such things as menus and the like I go HERE (http://www.dynamicdrive.com). There are several resources like this one that can be... |
Forum: JavaScript / DHTML / AJAX Jan 5th, 2005 |
| Replies: 1 Views: 24,266 You might want to use the join method in Jscript to populate your client side javascript. Use the join like this on an array called cars:
<%
var sep = "','";
var carlist =... |
Forum: HTML and CSS Jan 5th, 2005 |
| Replies: 1 Views: 12,194 This sounds very simple, but I may be understanding the question wrongly, so please forgive me if I don't answer your question correctly. ;) This is the code that I use to bring up popups of... |
Forum: ASP.NET Jan 5th, 2005 |
| Replies: 74 Views: 198,468 Paladine,
I finally solved the problem. :cheesy: I was not getting a response from the page because my webform button was not set up correctly. :o
This is the code that I modified from the... |
Forum: ASP.NET Jan 4th, 2005 |
| Replies: 74 Views: 198,468 Thanks for answering Paladine!
Thats very helpful. (When one doesn't know whats wrong, one has a tendency to waste time with things that are really inconsequential.) The nature of this problem... |
Forum: ASP.NET Jan 4th, 2005 |
| Replies: 74 Views: 198,468 Experts,
This code has been a very good introduction for me to learn the .Net environment. :D I am currently porting/translating an application done in traditional ASP into .Net. However, I am... |