How does sciter let python open firefox? -


i know sciter. have sciter-python tutorial here.

so can me simple example?

i wrote code in python.

if __name__ == '__main__':     frame = sciter.window(ismain=true, uni_theme=true)     frame.load_file("minimal.html")     frame.run_app() 

then have html

<!doctype html> <html> <head></head> <body>     <input type="checkbox" name="boll" value="">check </body> </html> 

if checkbox selected, python opens firefox. should do? thankyou


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -