How to set the specific URL target frame

Hello

I am using Muse.

I created web app with elements of list on the front page and want the items in this list to create a link to a provision on a specific page.

I have this module:

{module_webapps id = "25788" filter = "all" targetFrame = "_top"}

It's detail page layout URL:

http://Test1-jun52015-223.BusinessCatalyst.com/test-_APP/Gunni-Gunn

Thanks in advance.

Peter

Solved

Peter

Tags: Business Catalyst

Similar Questions

  • XML to DB: how to set the JDBC URL?

    Hello.

    I want to transfer data from XML via a file XSD definition in the database table.

    In Data Integrator - JDBC URL, I write in this:

    JDBC:SNPs:XML?f=C:\XMLTEST\case1.XML & d=C:\XMLTEST\svar-v13.xsd & s = XML_KITH

    The driver that I use is this:
    com.sunopsis.jdbc.driver.xml.SnpsXmlDriver

    My problem is that I got this error message when I test the connection:
    java.sql.SQLException: a SAXException has been captured during playback of the model showing an IOException occurred including another schema indicating the file name, directory or volumesyntax is bad.

    I checked the file name, directory and volume several times - it's OK.

    Anyone know what this problem may be?

    Best regards
    Bi

    is not mandatory, you can use the xsd in the d = parameter of the jdbc url.

  • How to set the specific proposal for a specific IKE L2L tunnel?

    ASA 5520 running 8.0.4

    ASDM v.6.1

    Need help understanding how in ASDM/Configuration/Site to Site VPN/profiles of connection / "Any Entry" I can clarify that I want only to offer a pre-share-aes-256-sha IKE proposal?

    The area of the IKE proposal has a number of options, including: pre-share-aes-256-md5, pre-share-3des-md5, pre-share-aes-256-sha, pre-share-aes-192-sha, pre-share-3des-md5, pre-share-aes-sha and pre-share-3des-sha.

    I am able to choose a specific proposal of IPSec without problem, but when I try to do the same for the IKE proposal and click OK the choice doesn't "stick", but refers rather to the entire list such as defined above.

    Thank you.

    Hello

    IKE policies are defined globally on the SAA, there is no way to apply policy 1 to a connection and b of the policy to another.

    You can remove all polciies except pre-share-aes-256-sha.

    This could cause a problem that other VPN connections may have a policy to remove in order to connect.

    I hope this helps.

    Thank you

    Loren

  • How to set the Date and time on a remote target in Measurement & Automation Explorer (MAX)?

    Hello

    I'm trying to follow the steps described in the following link:

    How to set the Date and time on a remote target in Measurement & Automation Explorer (MAX)?

    It is said

    The software on the target currently supports only the time zoneand deletes the old files?

    I need set the date and time

    and remove all the old unwanted files

    the calendar was gray does not allow me to change the current date.

    Anyone know how to change

    Hi all!

    According to this the below Knowledge Base article, Remote Configuration System Support must be installed on the target for time settings to change in MAX.

    http://digital.NI.com/public.nsf/allkb/FAB0EC4D6E5EE0F386257738005733A3?OpenDocument&MeTC=max_MAXDat...

    If you don't know what version of the system supported remote Configuration software that you have installed on your device target, it is likely that it is not yet installed. Add this software by clicking below your target to the MAX software option and selecting "Add/Remove Software". This is where you will install the System Configuration Remote Support software.

    Please let us know if you have any questions!

  • How to set the targeted window size, need help...

    It has been a while and I'm a model, I do not remember how to set the size of a target window.

    "< a href =" http://web.ocp.org/products/ <? php echo $node ["pmid"];? ' > .jpg ' target = '_blank' >

    Want to pop up to as height 150 width 200.

    Rewritten the thread here: http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=189&threadid=1280810

  • How to set the default android home page.

    How to set the home page in the latest browser of firefox for android?

    Hello:

    Unfortunately you can not remove the top sites home page but you can pin a site, remove a site from unpin it and change the url of a pinned site.

    Please read this article for instructions.

    I hope this helps!

  • How to set the output meter channel to generate a signal pulse using DAQ6008

    Hello there I am generating a pulse signal of 100 Hz and a duty of 20% of the 6008 data acquisition cycle using visual studio 2013. I have code that needs to generate this but I'm not sure on how to set the channel output meter. When I run this NI MMAX and my vb error code indicates that the physical channel is not supported. I am a user of data acquisition were first and would appreciate any help offered.

    If you look at the USB-6008/6009 User Guide and specifications, you will see that the counter in these devices cannot rely as edges of entry. It cannot generate a pulse.

    Lynn

  • How to set the timeout of read when using channelReader.ReadWaveform?

    I'm using a USB-6210/a. data acquisition, and it works fine until I have to take a longer than 10 s waveform.

    When I take a longer than wave form, I get the error 200284, "some or all of the requested samples are not yet acquired.  To wait for the samples become available use longer read timeout... »

    No problem, I thought, I'll just put a longer period.  I searched through the documentation, and the timeout only I found was the watchdog timeout.  When I wanted a longer value, I get code 200452 State - specific property is not supported by the device or is not applicable to the task.

    I use the code in the example AcqVoltageSamples_IntClk.2008 .net with c# in Visual Studio 2008, .net 3.5 sp1.

    How to set the timeout so that ReadWaveform() is not the time?

    Here is the code:

    privateAnalogMultiChannelReaderchannelReader;

    privateAnalogWaveform awf;

    publicList GetWaveForm()

    {

    Try

    {

    Task getWaveform = newTask();

    getWaveform.AIChannels.CreateVoltageChannel (Channel,"", TerminalConfiguration, RangeMinimum,

    RangeMaximum, AIVoltageUnits.Volts);

    getWaveform.Timing.ConfigureSampleClock ("", SampleRate, SampleClockActiveEdge.Rising,)

    SampleQuantityMode.FiniteSamples, NumSamples);

    getWaveform.Control (TaskAction.Verify);

    channelReader = new AnalogMultiChannelReader (getWaveform.Stream);

    AnalogWaveformdata = channelReader.ReadWaveform (NumSamples);

    AWF = data [0];

    samples As new List();

    for (inti = 0; i)

    returnsamples;

    }

    catch (DaqExceptionexception)

    {

    MessageBox.Show (exception. (Message);

    }

    List of l = newList();

    return l;

    }

    Thank you

    Curt

    Hi Curt,.

    Here is a Knowledge Base that can help you to set the timeout setting in your code:

    The property using Timeout of DAQmx task in Visual Studio

  • How to set the value of QUERY using PL/SQL process?

    Hello

    I use APEX 4.2...
    How to set the value of the REQUEST using process of PL/SQL which lies before the header - where the value of the REQUEST should appear on the URL?

    Kind regards
    Fateh

    You cannot set a value of demand in a PL/SQL block. You can run a PL/SQL block on a request which is the id of a button for example.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • How to change the LOGO url

    Hallo,

    Could someone explain how to change the LOGO URL (when I click on redirect logo should go not to the home page, but to any page I want to set manually).

    Thanks for the tips.

    Apex 4.1.

    Hello

    have a look at the page template.

    Home--> Application Builder--> Application XX-->--> models shared components

    According to the Setup, you should find something like

      
    

    He simply change "#HOME_LINK #" to your desired URL/page.

    I hope this helps...

    Thank you
    Sandro

  • How to set the LOV when in a pop up

    Hello!!!

    We work with ADF 11 g and the user wants to use a LOV a field during their research and another when they change the information in a pop-.

    I have the popup work and we may change the information but I can't understand how to have a different of LOV show when the user is in the pop-.

    I've set the attribute VO use 2 LOV and I added a transitional attribute to the VO and picked up as a list of value switch but I can't figure out how to set the transient attribute when the pop-up opens
    so that it will use the 2nd LOV while in the pop-up etc and then together is back to normal when they are not on the shortcut menu.

    Everyone comes through this?

    Thanks in advance.

    The best solution I found for this was using two different views and then link them. This allows a different LOV will basically be attributed for the same attribute. Be sure to use the correct view on the specific form for the desired LOV.

  • How to set the parameter reset?

    I put the (url, clipStartTime, clipEndTime) alone in the StreamingURLResource class

    How to set the parameter reset? I want to NetStreamPlayTransitions.APPEND set

    THX

    Mike.

    This is not currently supported with OSMF.  You use this feature (APPEND) regularly?  If so, you can file a request for improvement with use case here?  Thank you!

  • How to set the page template for a page in app

    I've been looking for a way to re - assign a specific page to a different page template, and I must be blind. I did it with the regions and reports, but never a whole page. The closest I can find is how to set the default page for an application model template. What I have is a printable form that they want in a specific format. I was able to code the whole thing into a region of PL/SQL, but I was hoping that I could take an existing page template and modify the model to different regions in the areas I would like to.

    Can someone help me find this? I have already created a copy of the page template I want to twist.

    If you are in the tree view, double-click the entry of title of page (top); If you are in the component view, simply click the edit button in the page area. Either way will take you to the screen of the Page change. in the display attributes section, you will see a Page Model drop-down list.

    -David

  • How to set the default prompt of dashboard?

    Hello
    In my dashboard prompt, I get values such as:

    March 2010
    Apr 2010
    May 2010
    June 2010

    How to set the default value for the month in progress (June 2010). I don't want to use "specific value. I want to use the 'SQL result' to populate the default value.

    Appreciate your help

    You can use select to_char (trunc (sysdate), 'Mon-YYYY') of the double

    see you soon,
    Vineeth

  • How to set the number of e-mail messages that are stored on my iPhone

    How to set the number of e-mail messages that are stored on my iPhone – so when I don't have a network connection I can see a 'large' number of messages in my Inbox etc.

    This is series is not defined in the world

    You must go to settings-> mail, contacts, and calendars and check the settings of your e-mail provider offers in this area

Maybe you are looking for

  • Restart the time capsule airport

    MY ATC is continually reset. Completing a gentle and hardmreset and also factory reset without success.

  • When I told him to turn on the scan of the computer printer, it says it can't

    HP Photosmart 5510 scan to computer Dell Windows 7 When I try to scan it is not computer.  When I go to control panel and open printer tell him told him it cannot activate.  I recently paid Panda Security $150.00 to fix this and I still have the prob

  • Where is the button refresh and the drop down menu the menu to go to previous tabs

    Usually, there is a button to refresh/reload the page in its current state. You can also click Next for the "previous or next page" arrows and have a list of pages viewed before if you can select one of them to go back to not necessarily just the pre

  • What antivirus software you choose?

    I used to have McAfee.  I found that it is too big for my computer.  I have limited memory and an older machine.  I replaced by the defender and noted some problems briefly as when MS Security Essentials is out, I moved to that (I shouldn't have left

  • Laptop HP Pavilion 17: Delete Google Chrome

    I recently contacted HP regarding my Internet Explorer does not work. Technology has taken possession of my PC and suggested that I also support Google Chrome. We loaded it but now I don'tlike it because when I received an e - it and have to go on th