I got this program called Antssoft E-Book Maker, which btw does a great job of making Ebooks, however, I ran into a problem with it. I read in the programs help file says how to fix it, but it's not fixing it for me. Here's the quote from the help file:
Quote:
|
Q: Why doesn't popup window work in my create ebook?
|
Quote:
|
A: Current version of EbookMaker does not support JavaScript function "window.open". To solve this problem, please use "window.showModalDialog" to open the link in popup window.
|
I went ahead and changed the window.open to window.showModalDialog inside my javascripts popup code, but no luck. In fact, the original way, using window.open actually does work, but the image doesn't load because the code points to their secure server:
Code:
https://www.antssoft.com/file.jpg
and I checked and re-checked that I only used file.jpg as the complete url in my javascript (which should be local).
Point: Anyone ever use this program and encounter that same problem that have fixed it? Please help fix this.
Thanks alot!
-Brian
__________________
Made2Own
Last edited by Brian07002; 07-26-2007 at 09:07 PM..
|