Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2009
    Posts
    3

    Grin [Newbie Q] search results in ams

    (Sorry if in wrong section)

    Ok a few of newbie questions:
    1: I have just got ams and playing about with it, at present im trying to create a simple browser (using default browser app) and wish to know how to set it so search results show within ams rather than opening a new explorer page...I have searched high and low on here but have found nothing (or if I did it was over my head and didnt realise that that was the answer)...lol

    Current code:
    PHP Code:
    Web.LoadURL("Web1"Input.GetText("Input1"));
        
    File.Open("http://www.google.com/search?hl=en&q="..Input.GetText("Input1"), SW_SHOWNORMAL); 

    2: How can I set it so when a button is hit the website it launches also opens from within ams?

    3: How to set width and height of application made?

    Thank you in advance
    Last edited by Some0ne; 02-18-2009 at 01:18 PM.

  2. #2
    Join Date
    Oct 2004
    Location
    East, South & West Asia
    Posts
    1,020
    Hi,

    I have some browser samples in my site. Download and take a look at the scripts. Will help u get started. Samples are compatible for AMS7.
    Newbie Examples
    ------> AMS 7.5 : amstudio.azman.info
    ----> AMS 6 & 5: www.azman.info/ams/
    ----> FB: facebook.com/GuideToWealth

    ----> Content Development Blog: www.AZMAN.asia

  3. #3
    Join Date
    Nov 2006
    Posts
    233
    Code:
    Web.LoadURL("Web1", Input.GetText("Input1"));
    Web.LoadURL("Web1", "http://www.google.com/search?hl=en&q="..Input.GetText("Input1"));

  4. #4
    Join Date
    Feb 2009
    Posts
    3

    Thumbs up

    Thank you both

Similar Threads

  1. Pinging multiple addresses in AMS with results?
    By Stobe in forum AutoPlay Media Studio 7.5
    Replies: 0
    Last Post: 06-23-2008, 03:18 PM
  2. Search my website from within AMS?
    By ianhull in forum AutoPlay Media Studio 5.0
    Replies: 9
    Last Post: 04-10-2006, 02:38 PM
  3. Listing search results in a listbox?
    By bobbie in forum AutoPlay Media Studio 6.0
    Replies: 17
    Last Post: 03-22-2006, 03:03 PM
  4. Using AMS 5 as a search engine
    By Syverson in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 07-13-2005, 11:16 AM
  5. Mysql, PHP results display in AMS?
    By yss in forum AutoPlay Media Studio 5.0
    Replies: 8
    Last Post: 05-23-2005, 10:02 AM

Posting Permissions

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