"Bill Page" <[EMAIL PROTECTED]> writes: > On Mon, May 5, 2008 at 7:37 AM, Martin Rubey wrote: > > Dear Bill, > > > > I was having some problems getting a copy of the axiom book for a colleague. > > > > On Frontpage: > > > > "Axiom Book" directs me to http://www.lulu.com/content/190827, which says > > that the book costs 12$ to download and says that Tim Daly is its author. > > I guess it's not the axiom book. And asking for money for a tutorial is, > > in > > my opinion, not encouraging. > > > > I agree that it seems inconsistent. Please feel free to change this.
I removed the link. But the question is: what does http://www.lulu.com/content/190827 really contain? > > Download get's me to > > > > http://axiom-wiki.newsynthesis.org/Mirrors?go=/public/book2.pdf&it=Axiom+Book > > > > but here none of the two links (Europe and US) works for me and Konqueror > > 3.5.5. > > > > I do not know how to correct this, unfortunately. > This link works for me in both Microsoft Explorer and in Firefox on Windows > and Linux. Perhaps this a problem with Konqueror? Do you see any problem with > the HTML code that is generated for the download page? I guess the code in question is the following: <form action="mirrors"> <a href="http://axiom-wiki.newsynthesis.org/public/book2.pdf" class="hover-red"> <input type="button" name="Continue" value="Continue Download (USA)" class="hover-red" onclick='window.location.href ="<a href="http://axiom-wiki.newsynthesis.org/public/book2.pdf">http://axiom-wiki.newsynthesis.org/public/book2.pdf</a>";' /></a> <a href="http://axiom.risc.uni-linz.ac.at/public/book2.pdf" class="hover-red"> <input type="button" name="Continue" value="Continue Download (Europe)" class="hover-blue" onclick='window.location.href ="<a href="http://axiom.risc.uni-linz.ac.at/public/book2.pdf">http://axiom.risc.uni-linz.ac.at/public/book2.pdf</a>";' /></a> <a href="/public/donate.html" class="hover-red"> <input type="button" name="Donate" value="Donate Funds" class="hover-red" onclick='window.location.href ="/public/book2.pdf";'/></a> </form> Interestingly, when I click "Donate", download begins immediately (even in Konqueror). ??? Martin _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
