Forum: JavaScript / DHTML / AJAX Apr 2nd, 2007 |
| Replies: 1 Views: 2,860 This doesn't use ASP, but it should give you the client-side info you need.
http://remysharp.com/2007/01/20/auto-populating-select-boxes-using-jquery-ajax/
I highly recommend the JQuery... |
Forum: JavaScript / DHTML / AJAX Mar 30th, 2007 |
| Replies: 4 Views: 11,775 You have not declared a doctype for this page. This leaves each browser to decide how it will render the page (quirks mode) vs following standards (standards mode). Declaring a doctype may make FF... |
Forum: JavaScript / DHTML / AJAX Mar 30th, 2007 |
| Replies: 2 Views: 3,775 I think you need to reference the form name as well so it would be something like this:
Number(document.formName.blackeyedsusan.value) ... |
Forum: JavaScript / DHTML / AJAX Mar 29th, 2006 |
| Replies: 6 Views: 2,588 I suppose the best option would be to add to the standard context menu, is that an option tgreer? |
Forum: JavaScript / DHTML / AJAX Feb 23rd, 2006 |
| Replies: 3 Views: 8,908 AJAX will do this, but it's probably overkill for most situations. How long is it taking the page to load? |
Forum: JavaScript / DHTML / AJAX Feb 22nd, 2006 |
| Replies: 4 Views: 1,911 If you are talking about where you have http://www.BuyPixelScript.com it is because you aren't using anchors. |
Forum: JavaScript / DHTML / AJAX Apr 20th, 2005 |
| Replies: 5 Views: 12,104 |
Forum: JavaScript / DHTML / AJAX Apr 19th, 2005 |
| Replies: 5 Views: 12,104 You will be happy to know that this works in Firefox, but not in Internet Explorer. I'm not sure what the exact problem is, but it has something to do with the DOM and browser compatibility. If I... |
Forum: JavaScript / DHTML / AJAX Apr 18th, 2005 |
| Replies: 3 Views: 2,287 Try wrapping your code in code tags....
<img src="www.images.com"></img>
will give:
<img src="www.images.com"></img>
(had to use php tags so you could see code tags lol) |
Forum: JavaScript / DHTML / AJAX Apr 15th, 2005 |
| Replies: 2 Views: 3,634 Yes Internet Explorer supports Javascript. What type of application are you trying to develop? |
Forum: JavaScript / DHTML / AJAX Apr 15th, 2005 |
| Replies: 9 Views: 51,816 Codepunk's site isn't fancy or anything, but I find his tutorials very easy to follow and understand. Sorry for the slightly offtopic post :) |
Forum: JavaScript / DHTML / AJAX Apr 10th, 2005 |
| Replies: 4 Views: 5,817 Ahh, that worked like a charm. Thanks man :) |
Forum: JavaScript / DHTML / AJAX Apr 9th, 2005 |
| Replies: 4 Views: 5,817 DaveSW I hope you will help me :)
At this site (http://www.AgentsWarZone.com/forum/home.php). There is a vertical menu on the left side of the page. It uses some javascript for styling and... |
Forum: JavaScript / DHTML / AJAX Mar 29th, 2005 |
| Replies: 6 Views: 2,992 I think this tutorial will teach you most of what you need to know.
Making Universal Pop Ups (http://codepunk.hardwar.org.uk/bjs19.htm) |
Forum: JavaScript / DHTML / AJAX Mar 21st, 2005 |
| Replies: 1 Views: 5,686 Depends, what scripting languages are available for use on your webserver? |
Forum: JavaScript / DHTML / AJAX Mar 11th, 2005 |
| Replies: 10 Views: 34,670 These are the fuctions you need. I suggest you make a file called cookie.js and include in your html file like this:
<script type="text/javascript" src="cookie.js"></script>
and the javascript... |