HTML Applications (HTA) and ColdFusion

Is there a way to use an HTA file to launch a ColdFusion
application? I'm looking to present my CF application more like a
Windows application versus a web site. If not HTA, what other
options might I consider?
I've tried using an IFRAME in the HTA file, but that just
returns some of the source code, not the rendered page.

Of course. I did it a few years ago. i don't really recall
the format,
but it was fairly simple.
jfillman wrote:
> Is there a way to use an HTA file to launch a ColdFusion
application? I'm
> looking to present my CF application more like a Windows
application versus a
> web site. If not HTA, what other options might I
consider?
>
> I've tried using an IFRAME in the HTA file, but that
just returns some of the
> source code, not the rendered page.
>

Similar Messages

  • Anyone know how to gernerate CRUD applications with flex and coldfusion?

    Anyone know how to gernerate CRUD applications with flex and
    coldfusion? I am working with a remote coldsfusion installation
    with MS SQL and I don't have RDS.

    You might investigate "squidhead". It is CF based. I'm not
    sure if it has any Flex related features.
    http://squidhead.riaforge.org/

  • RoboHelp 8 HTML application error...and CRASH

    I'm working on a project in RoboHelp HTML 8, and got this error message, which was followed by the application closing and losing my changs.
    Has anyone else experienced this?
    Message was edited by: Peter Grainge
    It referred to RH9, rather than RH8

    Does your computer meet the system requirements for CS4?
    If not, that might be the problem.
    Also, when you reinstalled CS4, did you restore anything from your old installation?
    If no, I would advice you to try and make a complete uninstall, delete all folders after uninstalling, then try to make a new and clean installation.
    If the problem still exists, can you please provide the full error message?
    Another thing is if you have a lot of programs and stuff running, that could be why you get this error message, try to restart your PC, then open up only CS4 after the restart, see if you get the error when only running CS4.

  • Does anyone know how to open an old AppleWorks document: Address DB.cwk is the name of the document. I've tried Pages, iWork applications, Word and keep getting an error message.

    This is an old file saved from a crashed MacBook and we're trying to figure out if we can get the information from the file - a list of contacts and addresses.
    Appreciate any help you can supply.

    As of Lion (10.7) the PowerPC compatibility "Rosetta" utility is no longer supported by Apple.  So PowerPC programs such as AppleWorks no longer work.
    For old software that will run under 10.7, 10.8 and 10.9 and will read some of the AppleWorks formats see:
    https://discussions.apple.com/message/23999077?ac_cid=tw123456#23999077
    and
    https://discussions.apple.com/message/24000557?ac_cid=tw123456#24000557
    If your Mac came with Snow Leopard or and earlier OS you can run Snow Leopard (10.6) on an external drive or on a partition on your internal drive to continue running PowerPC programs under the Rosetta utility.  Using the Startup Manager http://support.apple.com/kb/ht1310 you would boot Snow Leopard to run the PowerPC applications and then reboot a newer OS (10.7, 10.8 or 10.9) to run normally.
    If you have a newer machine or will be using the PowerPC applications often and you want to run them on Snow Leopard at the same time you run a newer operating system, then you can use a virtual machine such as Parallels, VirtualBox, or VMWare Fusion.  You need the Snow Leopard Server version to use it with a virtual machine (VM).  You need to call Apple to order SL Server. 
    Snow Leopard Server for $19.99 + sales tax & shipping costs at 1.800.MYAPPLE (1.800.692.7753) - Apple Part Number: MC588Z/A (telephone orders only). 
    Parallels VM ($80): http://www.parallels.com/products/desktop/
    Virtual Box VM: (free,open source): https://www.virtualbox.org/
    VMware Fusion VM ($39): http://www.vmware.com/products/fusion/
    See Roger Wilmut’s article: Abandoning Appleworks:
    http://www.wilmut.webspace.virginmedia.com/notes/aw/page1.html
    Last call for AppleWorks users:
    http://www.macworld.com/article/1160843/last_appleworks.html

  • DiskUtility  cannot repair Permission difference: applications/Safari and freezes

    DiskUtility  cannot repair Permission difference: applications/Safari and freezes.
    The message I receive is:
    "Permissions differ on "Applications/Safari.app/contents/Resources....sources/index-html"
    should be: lrwxr-xr-x
    They are: -rwxr-xr-x.
    This is a brand new computer.
    DiskUtility keeps running for hours and then just freezes the PC
    Please I need assistance
    Sally

    Although it’s immensely popular, repairing permissions is a waste of time unless you have a specific indication of a permission error involving system files, which is rare, or a startup failure. It is not a universal rite of healing for computers. It has traditionally spewed bogus warning messages that mean absolutely nothing.
    The built-in help for Disk Utility reads in part:
    If you see an alert or a message that says your permissions are set incorrectly, you can correct the disk’s permissions by clicking Repair Disk Permissions.
    It’s justifiable, though rarely necessary, to repair permissions after running a third-party software installer, as defective installers have been known to damage the permissions of system files.

  • How to deploy a Flex application (Server Type ColdFusion) to production

    I have built a flex application using Flash Builder 4.6.  It utilizes ColdFusion Flash Remoting for its data services.  When first setting up the data services I had to set a bunch of properties in the flex server section.  Which I am not sure are all correct but the app does run and connect to the data services.  They were:
    Application Server type: ColdFusion
    Use remote object access service
         ColdFusion flash remoting
    Server Location:
         Deployed to Java application server
         Web Root: v:\inetpub\testFlex
         Root URL: http://myDevServerIP/
         ColdFusion Was folder: v:\CF9\JRun4\servers\testFlex\cfusion.ear\cfusion.war
    My question is now when I'm ready to deploy to my production machine and load the app onto a tablet or other computer, obviously the Root URL will be different something like http://myLiveURL.com.  Is this the only thing I change?  Do I even change it here or is there some other location?  Any other things I need to change?
    Thanks!
    Your help is much appreciated!

    All the paths to CFCs are the same in my live production site.  Can you be more specific as to what you mean by "RemoteClass aliases in your AS Classes and CFCs (if any) are correct."?  How will the app know that the CFC is on http://myLiveSite.com instead of http://myDevSite.com?  The only line of code that I have noticed that points to a URL is the endpoint in a file called _Super_XXX.as.  And at the top of that file it says that the file is not meant for editting.
    To clarify...I see your app/code all exists on a server access via a web browser so I can understand that everything still works when deployed.  Mine is a mobile app so when I am developing and testing on my local computer the URL points to my local development machine.  However when I deploy it to a mobile device like a tablet and run the app, it needs to be able to access a cfc on a remote server via a different URL ie. my http://myLiveSite.com/myCFC.cfc instead of http://localhost/myCFC.cfc
    Thanks for your help!  I will now take a look at your thread.
    Message was edited by: ace0215

  • Application instances and events

    If I'm streaming three related events such as football1, football2, football3 is it best practice to create a unique application instance for each football event?
    Or should all 3 events just be grouped under a single application instance?
    Example: C:\FMS\applications\football1\_definst_\football1, C:\FMS\applications\football2\_definst_\football2, etc...
    I was asking because the FMS Admin Console breaks down the connection information by application instance and then I could just pull it up and see how many users connected and total connects to each event without making a bunch of admin api calls.
    Does this make sense?

    Should we require the users to install Java(FX) AND THEN WebFX AND THEN type the URL of our appp AND THEN it will deliver the app to them ? why ? WHY ?
    Hi,
    I'm Bruno, the creator of the WebFX project.
    About the questions above, I would say first that this is just a concept, but instead of thinking about the "browser", it could actually be used by real projects today that want to provide a JavaFX experience, without having to push big JARs for clients that might be in a very distant location with really poor connectivity. Also, it would make it even easier for the developer to update the application "on the fly", and his users would have access to the new version instantaneously.
    Consider wrapping the "WebFX" concept in your "base" desktop application, and instead of using WebView to load parts of your app using HTML+JS, why not using a FXView (based on the WebFX concept) to render remote code?
    Again, it's a concept, but I'm sure it can be really useful :-)
    Hope I could clear all the questions!
    Thanks,
    Bruno Borges
    @brunoborges

  • Flex and ColdFusion and session facade?

    I want to deploy a flex application on an existing ColdFusion
    server. This server is already in production and uses a root
    Application.cfc to set session variables as well as authenticate
    the user to AD with getAuthUser. When I deploy my flex application,
    it fails because of the OnRequestStart cfcomponent within
    Application.cfc. I am wondering if this would be proper use of
    session facade? How do I best encapsulate session variables from
    the root Application.cfc within my new flex application? Basically
    I will need to follow the same authentication and cfset session
    guidelines that all of my other CF applications use, and my flex
    app needs to have theses session variables available to it, but I
    am not sure the best approach. Any insight is welcome.

    Did you enable session management in the Application.cfc or
    Application.cfm?

  • Difference between Oracle Application Express and Oracle Forms/Reports

    hi guys,
    i have just use oracle apex to create some report generation tools through the web. know that this is what is known as html db in the past.
    however, i have not really touch oracle forms and reports before, neither have i really seen how they work.. but soemhow i feel oracle report/forms seems to be more.. then this oracle apex.
    it includes integration with web services, java and pl/sql .
    but i still cant really figure out what is the actual general main difference ?
    is it that for oracle forms there can be some programming logic inside , whereas for apex , it is just using what is available from what oracle provides ..
    i am read oracle form white paper, but seriously, i am not a very web guy. it has alot of components that i am not familiar with.
    so i hope you guys can just give me a more general rough idea.
    regards,
    Noob.

    Hi, my .05$
    ... most Forms & Reports users will tend to be old installed base customers using applications developed many years ago in F&R such as insurance company cores and even banking cores. Going from client/server F&R6 to "web" F&R10g is costly as you have to license an application server and most likely need to migrate to recent versions of the DB in case the customer is still on oracle 8 (common occurrence). So many customers opt. to not migrate or to simply invest in new web enabled solutions.
    Using the migration tool f&r installed base will have an easier job of migrating and at a price of whatever DB edition they are using and probably be able to do it with the same people who maintain their f&r systems provided they learn a bit about web technologies.
    what might be interesting to see is performance perception of users on f&r vs. apex...
    regards,
    luis aranguren

  • Where are Application Builder and SQL/Data Workshops?

    I have installed HTML DB (or Application Express) 10.1.0.2 (using the relevant DB server; but without companion tools - but - I hope that I am not loosing anything important from HTML DB, am I?) - installation and automatic configurationi was successfull and at the and I have been advised to use localhost:7779 to access web page - and it worked indeed - but the bad thing is - that I can't found where application developer and SQL, Data workshop can be accessed... seem that they are web browser based solutions - but - there aren't any documents inside Oracle apache web folder that could be perceived as these applications....
    In first steps guide there was mentiond to use:
    .../pls/application secutiry desciptior/dbhtml
    to make first login... - but it does not work for me and seems that in reality address should be different...
    Pleas - give some advice - what to do next to access HTML DB developmetn applacations?
    Thanx in advance!

    The iPhone settings and 3rd party application settings and data created and stored by a 3rd party app are included with the iPhone's backup, which is updated by iTunes as the first step during the iTunes sync process.
    This link provides the data included with the iPhone's backup.
    http://support.apple.com/kb/HT1766
    With XP, the iPhone's backup is located at \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    The iTunes application does not store any data. All data accessed by iTunes is stored elsewhere. Deleting/re-installing or just re-installing iTunes does not delete or affect your iTunes library, and does not delete or affect your iPhone's backup. Deleting iTunes does not delete your iTunes library and it does not delete your iPhone's backup.

  • PostAsJsonAsync posts as text/html onto server and not as JSON

    I'm trying to post a JSON string on a PHP page using Async methods as follows:
    using System;
    using System.Net.Http;
    using System.Net.Http.Headers;
    using System.Threading.Tasks;
    namespace test_http
    class Product
    public string Name { get; set; }
    public double Price { get; set; }
    public string Category { get; set; }
    class Program
    static void Main()
    RunAsync().Wait();
    static async Task RunAsync()
    using (var client = new HttpClient())
    client.BaseAddress = new Uri("http://localhost/ABC/products.php");
    client.DefaultRequestHeaders.Accept.Clear();
    client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
    // HTTP GET
    HttpResponseMessage response = await client.GetAsync("products/1");
    Console.WriteLine(response.ToString());
    if (response.IsSuccessStatusCode)
    Product product = await response.Content.ReadAsAsync<Product>();
    Console.WriteLine("{0}\t${1}\t{2}", product.Name, product.Price, product.Category);
    // HTTP POST
    var gizmo = new Product() { Name = "Gizmo", Price = 100, Category = "Widget" };
    response = await client.PostAsJsonAsync(client.BaseAddress, gizmo);
    Console.WriteLine(response.ToString());
    if (response.IsSuccessStatusCode)
    Uri gizmoUrl = response.Headers.Location;
    // HTTP PUT
    gizmo.Price = 80; // Update price
    response = await client.PutAsJsonAsync(gizmoUrl, gizmo);
    Console.WriteLine(response.ToString());
    // HTTP DELETE
    response = await client.DeleteAsync(gizmoUrl);
    Console.WriteLine(response.ToString());
    I get a 200 status OK for POST, PUT and DELETE operations on the console window. But the PHP page displays nothing being posted. PHP code:
    <?php
    var_dump(json_decode(file_get_contents('php://input')));
    ?>
    I figured out that the content-type of data being being posted is shown as 'text/html' in the console instead of 'application/json' and hence the PHP is unable to recognise the POST. But i dont know what i'm doing wrong here. could someone please help out?
    Thanks,
    Revathy

    You could serialize the object your self, and post it with the correct Media-Type:
    HttpClient client = new HttpClient();
    StringContent content = new StringContent(
    JsonConvert.SerializeObject(gizmo),
    UTF8Encoding.UTF8,
    "application/json");
    var response = await client.PostAsync(requestUri, content);

  • 8900 Curve - HTML 4.01 and JavaScript 1.5

    Hi. I am trying to run a chess Web app (www.gameknot.com) that requires HTML 4.01 and JavaScript 1.5, so far unsuccessfully when it comes to moving pieces. Does my 8900 Curve support HTML 4.01 and JavaScript 1.5? Thank you. Jeff

    Hi Jeff. I'm also trying to make JS works, in my case using a PhoneGap application so it browses local html/JS instead of www (but it's html&javascript after all). I had some troubles when it comes to move items like small images even though the other JS functions seem to work fine. It seems we need to focus on which properties/functions related to positionning are available on the BB browsers.
    Rodrigo Bravo
    http://www.wilkonit.com

  • Understanding how BB manage HTML in emails and attacchments.

    Hi all,
    I'm trying to understand how BB manage HTML in emails and in attachments.
    I created a simple HTML table with some color and no particular complications.
    If I send this table as a HTML email on my BB it will be showed correctly, with all color and attribute shown.
    If I package this html code into a file named try.html and than I send it as an email attachments on my BB I lost many attribute, including colors.
    Can you explain me why and eventually how to solve this problem?
    Thanks.

    I too am somewhat annoyed by the manner in which messages are displayed using the standard e-mail inboxes. I recently started using the Gmail application for my personal e-mail and am very happy with how cleanly messages are displayed. I hope I can find a similar application to handle my other addresses, because it is very difficult to scroll through a large volume of mail that contains HTML and URLs every day.
    If anyone knows of an application that more cleanly displays messages, please do tell. Otherwise, I'm going to be doing a bit of research this evening to see what I can find. I'll post back with my findings.

  • How come my new group CC 2014 subscription opens up the old Application Manager and wants serial numbers?

    I'm signed up for a group CC account (just switched from a month-by-month) but when I try to launch a program it opens up the old Adobe Application Manager and asks for a serial number or start trial. Does anyone know what I need to do to get the access I'm supposed to be? Thanks

    The email ID here in forum has one CC registered to it which has expired, there is no other CC, of you trying to launch the CC with this Email ID then it will ask for serial number.
    Since you have CC for Team to this same Email ID, you need to log out & log back in of the Cc desktop app to activate the CC for Team though the activation server shows that the CC for Teams have been activated once on September 25th 2014.
    http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    Regards
    Rajshree

  • Help desk application written in coldfusion

    Hello
    I was assigned to re-create a help desk application using
    coldfusion.
    I am so far clueless from the business requirements
    Know the IT dept is expanding to more than one geographic
    location.
    Is there a sample application written in coldfusion. Maybe I
    can get an idea on functionalities and have some basis. BOOKS on
    business / logical flow? Sample software written in CF?
    Thanks

    with some modification to the following wonderful project by
    Raymond Camden,
    http://lighthousepro.riaforge.org/
    ,you can have an idea on how to start. I am designing one right now
    and it will take me a while before i finish since I could not use
    the one by Ray (it requires CF7 and I have only 6.1). I will
    appreciate it if you find one on the web and share it with me.
    Mamdoh

