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
Post a Comment