Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Posts
    2

    Interact with Embedded Web Objects

    Hello !
    I've used this code :

    Code:
    nPos = String.ReverseFind(e_URL, "#", true);
    if nPos then
        strPage = String.Mid(e_URL, nPos + 1, -1);
          Page.Jump(strPage);
    end
    and used #page on my html's to interact with Project pages and that worked fine.
    The problem is I cannot navigate back/history (from the page containing the web object) to another project page using a button outside the web object. It keeps refreshing the web object being in the same page.

  2. #2
    Join Date
    Oct 2005
    Location
    American Dubai
    Posts
    629
    I'm not sure if i understand you perfectly, but i think that you need to have a "back" button from the webpage loaded in the webobject itself. If thats it, you could use Javascript

  3. #3
    Join Date
    Jun 2006
    Posts
    2
    Could you help me with that? Any ideas on what Javascript i could use in the web object?

Similar Threads

  1. Ideas on how to use two web objects with dynamic php
    By ianhull in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 04-21-2006, 06:23 PM
  2. Web objects
    By bobbie in forum AutoPlay Media Studio 5.0
    Replies: 5
    Last Post: 05-22-2005, 03:57 PM
  3. Interacting with Embedded Web Objects
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-01-2003, 02:17 PM
  4. Z-order problems between web browser and ams4 objects
    By Martin_SBT in forum AutoPlay Media Studio 4.0
    Replies: 2
    Last Post: 09-26-2002, 11:42 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