Linking to triggers...possible?

I am just getting into web design, so I don't know a whole lot about css, html or java, but I'm willing to learn (that's why I like Muse). Is it possible to create a link to a trigger? For example, I have a flag football site that lists out the teams and the players. Each team gets their own "page". The page is actually a Blank Composition (I like the transitions between slides). Each team has a trigger that slides the team's info into view. I would like to be able to link a team from a different page straight to their team "page". I know how to link it to the page that the widget is on, but not to their trigger inside the widget... Any help would be great!

Please start an idea on it. So that we can start voting. Maybe this would be another reason to change the approach Muse converts design to code. Because presently when designing in Muse our designs are not converted to HTML5 instantly. Muse layouts and design is converted to HTML5/CSS/Javascript during export, which makes it inadequate for designers who desires to include their own IDs and CLASSES. Until the team finds a suitable approach/workflow to achieve this, your suggestion/idea might be impossible. But please start as an idea and see everyone vote massively for it. We can change things by our voice. We can

Similar Messages

  • Database Links and Triggers

    Hello altogether,
    I'm not sure if I am in the right topic here, if not please excuse!
    I got the following problem:
    My system consists of two parts - one calculation part P1, and one output part P2. Both parts have their own Oracle DBMS. The calculation part P1 calculates a lot of data and replicates this data to the database of the output part P2.
    I created a database link from P1 to P2.
    Now I used triggers to replicate the data from tables on P1 side to tables on P2 side.
    Problem:
    This works fine, as long as the number of inserted or updated entries is low. If it increases, I get the error "Too many database links in use", and everything is stuck. I guess this is because too many triggers fire in parallel.
    Question:
    Is there a possibility to restrict the number of triggers executed in parallel (some kind of semaphor to serialize on), or can multiple triggers share the same database link?
    Thanks a lot for your help!
    Bye,
    Daniel

    Besides from using normal oracle replication I would check your triggers.
    Do they fire and access the DB for each row? May change this to statement level.
    Or switch from some synchonous process (immediatly update the target database) to some asynchronous process (mark the records that needs to be updated/changed, every half an hour do the change).
    3rd version? DO you really need two databases? Consider 2 separate schemas on one database instance.

  • Adding user to the oracle database using database link - is it possible?

    Hi, i wolud like to manage my databases using one client. I easilly operate on my distriubuted tables but i have problem with creating users in distribiuted database. Is it possible to create users in distributed database using database links? or it have to be done locally using some stored procedures or sth similar?

    The SQL syntax of the CREATE USER statement doesn't support DB links, the only way to do it would be with stored procedures. There might be an Oracle SP for that or for generic remote execution of SQL, but I'm not familiar with such.

  • Print PDF from link... possible?

    Is it possible to print a PDF file when you click a link. I
    don't want
    to open the PDF first and print it from there?
    Is it possible?
    Kim
    http://www.geekministry.com

    You might check the Dreamweaver Developer Page -
    http://www.adobe.com/devnet/
    But... I really doubt it is possible to send something
    directly to a printer without opening the program that is able to
    READ the file and send the proper formatting to the printer... and
    that means opening the file
    Added... the little I know about printing
    Any file, by itself, is just so much "garbage data" if you
    WERE able to drag and drop it on a printer icon
    Each file type consists of a unique arrangement of bits and
    bytes
    The file is both displayed on a computer screen and
    intepreted for printing by the program that reads the file
    When printing, a data stream is sent by that program to the
    printer's software... which converts that data stream into commands
    to the printer about where to print a pixel (may be wrong term) and
    how many close together (such as letters) or "scattered" such as a
    gray background
    I just don't think it is possible to send a document directly
    to a printer, without the software that reads the type of file
    being open to format the data and interface with the printer
    driver

  • Clickable Link in iDVD - Possible?

    Hi
    I've got a feeling that I know the answer to this one, but I'll ask anyway.
    Is it possible to put a clickable link onto a DVD produced in iDVD?
    For example if someone wanted to put the produced DVD in to a Mac (or indeed a PC) and click a link to take them to a website? You know the sort of thing I mean...Like "extras" on Music CD's and some Commercially produced DVD's
    Thanks

    Yeah, I suppose I knew that was coming. Oh well...thanks for answering anyway.

  • Keeping link highlited onClick - Possible?

    I have a simple rollover link using the swap image and swap
    image restore behaviors, but I want the link to stay the
    onMouseOver color once it is clicked. Is this possible? I tried
    adding an onClick behavior but it didn't work.
    Essentiallly I am trying to get around having to generate a
    navigation page unique to each link whereas the link pertaining to
    the page they're viewing would be highlited so they know where they
    are.
    DW MX 2004

    It's easy to do with CSS or with javascript.
    With CSS you would have a little stylesheet embedded in the
    head of each
    page that allows you to set the down state for any given
    button (each button
    would have a unique id - for example -
    <a href="foo.html" id="button1">...<a
    href="bar.html" id="button2">
    and then your stylesheet would have this -
    a#button1 { styles }
    on one page, and on another this -
    a#button2 { styles }
    See how that works?
    With javascript, put this in script tags in the head of the
    document -
    function P7_downImage() {
    var g7="<imagename>"
    var g7url="<pathname>"
    if ((g7=MM_findObj(g7))!=null) {g7.src=g7url;}
    and this on the <body> tag
    onload="P7_downImage()"
    Then on each page you would need to make two edits:
    Set g7 to the *name* of the button (not the file name but the
    HTML name -
    e.g., "productsbutt"), and g7url to the pathname to the
    button (e.g.,
    "images/nav/button3.gif"), and bada bing, bada boom!
    There is an excellent tutorial here -
    http://www.projectseven.com/support/answers.asp?id=126
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Tangier Clarke" <[email protected]> wrote
    in message
    news:e85uc6$4c3$[email protected]..
    >I have a simple rollover link using the swap image and
    swap image restore
    > behaviors, but I want the link to stay the onMouseOver
    color once it is
    > clicked. Is this possible? I tried adding an onClick
    behavior but it
    > didn't
    > work.
    >
    > Essentiallly I am trying to get around having to
    generate a navigation
    > page
    > unique to each link whereas the link pertaining to the
    page they're
    > viewing
    > would be highlited so they know where they are.
    >
    > DW MX 2004
    >

  • Iphone charging with ipod car installed link is this possible?

    I have an Acura TL and I had the ipod link added at the dealer, I was wondering if it is possible to plug the iphone into this link to charge the iphone like it was an ipod?

    Start by calling Apple Support at the country number from http://support.apple.com/kb/HE57 as the info from the person you talked with is incorrect.
    You can leave the MBP with a full charge with no problems, in fact that is the best thing to do.
    The iPhone charging did not damage the MBP battery, the failure of that battery is another issue.
    When you say you bought the MBP charger on-line, is it an Apple charger or third-party charger?  Many thiord-party chargers do not output the correct power (voltage and current) for the computer and do cause damage to the battery and charging circuitry.
    Talk with the Apple Support people and see what they recommend and how to proceed.

  • BB Link - Sync not possible - Support needed

    BB Link advised me to upgrade to the new designed BB Link Version 1.2.3.23
    As immediate effect, the sync of the calender does not work anymore with the remark "Sync failed - calender data could not be processed"
    Two questions
    1) how can I solve this
    2) how can I download the previous BB Link version (which worked well even though it took sometimes 30mins to update the calender and contacts)

    There are many reasons this can happen, you may find a answer in this post.
    http://supportforums.blackberry.com/t5/BlackBerry-Link/Loading-Sync-Relationships-for-Media-does-not...

  • KM/TREX search through links, it it possible?

    Hi,
    I'm asking for a search (using KM + TREX) in an specific folder (Folder A). This folder contains links below it. The search result is not bringing  files (file FB1 and file FC1) located in folders to which these links point to. Is there something that can be done or changed to bring these files too, without changing the search-from point?
    Folder structure:
    Folder-A
       Folder-A1
          File-FA1
       Folder-B1 (link to FolderB/Folder-B1)
          File-FB1
       Folder-C1 (link to FolderC/Folder-C1)
          File-FC1
    FolderB
       Folder-B1
          File-FB1
    Folder-C
       Folder-C1
          File-FC1
    Thanks in advance,
    Geraldo

    Hi Stephen,
    I created a Resource Result Filter as follows:
    - Include Documents/Web-Pages:  checked
    - Include Folders: checked
    - Include Links (Not Applicable For Web-Sites): checked
    - Case Sensitive (Folders And Documents/Web-Pages):   unchecked
    - Item ID Mode (Documents/Web-Pages Only): include
    - Item ID Patterns (csv): *.*
    - Mime Type Mode (Documents/Web-Pages Only): include
    - Mime Type Patterns (csv): *.*
    - Minimum Content Size (Documents/Web-Pages Only): empty 
    - Maximum Content Size (Documents/Web-Pages Only): empty
    - Maximum Age of Last Modification (Documents/Web-Pages Only): empty
    ==> Result: no documents were included in the index.
    and another one as follows:
    - Include Documents/Web-Pages:  checked
    - Include Folders: checked
    - Include Links (Not Applicable For Web-Sites): checked
    - Case Sensitive (Folders And Documents/Web-Pages): unchecked
    - Item ID Mode (Documents/Web-Pages Only): include
    - Item ID Patterns (csv): *.*
    - Mime Type Mode (Documents/Web-Pages Only): include
    - Mime Type Patterns (csv): *.*
    - Minimum Content Size (Documents/Web-Pages Only): empty 
    - Maximum Content Size (Documents/Web-Pages Only): empty
    - Maximum Age of Last Modification (Documents/Web-Pages Only): empty
    ==> I have the previous result. When I search from Folder-A, the search doesn't bring me files from the link folders (Folder-B1 and Folder-C1).
    When I go to:
    Advanced Search
    Search Option
       Search Scope
         (o) Folders (and Subfolders)
    and click on  [ Browse ],
    it opens me a Navigation window to select the folder that I want to search from,
    when I go to Folder-A, it doesn't even show me the link folders (Folder-B1 and Folder-C1). It seems to me that it ignores the link folders.
    Thanks for your reply,
    Geraldo.

  • YouTube login & linking problems - one possible solution

    Rather than add this comment to one of the several topics concerning YouTube login and account linking problems, I'm starting this topic to isolate this particular problem and the solution that worked for me.
    * SKIP TO LAST LINE FOR MY SOLUTION ->
    The problem I experienced surfaced when I first tried to upload a video to YouTube from my iPhone 4. YouTube would no longer accept my YouTube password. My YouTube account was linked to my gmail.com account. Having read some of the suggestions in other threads, I unlinked the two accounts, but that did not help matters.
    I signed out of the YouTube app in order to sign back in, as suggested elsewhere, but then I could no longer sign in to the YouTube app.
    So I tried shutting down my iPhone and starting it up again, as was also suggested elsewhere. That didn't help.
    So, exasperated, I went to the YouTube site and tried to change my YouTube account password to itself - and therein lay the solution! YouTube told me the password has to be 5 to 20 characters long and my (old) password was only 4 (because I had created my YouTube account long ago before they had that requirement.)
    Once I set a new password that was long enough to satisfy this requirement, I was able to login to the YouTube app just fine and everything is working.
    * The solution -> MAKE SURE YOUR YouTube PASSWORD IS LONGER THAN 4 CHARACTERS
    Message was edited by: caf
    Message was edited by: caf

    No, it didn't work. After buying my MacBook Pro I updated everything including QT. As a result QT 7.2 simply didn't play any of my divx avi files. Before adopting the rude way, I obviously tried to update/replace all of the components including: Perian, DivX, Flip4mac. No way. I then forced a downgrade to ver. 7.1.6 using Pacifist (a package manager) and as a result I put the hole system in danger. It was in a total state of malfunction. I had to restore the system with the cd. Fortunately it kept my home! But I now run ver 7.1.6 and I do NOT have any intention to update it. I use Pro so I don't have any necessity of full screen support or else. Maybe if Apple will release a stable version I will consider the update. But for now, "nowing it is not installing it".

  • Wording has links to external, possibly phising / spam, Websites

    Good day. I have a slight concern.
    I have read about a guy's similar problem he had with his email, but I seem to have it when normally browsing and then also something else apart from the "Question".
    When browsing all websites using Firefox 19.0 (apparently my Firefox is up to date when I do an update check) {seems its not}, random words are highlighted, and when you hover over them, it gives a small pop-up to external websites, such as Insurance and XXX Content. I have been using Firefox for a very long time now, and never seen this before since recently. I do a virus and malware check regularly, and I have check of any extensions that may cause the problem (Have only Google Search as an extension). This is very annoying. My concern also, I have done some website development before, and now some of my work also has these Highlighted contend, which is confusing, as I have linked some words to additional internal pages. One of my big clients' website has these highlighted text as well, and some of these links link to XXX content, whats going to happen if a potential client of theirs (with little understanding of IT) sees these links (when using Firefox) arent they going to think {this people supports XXX Content} to gain revenue from advertising, wont this put them into a BAD light?
    Apart from my PC, i also have installed a virtual machine, with no other programs installed but Firefox, and it does the same!
    Question 2: A Specific Website I developed, seems to freeze when Installing Java Scripts, as It seems FF cant load the content. The script is just a basic Conveyor Belt animated Banner!

    dupe of <br />
    https://support.mozilla.org/en-US/questions/952545

  • I just allowed firefox to update to 6.0 and now none of my links can resolve, possibly because there is no Norton toolbar for this version and it's blocking? (My other browsers are still working)

    I have the Norton Security Suite provided with Comcast subscription (cable network)
    I have a Dell Inspiron with VISTA, but hopefully that's not a problem, as I've had Firefox on it for 4 years now.
    Thanks!

    I have a similar problem; but I think the cause of the "already running" message is that my computer crashed.
    I rebooted before I learned to look for the parent lock file, but even when I knew to look for it, I found my original profile folder to be empty.
    So I created another profile folder, and FF works, but I cannot access my old profile folder. When I open the location where it should be, nothing's there. But if I go to profile manager, I see my original profile is still there (and it has a location, it's where it should be - and where it's invisible, but even if I type in this location, nothing comes up).
    I tried making all folders visible (I run Windows 7), but this did not make my old profile visible.
    I want to find it because of the bookmarks I bookmarked recently.

  • Since update 3.6.11 I lost use of several plugins such as firebug (that I really need), Firefox become very slow or freeze, and I am not able to follow some links. Any possibility to solve or come back to older version ?

    On windows XP sp3

      Premiere Elements 10 is now 64 bit, but not PSE10.
    Take a look at your scratch disk set-up and if you have a spare volume, allocate that first before the C drive. Elements use scratch disks when it gets low on RAM.
    Click image to enlarge
    Turn off face recognition and the auto-analyzer to improve performance.
    When editing photos or videos check the task manager to see what background processes may be running and end them temporarily if not needed.

  • Is it possible to create a link on the content of a text annotation??

    Is it possible to create a link on the content of a annotation??? Like the content of an annotation is some notes as well as a link...
    content -
    this is my first annotation(notes)
    http://www.google.co.in/(link)
    is it possible to create a link for the url given in the content of an annotation??? On click on the url...it should get opened...
    please reply its really urgent....

    How/where do you want to accomplish it?
    Within the document? Using Acrobat? Using another application?
    Using Acrobat within the document would be possible using Acrobat JavaScript. You can access the annotation objects of your document, and you then can evaluate the properties of each of these objects. Have a closer look at the Annotation Object section in the Acrobat JavaScript documentation.
    You will look for the contents property, and evaluate its content. When you have found something looking like a URL, you can create a link (using the rect property of the annotation), and you have what you want; you might then think to destroy the annotation, as it may overlay the link.
    Hope this can help.
    Max Wyss.

  • Using a link to trigger a delete action on form page?

    Hello,
    I have been unable to find an explanation about how to do this in the documentation, these forums or the old interakt forums.
    Is it possible to use a link to trigger the delete action on a form page?
    If so how is it done?
    Thanks in advance!

    Sorry Purple.. I know that there is a delete link that triggers the delete transaction on the form page..
    The question was if anybody knew if I am able to use a link to trigger that delete transaction (on the form page), much like a dynamic list has a link that will trigger the delete transaction on the form page.
    I don't want to use a dynamic list in this case though. :)
    Thanks anyways,
    Drew

Maybe you are looking for

  • Calculation in BEx on Hierarchy Link Nodes

    Hello everyone. I am working on a BEx query that involves a hierarchy based on Controlling Area, Cost Center, and Cost Element. There is a case where I have 5 Cost Elements that belong to 2 Cost Centers. I can successfully create the duplicate nodes

  • Reinstall app from creative cloud

    How can I reinstall app from creative cloud if I removed this app by accident? I've tried all options that are suggested on the official site, but still no good.

  • How to create a lot in a bid invitation

    hi, could anybody send me information about the creation of lots in a bid invitation? My email is [email protected] Points will be awarded for the correct explanation. Many thanks! Edited by: David Iglesias Pujana on Jan 29, 2008 1:54 PM

  • I want my fan to run all the time on power adapter, any guru know how?

    After buring out one hard drive, and getting tired of hauling a mini-fan and 1/2" foot spacers around with me between motels, I want a way to force the powerbook fan to run at full speed all-the-time when the powerbook is connected to a/the power ada

  • Does elements 11 have the auto blend feature for making a face swap more realistic?  Inn

    IM trying to do face swaps but when the two people have different skin tones it doesn't look right. How can I transfer a face and make it the same skin color.  I'm using Adobe Elements 11 on windows.