Set up a form of muse for the ASP.

Adobe Muse is configured only to send forms to PHP.

We have already developed an application complex ASP and we create a new interface with Adobe Muse. Must set Muse of the form for the action send the form to an ASP script.

Can someone help me?

Thank you.

Hello

You need to change the form action url so that upon presentation of the form must send data to the application that you created.

You can get the information by using the API or direct the request to a specific page where script application will be updated with the value that sends the form.

I suggest you get in touch with any API expert to achieve this.

Thank you

Sanjit

Tags: Adobe Muse

Similar Questions

  • How to setting assisted by Hardvare activate virtualiziation for the computer?

    How to setting assisted by Hardvare activate virtualiziation for the computer?

    Original title: the Hardvare-assisted virtualization

    Activation of hardware assisted virtualization is in the BIOS of your motherboard. How depends on the BIOS and the hardware you have.

    See http://blogs.technet.com/b/jhoward/archive/2008/01/08/how-to-turn-on-hardware-assisted-virtualization.aspx .

    If your system is a laptop or made by a major system provider such as Dell or HP, the system may not have the option in the BIOS, even if the hardware is able to use hardware assisted virtualization.

  • I recently created a form to complete for the app e-business of the company. When you press the button submit, he only sent to our Inbox to project and not sent to the e-mail provided in the URL. Can someone help us to program the key to help explain why.

    I recently created a form to complete for the app e-business of the company. When you press the button submit, he only sent to our Inbox to project and not sent to the e-mail provided in the URL. Can someone help us to program the key to help explain why / tell us step by step what we should do?

    OK, I re-read your question. It's actually expected behavior. The user must manually send the email.

    If you want it to be a silent process, then you must either install a script on the local computer of the user who will do this, or use any email but something as a service web to which you directly submit the form data.

  • Problems downloading a file of muse for the first time. Museutils.js is not on the local disk on the file index.html.

    Hi all

    I hope someone can help because I'm a little desperate.

    I started to design a page with a muse of Qooqee model: SENSE.

    I worked for a month on this issue. When I was about to finish, I got a message that there is a new version of Muse to update. I did the update when I was still working in the design.

    When I finished the desktop version, I downloaded using the "upload to the ftp host" button. All fine until he has gave a "error on the index.html file.

    Screen Shot 2016-02-17 at 2.02.16 PM.png

    So, I was unable to complete the first uploaded to the online page.

    My husband, who knows a bit about coding, opened the index.html file, and we have seen a warning: MUSEUTILS. JS IS NOT ON THE LOCAL DISK.

    Screen Shot 2016-02-17 at 9.43.24 PM.png

    Reading questions similar to the forum that I can guess that the problem has been built with I started with the earlier version of the Muse and updated the Muse version in the workplace, when I finished the page.

    Now, the page is not alive because I am not able to download the file.

    I don't know if that's the problem, however. I downloaded a fresh sense of QooQee model and erase all content and pages name I will use them (he has added a few pages and I moved the contact page somewhere else on the site map). Then, publish the page Go Daddy and have the same problem. Error on the index.html file. For that I am lost again, because everything has been done with the same version of Muse and the latest model of sense (I don't know how they update the models).Screen Shot 2016-02-18 at 12.12.01 PM.png

    Can you please give an idea on how to solve the problem? What I have to redo the entire page?

    Thanks in advance, you are my last hope.

    Good to see that we can exclude a Muse for the functioning and the collection of production. The problem must lie in the specifics and/or requirements of GoDaddy, hosting provider. The Muse team is very aware of being a very popular hosting provider GoDaddy , so they want to learn all the occasional problems or quirks that might appear with Muse in combination with these suppliers. It might have to do with the current version of Muse, but it could also be a coincidence that GoDaddy has begun to change some things on their side as well. Or it could even be a Gremlin (colloquial term for a software bug temporary and inexplicable) blocking a circuit which seems to happen from time to time...

    Are you sure that you follow all the advice and guidelines in this FAQ: download an Adobe Muse of the site to a third-party hosting service ?

    Hang on!

  • How can I send my site map of Muse for the approval of the customer?

    How can I send my site map of Muse for the approval of the customer? Thank you.

    Hello

    There are many options for a file sharing - you could copy it to a company network server, or send the file back, or use a service like Dropbox, SendThisFile, Adobe SendNow file sharing or Creative cloud sync, among others.

    What is right for you depends on the size of your file, how many times you send the file back and personal preferences

  • -> Client_OLE2.create_obj ('Excel.Application') when he called by form of Oracle for the second time to desnt work


    Here is the code that is written in "WHEN-BUTTON-PRESSED" trigger of a button in the form of Oracle

    Questions:

    1. for the first time in the excel sheet data loaded into record block.

    2. If I once again to open the screen and try to import another excel file the record block appers to be empty and no error thrown

    Comment:

    1. second time when I try to download the excel sheet, the code ends in "Client_OLE2.create_obj('Excel.Application')" and not further progress (on track by putting the message in the code)

    Code:

    DECLARE
    application Client_OLE2. Obj_Type;
    Client_OLE2 workbooks. Obj_Type;
    workbook Client_OLE2. Obj_Type;
    Client_OLE2 spreadsheets. Obj_Type;
    worksheet Client_OLE2. Obj_Type;
    worksheet2 Client_OLE2. Obj_Type;
    cell Client_OLE2. OBJ_TYPE;
    Client_OLE2 args. OBJ_TYPE;
    cell_value varchar2 (100);
    num_wrkshts NUMBER;
    wksht_name VARCHAR2 (250);
    EOD Boolean: = false;
    j integer: = 1;
    v_fName VARCHAR2 (250);
    BEGIN
    -Get the name of the file to open
    -v_fName: = "D:\MyDevelopment\Forms\Samples\WebUtil\Read_Excel\planets3.xls";
    v_fName: = WebUtil_File.File_Open_Dialog)
    directory_name = > "C:\". »
    -, file_name = > Get_Form_Property (:System.Current_form, Form_Name) |'. XLS
    , File_Filter = > null
    , Title = > 'Select customer filename to open.'
    );

    IF (v_fName IS NOT NULL) THEN

    -The following sets a communication with the excel worksheet
    -- --------------------------------------------------------------
    -Open the OLE application
    application: = Client_OLE2.create_obj ('Excel.Application');
    -Keep the hidden application
    Client_OLE2.set_property (application, 'Visible ','false ');

    workbooks: = Client_OLE2. Get_Obj_Property (application "Filing cabinets");
    args: = Client_OLE2. CREATE_ARGLIST;

    -Open the selected file
    -- ----------------------
    Client_OLE2.add_arg (args, v_fName);
    workbook: = Client_OLE2. GET_OBJ_PROPERTY (Workbooks, 'Open', args);
    Client_OLE2.destroy_arglist (args);

    worksheets: = Client_OLE2. GET_OBJ_PROPERTY (workbook, 'Worksheets');

    -Get the number of spreadsheets
    -- ------------------------
    num_wrkshts: = Client_OLE2. GET_NUM_PROPERTY (worksheets, 'Count');
    worksheet: = Client_OLE2. GET_OBJ_PROPERTY (application, 'activesheet');

    -Go to the first record
    go_block ('planets');
    premier_enregistrement;

    loop
    If: system.record_status <>'NEW' then
    create_record;
    end if;

    When the exit NEM;

    for 1.3 k loop - 3 frames / record
    args: = Client_OLE2.create_arglist;
    Client_OLE2.add_arg (args, j);
    Client_OLE2.add_arg (args, k);
    cell: = Client_OLE2.get_obj_property (spreadsheet calculation, 'Cells', args);
    Client_OLE2.destroy_arglist (args);
    cell_value: = Client_OLE2.get_char_property (cell, 'Value');

    If upper (cell_value) = "NEM" then
    Nem: = true;
    Message ('end of data');
    "exit";
    end if;

    -Could be done in this way also-->

    / * If k = 1 then
    : dept.deptno: = cell_value;
    end if;

    If k = 2 then
    : dept.dname: = cell_value;
    end if;

    If k = 3 then
    : dept.loc: = cell_value;
    end if;
    */

    -Less code in this way - >
    Copy (cell_value, name_in ('system.cursor_item'));
    next_item;

    end loop; -for

    j: = j + 1;
    end loop;-main loop

    -Release the handles object Client_OLE2
    IF (cell IS NOT NULL) THEN
    Client_OLE2.release_obj (cell);
    END IF;
    IF (spreadsheet IS NOT NULL) THEN
    Client_OLE2.release_obj (Worksheet);
    END IF;
    IF (spreadsheets IS NOT NULL) THEN
    Client_OLE2.release_obj (Worksheets);
    END IF;
    IF (worksheet2 IS NOT NULL) THEN
    Client_OLE2.release_obj (worksheet2);
    END IF;
    IF (workbook IS NOT NULL) THEN
    Client_OLE2.release_obj (Workbook);
    END IF;
    IF (workbooks IS NOT NULL) THEN
    Client_OLE2.release_obj (Workbooks);
    END IF;
    Client_OLE2. Invoke (application, 'Quit');
    Client_OLE2.release_obj (application);
    ON THE OTHER
    Message ("no file selected.'");
    message(' ');
    RAISE Form_Trigger_Failure;
    END IF;
    END;

    Any advice will be appreciated...

    Thank you!!!

    Hello

    personally, I release the cell object as soon as the value is written in a variable and not in a procedure that closes the file. Note that there are many cells read (so you should relase each cell individually).

    The publication of the application is such:

    Procedure CloseApplication is

    Begin

    CLIENT_ole2.release_obj (Workbook);

    CLIENT_ole2.release_obj (Workbooks);

    CLIENT_ole2. Invoke (application, 'Quit');

    CLIENT_ole2.release_obj (application);

    End CloseApplication;

    Greetings,

    SIM

  • Is it possible to create some custom shapes in the form of buttons for the composition of ToolTip widget?

    Basically, I have a collection of triangular shapes (orange cross section), and I want each segment/triangle is a thing of button ToolTip. So if you hover over a triangle it changes color and text appears below the orange itself. But the ToolTip widget composition seems limited to a form of square/rectangle for the container of button (I can put my image of triangle inside, but not change a square container).

    Any help? Picture below shows what I'm trying to achieve, the segment is red to show the form that I want.

    Thank youScreenshot (6).png

    Currently, it is not possible with only Muse. Should the graphics cards that are not supported. Your best plan would be to create as a composition of edge animate and then add it to the Muse.

  • How to recover data from form (UD_ADUSERS) AD for the configured users?

    I need to get objectGUID and sAMAccountName for users who are already provioned to AD.
    I want to get this info using the API of IOM - what is stored in the UD_ADUSERS table in the backend.

    Is it possible to get this data using IOM API?

    I have a contarainst because I get other fields using IOM API using tcUserOperationsIntf. But this interface provides no access to form data.

    Concerning
    Vijay Colin

    I suggest that you write an adapter that does the following:

    Possess a key user, resource object and field name UD entry. In your code, do the following:

    Find items for the user.
    Scroll through the list and match the resource name and correct the State of commissioning. That you will get the key of the process Instance.
    Get the shape data of process for the given process instance key.
    To loop through the result set for the given domain name.

    You can then create an adapter with this code and everywhere where you want to use it again.

    -Kevin

  • How to set up a form of payment with the option to pay by credit card or paypal?

    I have a client who has a Conference event once a year. They want a registration form where their users need to fill out and enter their payment information. I need to list a few credit cards and the option to pay by PayPal.

    How can I add this option to the form of payment?

    Do I need to offer two options for the user to pay with a credit card or PayPal before the user displays the registration form?

    Thanks for any help or direction for more information.

    Marian

    Hi Marian,

    Did you check out this article

    Collect payment using a form

    Let me know if you have any question.

  • Set up a user profile specifically for the game

    Hi all

    I installed Windows 7 (64-bit) and use it mainly for work (Excel, SPSS, Word). I also have many programs start automatically with Windows and run as background processes. What I want to do is create a profile user who loads only minimum programs and services required to play video games. Currently I have to manually complete the applications and services, which is a pain in the thigh. How can I configure a user profile specifically for games?

    TYIA,

    Mark

    Hi Mark,

    You can create a new user profile, but you will need to put your computer in a clean boot for the new user account only State to play games and to disable applications/services that are not used frequently.

    New user account will inherit all startup applications and services of the administrator account.

    To create a user account , follow the steps in the link
    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

    To put your computer in a clean boot State, follow the steps in the article.
    http://support.Microsoft.com/kb/929135

    Aziz Nadeem - Microsoft Support

  • How to set a password that is customized for the linux model

    Hi, I tried to put a personal password for the model of linux but every time I deploy the model of linux, that the password is always regenerated by VCD;

    Pls advise

    Hi, can you confirm that you have managed to put the rest of the options mentioned Tim?

    You should see the option, if you enter the vApp and right-click on the virtual machine, you are trying to reconfigure? See the attached capture screen...

  • contact form - line break for the field - email format - message

    For example, I have 4 lines in the message box:

    line 1

    line 2

    line 3

    line 4

    but the email looks like this: line 1 line 2 line 3 line 4.

    but I need line breaks:

    line 1

    line 2

    line 3

    line 4

    any ideas where changes are possible (e.g., form - process.php...)

    Hi Christian,

    It is not possible to Muse, but you are right, that if you export of Muse and edit "form_propcess.php" in the scripts folder, you can reach your target audience.

    You just need to redraw the structure of the .php file

    Once done editing the .php file, download all the files to the accommodation.

    Thank you

    Prabhakar Kumar

  • TMS 13.2 set password Admin HTTPS through configuration for the Codec C series model

    We have more than 100 sets of C Codec managed by TMS, I made a model of configuration, including the password for "Admin" model, but it seems that what I put in model is not push to the Codec. What is the correct model for it

    We appreciate your help

    Thank you..

    Hello Randy.

    In my models for TMS, I use the following field to push admin password for codecs.  Since I first tried this option and it worked, I have never tried the other password fields that can be listed in the models.

    Definition: password

    System type: other type

  • How to set up a filter to Contact for the tag Page visits

    In the configuration of filters Contact, I see a way to create a filter for users who have not seen a page labeled.

    How can I set up a filter for those who HAVE looked at the page?

    I actually found the answer to this... options for page tags are under the option "has visited a site" in the filters of the activity.  It is curious that the UI was designed this way, that inactivity filters explicitly have the tags of the Page options, while the choice of activities is not explicitly include this.

  • With the help of muse for the eBay listings

    I want to take my design of the muse and use it as an eBay listing, I really hope that it is possible. If anyone can help understand me how to get the code html to display on eBay, please respond as soon as possible, thank you!

    You can use the image of the poster for your site or the icon on the ebay listing.

    List will show the image of the model that you created, and then user on purchase can get the entire file or exported html manually on your part.

    I don't think that you need the entire html code of the site to highlight in ad on ebay for your site.

    Thank you

    Sanjit

