Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to package an html page with html, js, css, etc.  (Read 84247 times)

0 Members and 1 Guest are viewing this topic.

Organ

    Topic Starter


    Rookie

    • Experience: Beginner
    • OS: Windows 7
    How to package an html page with html, js, css, etc.
    « on: August 19, 2021, 08:56:58 PM »
    I downloaded a jQuery web page lottery example and modified it slightly.
    I want to turn it into an exe executable file. How do I do this?
    The file directory is as follows.
    jquery-app
    -----css
    |--demo.css
    |-----images
    |--1.jpg
    |--2.jpg
    |--......
    |-----js
    |--awardRotate.js
    |--jquery.min.js
    |--jquery.min.js
    |-----index.html

    It is the use of jQuery technology to achieve a response when the page is clicked. This is a lottery template downloaded from the internet.
    How do I package it as a single exe file? I heard someone say secondary packaging?

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: How to package an html page with html, js, css, etc.
    « Reply #1 on: August 20, 2021, 10:01:53 AM »
    There are program wrappers out there but I doubt you can wrap it all into a self contained EXE. Additionally if able to it may flag as a false positive for malware given what your attempting to wrap together.

    Other thing is this wont be legal to sell someone elses product under an EXE unless greatly modified from its original source to be non-competing of the original creator of it. So code concepts can be used as long as its bent from its original source into something non-competing with the original source.