Forum: JavaScript / DHTML / AJAX Feb 3rd, 2008 |
| Replies: 13 Views: 3,651 Re: PopUp load priority There are two solutions you can try: the first one is to call your JavaScript code at the end of the html body tag
<body>
[all HTML]
<script type="text/javascript"... |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008 |
| Replies: 13 Views: 3,651 Re: PopUp load priority The problem seems to be that you can execute the JavaScript code only after all the html document is ready (that means markup, content text and fully loaded images).
If you can wait until... |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008 |
| Replies: 13 Views: 3,651 Re: PopUp load priority The code above uses the preloading mechanism - it first loads the images and after that it starts loading the document.
What I've used that code for is not what you need. In the case you are... |
Forum: JavaScript / DHTML / AJAX Dec 12th, 2007 |
| Replies: 13 Views: 3,651 |
Forum: JavaScript / DHTML / AJAX Dec 11th, 2007 |
| Replies: 13 Views: 3,651 Re: PopUp load priority Thank you for your time to take a look at this post, but I do not think this is what I want.
Let me explain it this way (my bad English might have induced you in error):
-> I have a page with image... |
Forum: JavaScript / DHTML / AJAX Nov 28th, 2007 |
| Replies: 13 Views: 3,651 PopUp load priority I have a gallery of thumbnails on a webpage, and when clicking on one of the thumbnail, the full image appears in a popup. All good, but the image in the pop-up loads only after the parent page... |
Forum: Community Introductions Nov 25th, 2007 |
| Replies: 1 Views: 244 A standardt Hello Hello, just thought I should introduce myself. My friends call me Bo' and I like to consider everyone a friend, so you can all call me Bo' also - or standardt :).
Currently working for a small... |
Forum: Web Developers' Lounge Nov 25th, 2007 |
| Replies: 2 Views: 471 |