Maybe you are looking for

  • I can't find instructions on how to add a bookmark. I don't want the toolbar

    I can't find instructions on how to add a bookmark. I don't want the bar tools, but only in the list of bookmarks. I tried everywhere looking for this information, but without success. Thank youD LappE-mail: I removed the email address. It is not nec

  • Installation of El Capitan on default of new SSD

    Hello I'm trying to upgrade my MacBook Pro (15-inch, mid-2012), install a new SSD and run the operating system on it. Here's what I did: I bought the 'OWC Mercury Extreme Pro 6 G' with a cube of data. I removed my optical drive; installed my old HD (

  • Implementation of Airport extreme with the same SSID

    My House has very thick walls and so I run a Cat5 cable for a number of rooms and installed an Airport Extreme for everyone to create a local WiFi network. For the moment, each creates its own wi fi network which is very good for connecting phones, t

  • Estimate the delay time when running

    Hello world. Currently I have a VISA program for playback of signals to a GPS receiver. The program I want to measure the execution time-out, which is the period between the beginning and the end as shown in the jpg file. Are there any vi LabView fac

  • Multicast IGMP Server Windows NLB rely on PowerConnect 2824

    Our Cisco SG300-10 switch is not compatible with windows NLB multicast because it does not allow to add 0100.5e7f.c801 or 03bf.0ada.c801 multicast MAC addresses to ARP Dell PowerConnect 2824 (and 2808) reference works with windows NLB multicast (IGMP