is there anyway to get some buttons for ShowWebInPopUp
ok/cancel - i accept / decline ?
I have no idea how to modify the c++
the goal is to use it for a web based eula
buttons for nsWeb Popup Dialog?
3 posts
If nsWeb can be embedded in a custom page (looks like it can) then use it with nsDialogs with two custom buttons.
Stu
Stu
alternatively, if all you're doing is grabbing the latest EULA to display, you could use e.g. inetc to download the license page file, and display that in a standard license page.