Derek Williams wrote: > This looks to be because there is no target defined for the anchor, > not that you should need to but it looks like iUI is checking for it.
By default iUI loads links as HTML fragments into the existing page with AJAX. If you wish to load an entirely new HTML page or a PDF doc, you should set the "target" attribute on the link. target="_self" will replace the current document. Another (non-reserved) value should cause the PDF to load in a new window. -- Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
