CodeChargenewbie
Posts: 114
|
| Posted: 05/01/2008, 6:44 AM |
|
I created a modal window using the modal window example from the ajax example pack. I stuidied it and tried to replicate it to the best of my ability. Now, I have two records on the page, each in their own separate panel -- the second record of the two is the modal window. When I run the page, the second form appears for a second and then disappears, just like in codecharge's example. When I click a hyperlink that's supposed to gray out the page and reveal the modal window, it grays out not just the first panel but the modal window panel, as well. In other words, everything is grayed out. This shouldn't occur. Has anyone got this working???
I tried looking at the prototype files in my project and codecharge's example pack, to see if there's a difference and that was a dead end (they're the same). The only thing I couldn't find was a file called services.js, which was being referenced in the example and in my project. I found the file for the example, which is on my hard drive, but not in my project, which is on a separate shared drive outside of my computer. Yet, the page was publishing. I decided to copy the services.js from my HD to the shared drive, in hopes that it will clear this anomaly up. Notta. I don't understand what is it that I'm doing wrong. It's very strange. Again, maybe someone else got it to work and they can let me know how..I'd really appreciate it.
On more thing. I need to mention that I'm using MS Visual SourceSafe 2005 in my project. I wonder if these source-protecting programs may be causing these strange issues...
Thank you.
|