Converting html to its own program

Quick question.

I don’t know how this would work, but is there a way to convert an html website to its own program? So it didnt need to use the browser, it would come up by itself.

I didnt know if there was another program that I could use or what, but any information on it would be MOST helpful.

Thanks!

what do you mean come up by itself? do you just mean that the browser’s interface isn’t visible?

I think he wants to put a html thing in an exe, or something like that… Can’t see the point when you can just do what bwh2 said, though.

Yes, I’m sorry, I mean make it into an exe. It’s for a business card type thing.

Thanks again

I don’t know about on Windows, but with Interface Builder, you simply add a WebKit component to your window and set the location. I don’t think it requires a single line of code. :slight_smile:

Does that include making it so the buttons work?

why not make it in flash instead? you get one swf.

Only because the web page has already been made, and I figured there’d be a way somewhere to convert it from html to an exe.

I have not tried this, but I think this is what your are looking for. HTML TO EXE

Converts HTML to EXE (mainly used for offline viewing)

are you just trying to browse a website while being offline? so basically save a website, not just one page?

Yeah thats it. I need it to be viewed offline, its like a business card type deal, I just cant have it open up in a browser.

Java can do it, but it wouldn’t be an EXE, it would be a class/jar file and the machine would have to have the JRE installed.

But programs use it all the time for help documents and such.