Load contents into one "netui:select" on click of another.

Hi! I am a fresher to Weblogic Workshop and Portal. I want to know how to capture the onSelect or onChange event in a <netui:select> tag and call a pageflow action on the occurence of this event.

I remember this keyboard menu. Didn't I give you the CSS for this?  I'm pretty sure I did.  Because I still have it in my notes.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Horizontal Menu</title>
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<style>
/* BEGIN Horizontal Navbar */
nav {
margin: 0 auto;
padding: 0;
width: 900px;  /**adjust width as required**/
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
overflow: hidden; /**float containment**/
border: 1px dotted red; /**for demo purposes, you may delete this border**/
nav ul {
list-style: none;
padding: 0;
margin: 0;
width: auto;
/**list styles**/
nav li {
display: block;
float: left;
width: auto;
line-height: 1em;
margin: 0;
padding: 0;
text-align: center;
font-size: 15px;
text-shadow: 1px 1px 1px #000;
/**link styles**/
nav li a {
display: block;
padding: 0.5em;
border: 2px outset #999;
color: #FFF;
font-weight: bold;
text-decoration: none;
background: #CCC;
/**mouseover styles**/
nav li a:hover,
nav li a:active,
nav li a:focus {
border: 2px inset;
background: #00CCCC; }
/* END Horizontal Navbar */
</style>
</head>
<body>
<nav>
nav container
<ul>
<li><a href="#">Menu Item 1</a></li>
<li><a href="#">Menu Item 2</a></li>
<li><a href="#">Menu Item 3</a></li>
<li><a href="#">Menu Item 4</a></li>
</ul>
<!--end nav--></nav>
</body>
</html>
Nancy O.

Similar Messages

  • Load Content into a javascript Variable

    Hello guys. I very new to spry and I need some help.
    How can I load content (text) from a html page(actually I
    want to get a result from a dynamic php script) into a javascript
    variable?
    I saw the fragments example in wich spry loads some html
    fragment into a div, etc... but I need the result text to be stored
    in a variable so I can test the result before update the div.
    Thanks in advance...

    I think this function updateContent shoud have a parameter to
    tell if we want the content to be loaded inside a container or a
    variable. It would be very helpful to integrate php/mysql
    validation scripts to forms. I wanted to test if a username was
    already in the database when the user choose the username in the
    form, so I made a custom function and aplied it to the textbox
    validation widget. Its working great, but it would be better if I
    didnt have to create invisible divs to receive the response from
    the php script I made.
    Thanks anyway. Spry is a great product.

  • .swf being able to load contents into it issue.  Please help?

    Hi there,
    I have strange situation regarding flash that I can't figure out.  I have a flash .swf file that is intended to load .flv video files into them at the local root level.
    I have been able to do this on my own server, but the .swf and the .flv videos are now located on the media streaming server, and the .swf is able to show up on it's own when embedded onto my page (on MY server), but it's not being able to load the video files.  I am perplexed because the videos are structured in the same EXACT way that it was being done on my server, but they will not load onto my .swf as they were doing when they were on my server.
    For example, one of the videos is loaded by using this convention in my actionscript:
    var file = "videos/Bob_Peebler.flv";
    So, on my media hosting service, I've loaded the .swf file on the local root, and the videos are placed in the same exact directory structure as they were done on my server.  In the example above, the  "bob_peebler.flv" is located inside the videos folder, and the videos folder is on the same level as the .swf
    In my flash file, I've thought that the var needs to point to the actual URL of the flash file, so I've then typed out the URL of the flash video, but I still can't seem to get it to work.
    var file = "http://iongeo.fileburst.com/videos/Bob_Peebler.flv";
    Here is where the .swf can be located to get a better sense of what I am trying to accomplish.
    http://iongeo.fileburst.com/ChannelGuide_Features.swf
    Please let me know if I can clarify on something better.
    I would really appreciate any kind of assistance that could be provided.
    Thank you

    Hello
    On my flash, I already have those parameters in place.
    I don't think there would be any security issues however, since I have used a player .swf which loads from the media site and plays the videos without a problem.
    http://www.iongeo.com/channelguide_test_dev/
    click on the four images at the bottom of the screen to see how it works.
    Now, I am pretty much doing the same thing, but this time embedding the other swf to load the videos.  As I mentioned, I was able to do this when everything was on our server, but now there is an issue for some reason when I try to load the .flv into the .swf from the other media server.

  • Dynamically load content into a "template" swf from text file

    I have a dream....
    Well, I have a concept. I have not actively pursued Flash in
    several years, though I've continued to have it in my arsenal. I've
    not done much in the action scripting realm for a while though.
    I am trying to create a template that will be used for about
    100 different product pages.
    It would have two tabs, basically, 2 different graphical
    button sets. One will have up to 4 links to similar products, each
    tab will be on the side of a square, and I need the ability to not
    display a tab if there is no actual link.
    As for the other tab, Its a menu that consists of a series of
    lines. This can be an external menu, I just need a way to have
    flash load the right menu. This menu, when you mouse over a line,
    the name of the product appears, as well as a product image that
    gets loaded with the menu. The product images would be external,
    allowing me to simply replace an image if a new higher end version
    of the product comes out.
    So, I am totally not an actionscripter. Looks like I need to
    load variables from an external file. Can I set a property in the
    flash code on the html that tells the movie what dataset to grab
    from?
    Here's basically what I am looking for
    property: value
    (load variables for:)
    item: 44
    (menu1)
    faster: 54b.html
    slower: 34d.html
    left: 43d.html
    right: 45c.html
    (menu2)
    menu:graph5.swf
    (menu loads images from external source)
    link51: 51d.html
    link52: 52c.html
    link53: 53c.html
    link54: 54d.html
    link55: 55b.html
    link56: 56d.html
    A possible third menu would be text driven, and would use
    html to link to various items.
    This is a static site, so urls will be fixed.
    Is it best to build a php page that serves up data for a
    single item, or do one big text file with all 100 or so items? Is
    that even possible?
    My Flash since MX is very rusty. I am using Flash Pro8. I
    would love to create a single file so modifications are to the text
    files, unless a new item is released, then it's updating a single
    flash menu and updating the text file.
    Been spending way too much time in InDesign lately! I used to
    be pretty good at Flash!

    well sorry there fanmap - but I don't think you're going to
    be able to get this to work. here's why: the link points to a php
    file - which gathers dynamic info from a DB - the return from the
    php is generating a string that is based on the DOM and
    'constructs' a javascript method that in turn writes to the html
    document. although we can embed html into a textField in Flash
    there are a limited number of supported html tags - and JS methods
    will not operate internally. in addition, (i'm not certain someone
    correct this if i'm off) there's no way to 'change' the output of
    the php call, therefore you will not be able to read the return
    because it is designed to use the DOM and write solely to the
    current document. Even if you were to access the JS method from the
    swf file (which one can) it will still only write the content of
    the php return to the html document - and the output is not
    compatible with the textField class.

  • Loading content into project/timeline from http listener

    Hi
    I have an application which helps producers/researchers browse and search for video assets. Once they have located one or more assets, I would like to be able to "push" them over to Premiere Pro.
    The browser is written in Silverlight, so the only mechanism it has to communicate with Premiere Pro would be via http. I think what I need is a plug in which has an HttpListener listening on a specific port, so that the silverilght application can post information (in edl/xml format) to the port the plugin is listening on. The plugin will then load the assets (mms video streams or files from uris) into the project and/or timeline.
    I would like to write this either using Flex or the Premiere Pro SDK. I need it to run on both Windows and the Mac.
    If anyone can provide any pointers, I would be very grateful.
    Thanks
    Nigel

    Hi Zac
    Thanks for the information.
    Can you clarify this a little for me? If I understand what you have written, I have to create an XML file using FCP format which I save to local storage, then use something like SendMessage in another application to programatically initiate a drop sequence of the file onto the Premiere Pro window. I would have to write two applications, one for the Mac, and one for the PC, using Visual Studio and Objective C rather than use the SDK.
    Is that correct?
    Can you also tell me if a plugin written in Flash/Flex can communicate in any way with the application, such as to automate a file/open sequence. I ask this because I believe Flash can listen on an http port, and avoid the need for separate apps on the Mac and PC.
    What you suggest appears possible, but tying it together in a way invisible to the user might be a bit tricky.
    Thanks
    Nigel

  • Pushing Loader.content into DisplayObject Freezes Animation

    I am working on a slideshow app which involves a bunch of images with mask effects cycling one after the other. I created a buffer to preload images in the background while the animation plays. I am using Tweener for all my tweens, and this has nothing to do with garbage collection or declaring vars inside function scope. The problem is the following lines of code in my complete handler of the flash.display.Loader class cause the animation to freese for a split second:
    _preloadingSlide.source = _preLoader.content;
    _preloadingSlide.loading = false;
    _preloadingSlide.loaded = true;
    _preloadingSlide is an insctance of a custom class that extends Sprite. The source attribute is a setter/getter whos code is as follows:
    public function set source( value:DisplayObject ):void{
                _source = value; //_source is of type DisplayObject
                if( _source!= null ){
                    addChild( _source );
    I have isolated the error to these lines of code. When I halt execution while buffering and wait until all images are loaded there is no issue. Whenever these line execute it freezes the animation for a half second or so. I thought maybe it had to do with the internal copying the bytearray that FLASH is doing. Anyone have any ideas?

    Is the profiler available as a set of AS classes? I use the SDK and I thought it was only for FLEX Builder. I use the underlying classes in flash.sampler to monitor memory consumption, etc as well. I am working on some tests using getTimer to see exactly how long it is takes for the Loader class to assign its content to my class, and as an alternative, exactly how long it takes to convert the bytearray of the bitmap data loaded with URLStream using Loader.loadBytes. I am sure the problem is that these bytearrays are very large due to the image size (900x800 avrg), and whatever internal code goes on in the loader class to convert them to a DisplayObject hangs up the player. Just out of curiosity is the source code of the Loader class available? Once again thanks for the help.

  • Saving the table content into one excel sheet

    Hello,
    I have got following problem:
    I'm measuring data with a DAQ card. I'm interested in the min and max value of the measured data. Therefore I'm using the Amplitude and Level measurent function. Its no problem to display the results in the graphical interface. What causes me trouble is to save the content of the displayed table into some kind of file. Anybody know a solution?
    Thanks!

    The problem is that I use the descriped min/max function. If I write it to a text file I get a lot of additional information every second.
    Following example shows what is written to the measurement file:
    Channels 6      
    Samples 1 1 1 1 1 1 
    Date 2010/03/05 2010/03/05 2010/03/05 2010/03/05 2010/03/05 2010/03/05 
    Time 14:26:48.9938435554504394532 14:26:48.9938435554504394532 14:26:48.9938435554504394532 14:26:48.9938435554504394532 14:26:48.9938435554504394532 14:26:48.9938435554504394532 
    Y_Unit_Label Volts Volts Ampere Ampere Ampere Volts 
    X_Dimension Time Time Time Time Time Time 
    X0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0 0.0000000000000000E+0 
    Delta_X 0.001000 0.001000 0.001000 0.001000 0.001000 0.001000 
    ***End_of_Header***       
    X_Value U_1 (Positive Peak) U_2 (Positive Peak) I_3(Positive Peak) I_1 (Positive Peak) I_2 (Positive Peak) U_3(Positive Peak) Comment
    0.000000 3.461911 3.189588 0.115779 2.103480 0.739258 1.206654
    This kind of information is not displayed if I visualize it in a table. The table only shows me the time and the corresponding min/max values. These values are updated every second.
    I tried to write it to a spreadsheet,  this approach was also not successful since a new spreadsheet was opened/generated every second respectively every time a new min/max value was aquired.
    I would like to safe the data fro, the table to a file without the additionál information showed above in the example.
    Thanks!

  • HT204053 Can I merge my iTunes content into one account??? From my iPhone and iPad.

    I would like to use the same apple account for my iPhone and iPad....I messed up and made two! How can I merge the two or move everything from the smaller account into the other without loosing my content? Please I'm new to all this! I have had my iPhone for less than six months!

    There is no way to merge accounts.  Sorry.  You'll have to choose the "bigger" account and take a loss on the smaller account's purchases.

  • Copy/pasting content into one project from another.

    When I copy pictures from one project into another, it just leaves me with black pictures for the duration of the other ones...how do I fix this?

    Thank you. Just from the curiosity, why saving a final project under a new name?

  • Is it possible to load content into a loaded swf?

    I'd like to access a loaded SWF and load images/videos into it and trigger functions inside the loaded *.swf.
    Is this possible ??

    Yes, see the "Chromeless..." examples in the Example Player sample app.  The basic idea is that you subclass SWFElement and map the SWF's API into the MediaElement API, so that your SWFElement subclass can be handed to a MediaPlayer, integrate with compositions, etc.

  • SQL*Loader concat into one column

    Hi
    I want to import an ASCII File with fixed positions to a table. One column in database needs 3 different position strings to import. is there a way to do it?
    i test this sample, but it doesn't work:
    into table t1
    ORDER position(1:10),
    NAME position(28:35)||' '||position(100:116)||', '||position(129:140)
    ralf

    ok forget it. I've just see the answer in forum. SORRY

  • Merging contents from one account on my iMac to another

    I have transfered my contents of my PC to my Imac, it put them in a seperate profile/account. How do I get the contents from there to my main profile/accoont on my Imac.
    I now have me, H&J and guest entry portals.
    I want to merge me and H&J to one account/profile.

    The easiest way is to copy the data you want to move to a flash drive. 
    Login to your other account.
    copy data to flash drive
    Login to your main account.
    copy data back to you home folder etc.
    You can play around with permissions to let all users see you data on your other account.  Do a get info. change others to all. Be sure to change permissions on home folder.
    Robert

  • Download content on one mac can i reuse for another?

    Where is the downloaded content for the latest GB located?
    can I reuse it?

    No I haven't tried that. What might that do?
    It will download about 5 GB of additional content that has been previously purchased. You can continue working with GarageBand, while the download proceeds, and if you interrupt it, it will resume the next time you start GarageBand.

  • Loading File name and file contents into two separate tables using Sqlloadr

    Hi All,
    I have situtation like to load File contents into One table and File name into one table . File comes with .txt extension
    Example :
    File name : product_09_abc.txt
    File contents :
    Productcode
    ABC
    CDE
    EFT
    Can you please help me out this how can we acheive this using SQLLOADER.

    SQL*Loader will not pass through the filename for you to be able to insert into a table.
    You will need to have a controlling o/s script that picks up the file name, calls sql*loader and then also call's an SQL script (using sql*plus?) to insert the filename into a.n.other table.

  • Loading data from two flat files into one table

    Hi All,
    I want to load few fields from one file and few fields from another file and load the data into one table in the database.
    For Ex: I have two flat files file1.csv and file2.csv and file1.csv containes 25 columns and file2.csv containes 12 columns, i want to load 20 columns from file1.csv and 7 columns from file2.csv into the table
    how to combine the columns from both the files and load them into one table at a time?
    Any help is appriciated
    Thanks
    R.G

    Use external tables.
    If using Oracle9 or higher connect both your csv with database as separate external tables and load the requited fields in new/requited table.

Maybe you are looking for