|
-
Divs not accessible
Hi!
I'm creating a CMS using Ajax.
So I'm updating the page all the time, but there's a problem.
I'm loading a module into a div.
Code:
<div id="module">
</div>
this div will be filled using an Ajax function.
the update appears on the screen.
the contents of the div should then be:
Code:
<div id="text"> </div>
another function should fill this div.
and that's the problem. the div cannot be found, because it just doesn't exist in the source.
the first function loads it on screen, but doesn't load the real source, so i can't use it with other javascript / ajax functions.
Is there a solution to this problem?
Hope someone can help me!
Thanks!
Last edited by LeanderD; 04-14-2007 at 10:05 AM.
Similar Threads
-
By Wildcatbob in forum Web
Replies: 13
Last Post: 07-05-2006, 11:47 AM
-
By Jason Holt in forum Web
Replies: 0
Last Post: 05-26-2001, 10:16 PM
-
Replies: 4
Last Post: 04-01-2001, 03:26 AM
-
Replies: 0
Last Post: 11-24-2000, 03:46 AM
-
By Chris Raethke in forum Web
Replies: 1
Last Post: 09-25-2000, 02:07 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks