easy to make it look like a button, though it won't have button behavior
(excepting cursor:whatever;). You'll need to put the View jobsheet between
the tags.. just make a class or inline style with height, width, color,
border, etc.

On Fri, Aug 13, 2010 at 11:06 AM, Richard Quadling <[email protected]>wrote:

> Hi.
>
> I want to press a button to open a new tab showing a PDF file.
>
> Currently, I have ...
>
> <a id="vsFax" target="_blank" href="/index.php" title="Jobsheet"
> class="formButtons">
>                <button id="vsViewJobsheetButton">View jobsheet</button>
> </a>
>
> and each browser resulted in a different outcome (Chrome:new tab OK,
> Firefox:2 new tabs both OK, IE:nothing, Safari:new window)
>
>
> I know that target is a no-no for standards (and it seems IE is the
> only one obeying it this time around!).
>
> So.
>
> How do I do this? The real url is supplied at runtime via an AJAX
> request. I can assign it to whatever is needed.
>
> I could just style the <a> as a button ... is that possible?
>
> Any suggestions?
>
> Regards,
>
> Richard Quadling.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<prototype-scriptaculous%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.

Reply via email to