FROM : Clark Cox
DATE : Thu Oct 14 17:42:59 2004
On Wed, 13 Oct 2004 22:59:22 -0400, Jerry LeVan <jerry.<email_removed>> wrote:
> Ok,
>
> I can suck data out of my database and display the rascal in
> a webview using:
>
> [[webView mainFrame] loadHTMLString:theValue baseURL:nil]
>
> The bad news is that if I click a link in the webView I get
> sig 10'a and sig 5's.
Could it be that you're passing nil as the baseURL? In a quick check
of the WebFrame reference, I see no mention that that parameter
accepts nil.
--
Clark S. Cox III
<email_removed>
http://www.livejournal.com/users/clarkcox3/
http://homepage.mac.com/clarkcox3/
DATE : Thu Oct 14 17:42:59 2004
On Wed, 13 Oct 2004 22:59:22 -0400, Jerry LeVan <jerry.<email_removed>> wrote:
> Ok,
>
> I can suck data out of my database and display the rascal in
> a webview using:
>
> [[webView mainFrame] loadHTMLString:theValue baseURL:nil]
>
> The bad news is that if I click a link in the webView I get
> sig 10'a and sig 5's.
Could it be that you're passing nil as the baseURL? In a quick check
of the WebFrame reference, I see no mention that that parameter
accepts nil.
--
Clark S. Cox III
<email_removed>
http://www.livejournal.com/users/clarkcox3/
http://homepage.mac.com/clarkcox3/
| Related mails | Author | Date |
|---|---|---|
| Jerry LeVan | Oct 14, 04:59 | |
| Clark Cox | Oct 14, 17:42 |






Cocoa mail archive

