User Tag List

Results 1 to 6 of 6

Thread: Fill in columns in web browser?

  1. #1
    Clicker Fusion 2.5Fusion 2.5+ DLC

    Join Date
    Jun 2006
    Posts
    903
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Fill in columns in web browser?

    Is there any way how to create a program which will be able to fill in the columns on the web page? I just dont know how to focus the target column, type in text and click on some button. I guess Active X could help but I have no experiences with this one. Thank you!

  2. #2
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,458
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Fill in columns in web browser?

    Sorry, which columns are you talking about?

    Web pages are stored in plain text files but uses html syntax to make up a website. If you want to make a program that creates a html document, all you have to do is to make the application save the correctly formatted html to a file.

    Or are you talking about displaying a html website within your application? the Internet Explorer active X can do that. But you can't "fill in columns" or edit the html of the website with it. But I don't really understand the question

  3. #3
    Clicker Fusion 2.5Fusion 2.5+ DLC

    Join Date
    Jun 2006
    Posts
    903
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Fill in columns in web browser?

    Ok sorry, I just want to make Autologger to my website so I would like to create an app which fills in both columns-Login and password. It could be hardcoded (window positions and so) because its just for my PC..

  4. #4
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,458
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Fill in columns in web browser?

    Hmm all modern browsers allready have that functionality. It works perfectly in Firefox.

    What browser do you use?

    I don't know how easy it is to change the data inside a website from the outside once it's sent to the browser.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fill in columns in web browser?

    Is there any way how to create a program which will be able to fill in the columns on the web page? I just dont know how to focus the target column, type in text and click on some button. I guess Active X could help but I have no experiences with this one. Thank you!
    You mean, like filling <textarea> and <input> fields with text? That sounds quite easy, although it requires a little knowledge about php. Just open the page with the content of the input areas specified in the url (blah.php?username=nifflas&randomdate=2535), and let blah.php use them as predefined texts for the input areas.

    However, I don't really suggest using this to fill in passwords, as it will not be protected a bit.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    SoftWarewolf's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    949
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Fill in columns in web browser?

    you could easily make simulated keypresses (and mouseclicks) with the mmf 1.5 Control X object, i dont think this have been converted to mmf 2.

Similar Threads

  1. List Box with Columns and Headers?
    By Soilydude in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 1st June 2013, 03:23 AM
  2. Strange from browser to browser?
    By KLiK-iT in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 31st January 2013, 12:37 PM
  3. [Bug] Stretch to fill screen, Zoom to fill screen
    By Andrew in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 22nd March 2012, 10:14 AM
  4. DataGrid Obj - re-arrange columns
    By madmac in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 13th December 2010, 03:08 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
  •