Maybe you are looking for

  • 13" Macbook pro random freezing after upgrading hard drive.

    i have a 2010 mbp 13" 2.4 I upgraded the hhd from the 250 to a 320 5400 RPM drive i cleared the cache did a clean install of osx 10.6 grabbed all the updates and then rolled my time machine to restore all my files. But now it randomly freezes for abo

  • Afraid of system being compromised - newbie in "security"

    Hello, PART 1: There are two computers. Computer A uses openSuse and it is usually used for common tasks (not risk at all), suddenly, one day some "bookmarks" from Mozilla Firefox were modified but not by the legitimate users. The firewall rules were

  • IPod touch practically will not do anything after 1.1.5 update was installe

    Ok, so i have a first gen iPod touch which was running off the 1.1.1 firmware since i first got it, but i recently upgraded it to 1.1.5 and a few major errors occured. 1. it appears to have wiped all my music/videos off there, as when i try and acces

  • Is there a way to get i tunes for windows me

    why is it we spend all this money on the ipod then find out it cant work with windows me does anyone no a way to transfer music to ya ipod if u are using windows me or is there a jukebox that does it please help

  • Mail, Safari, Software Update fail to launch after last update.

    After my last software update which included an update for Quicktime, iTunes and two other programs I ran Age Of Empires and left it running for a period of time. The computer froze hard and I had to hold the power button in to restart it. From that