java script gui application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karthickRAJKUMAR
    New Member
    • Sep 2007
    • 46

    #1

    java script gui application

    hai iam karthick we r planned to develop the software for auditors ,moreover iam work as php developer,wheth er i will able design the template using java script fro gui application for example this my design view space which r empty are text box


    Firm Details Audit Query Company Details


    Bank Payment vouchers Type of Audit
    Compliance Test ( Obtain reasonable assurance that those internal controls)
    Designation
    Date Statistics Person incharge
    Period of Audit Taken Person Handling

    Observation verification Inference
    Sl No Voucher Ref Party Name Amount (In Rs) query Type of Error Imporvement Net Effect Remarks from client Opinion by Auditor
    1
    2
    3
    4
    5
    Key Issues:

    Signature:
    Person Handling Person Incharge Responsible Person
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    hi ...

    i've moved the thread from the js-articles section to the forum ... please don't post questions in the articles sections ...

    kind regards

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5390

      #3
      hi ...

      i think i simply don't get it ... what do you want to do? it should be a desktop-application? create a web- or xul-page that represents your interface ... and create the needed javascript-handlers that are used for your interface-controls/widgets ... in case you want to save things ... use AJAX to call serverside services to do that for you ... or use simple form-posts/gets ... etc.

      be a little bit more specific ... what do you want to know?

      kind regards

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        For our OP, whom accidently pressed the report button rather than reply:

        Originally posted by karthickRAJKUMA R
        ok fine i will explain now for example i have the design like below

        name-first textbox
        num-second textbox

        what is my point whether a able to create a window with following fields
        and also design in javascript,iam not talking of web based,i talk about windows app,my friend told it possible to design the template using java script and make to exe,

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          That's not possible with JavaScript.

          You could create a web-based application which, with the use of Ajax, is close to a desktop application, but not completely. You'll still have to deal with the security issues.

          Comment

          Working...