[Webtest] problem with verifylinks
Dierk Koenig
webtest@lists.canoo.com
Tue, 26 Oct 2004 11:46:30 +0200
Hi Sebastien,
mime-type is fine.
target="blank" should actually read
target="_blank" if you want to open it in a new window
every time (otherwise the window named "blank" will be
reused).
A proper handling of this is available
for clickbutton and clicklink. I'm not sure with
verifylinks. At a first glance it seems to be ok as
it uses the "old way" of clicking...
cheers
Mittie
> -----Original Message-----
> From: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of Sébastien Mathy
> Sent: Dienstag, 26. Oktober 2004 10:40
> To: webtest@lists.canoo.com
> Subject: Re: [Webtest] problem with verifylinks
>
>
> Dierk Koenig a écrit :
>
> > Hi Sebastien,
> >
> > could you please verify that your pdf files are delivered with proper
> > mime-type?
> >
>
> Hi Dierk,
> I think the mime-type is correct. Here is a sample of the server
> response :
> HTTP/1.1 200 OK
> Date: Tue, 26 Oct 2004 08:25:04 GMT
> Server: Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2
> Last-Modified: Mon, 04 Oct 2004 15:16:02 GMT
> ETag: "f2952-16df3-41616932"
> Accept-Ranges: bytes
> Content-Length: 93683
> Keep-Alive: timeout=15, max=100
> Connection: Keep-Alive
> Content-Type: application/pdf
>
> %PDF-1.5
> %âãÏÓ
> 4 0 obj<</H[896 174]/Linearized 1/E 89753/L 93683/N 1/O 7/T 93557>>
> endobj
> [...]
>
> But the link have a target attirbute :
> <a href="doc.pdf" target="blank">doc.pdf</a>
> It may be the cause of this problem?
>
> Regards
>
>
> --
> Sebastien Mathy
>
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>