Re: openURL is not applied to POST-argument of local html file in leopard.
Re: openURL is not applied to POST-argument of local html file in leopard.
- Subject: Re: openURL is not applied to POST-argument of local html file in leopard.
- From: Jens Alfke <email@hidden>
- Date: Wed, 14 May 2008 07:41:26 -0700
On 14 May '08, at 12:56 AM, Doo-Hyun Jang wrote:
I got the result of POST request and I stored in temporary file.
and openURL( "the temporary file" ).
2008/5/14 Doo-Hyun Jang <email@hidden>:
...
<img src="/image/nateon_tui/0728_im_011_img.gif" width="497"
height="81">
...
path is not full path.
it's occur error like this,
Can't not Found "file:///image/nateon_tui/0728_im_011_img.gif"
It's a relative URL, so it won't work directly, since you changed the
URL.
You'd need to edit the HTML to insert a <BASE> tag whose value is the
real URL of the page:
http://www.w3schools.com/TAGS/tag_base.asp
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden