nukl
nukl

Reputation: 10521

connection beetwen html, js and cocoa by webkit

i have cocoa app with embed webkit, which show simple html with <input id="first_name" type="text"> and <input id="start" type="button">

and i want this: when you click #start button, show up a regular cocoa NSAlert with #first_name value. Well, i need to somehow organize a connection between html,js and cocoa.

it it possible?

Upvotes: 0

Views: 373

Answers (1)

Related Questions