User Tag List

Results 1 to 4 of 4

Thread: Form Filling in a ActiveX Control

  1. #1
    Clickteam Clickteam
    Kisguri's Avatar
    Join Date
    Jun 2006
    Location
    Bakersfield, CA
    Posts
    3,058
    Mentioned
    39 Post(s)
    Tagged
    3 Thread(s)

    Form Filling in a ActiveX Control

    In a new MMF App I have a ActiveX Control , VIA the ActiveX Object, that uses internet explorer to create a Web page in the frame, some of the pages request info to be filled out, Can anyone think of a method that I can have those form entries filled out automatically by the MMF app, I have experimented with Javascripts to no avail, Any suggestions would be great!


    Clickteam on Twitter - Clickteam on Facebook

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Form Filling in a ActiveX Control

    I just tried the following:
    * Navigate: "javascript:void(document.getElementsByName('q ')[0].value='Clickteam')"

    And when run on while the user is on the Google homepage it set the value of the search box to Clickteam.
    .:::.Joshtek.:::.

  3. #3
    Clickteam Clickteam
    Kisguri's Avatar
    Join Date
    Jun 2006
    Location
    Bakersfield, CA
    Posts
    3,058
    Mentioned
    39 Post(s)
    Tagged
    3 Thread(s)

    Re: Form Filling in a ActiveX Control

    Allow me to reveal my ignorance

    Is it possible you could explain how you did that in the active X in MMF IE what was the full "Address" perhaps, cause as you can tell I am a ignorant when discussing the finer points of Javascript (Ok well any of the points it would seem)


    Clickteam on Twitter - Clickteam on Facebook

  4. #4
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Form Filling in a ActiveX Control

    Um, that was the full address.

    javascript: [color:#FF0000]<-- Run the following Javascript[/color]
    void([color:#FF0000]<-- Stuff in brackets does not return a value, does not go to a different page, it just executes[/color]
    document[color:#FF0000]<-- Select an object in the document[/color]
    .getElementsByName [color:#FF0000]<-- Select elements in the document based on their name[/color]
    ('q') [color:#FF0000]<-- Let that name be q[/color]
    [0]. [color:#FF0000]<-- Get the first element selected (the first element in the document with the name q)[/color]
    value='Clickteam') [color:#FF0000]<-- Set its value to Clickteam[/color]
    .:::.Joshtek.:::.

Similar Threads

  1. ActiveX question: Retrieving output from control
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 5th September 2008, 01:18 AM
  2. activeX control "malicious"?
    By Dave in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 23rd September 2007, 06:41 AM
  3. ActiveX Web Control
    By LAJ in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 12th September 2007, 09:34 PM
  4. ActiveX Serial Port control... RS-232 ... ?
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 30th December 2006, 07:05 PM
  5. ActiveX Control Question
    By kungsangun in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 25th July 2006, 06:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •