1) Script Title: DHTML Widget window
2) Script URL (on DD): http://www.econsumersearch.com/windo...getwindow.html
3) Describe problem: Demo script has been uploaded, all files are in the same directory,yet WINDOW is NOT shown with Ajax Content.
1) Script Title: DHTML Widget window
2) Script URL (on DD): http://www.econsumersearch.com/windo...getwindow.html
3) Describe problem: Demo script has been uploaded, all files are in the same directory,yet WINDOW is NOT shown with Ajax Content.
In your page, being that you have all the files in the same directory, try changing this line:
toCode:<script type="text/javascript" src="windowfiles/dhtmlwindow.js">
(Notice how I have taken out the directory windowfiles because your page is in the windowfiles directory.)Code:<script type="text/javascript" src="dhtmlwindow.js">
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Removed all references to the directory and all seems to be better.
But why is dog.jpg nor bird.jpg not loading ?
I cannnot seem to reference it in either the JS nor the css
http://www.eConsumersearch.com/windo...dgetwidow.html
Edit external.htm, and remove the reference to the directory in there.
The code of external.htm:
Remove the part in red (you will need to do the same with external2.htm as well).Code:<div> <img src="windowfiles/bird.jpg" style="float: left; margin: 0 10px 10px 0" />Birds are bipedal, warm-blooded, oviparous vertebrate animals characterized primarily by feathers, forelimbs modified as wings, and hollow bones. </div>
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Bookmarks