Selecting items in a frame without selecting frame (HTML)

i have a web page with two frames for two jsp's;
and i'd like to be able to tab elements in those frames without passing the focus to a frame in whole/
i tried to set a property <frame tabindex=-1> but
in this case all the frame becomes inaccesisble
if this propery isn't set i can tab until a whole frame becomes selected - that is a birder around it appeares///
what should i do then????

i've jjust solved this problem!
i needed tabIndex = "-1" in a body tag of a page!!!

Similar Messages

  • Mail.app multiple acct all items in inbox disappeared without a trace

    Mail.app with multiple acct all items in inbox disappeared without a trace
    iCould account
    gmail account
    exchange account
    In all accounts, the Inbox contents totally disappeared, gone without a trace.  Inbox shows 0MB used for each account.  The trash had stuff in it but it didn't have the inbox items.  Get Account Info shows all the other folders have items but nothing the side of the inbox.  What was werid was my mac was running slow even with an SSD things were crawling.  I noticed mail Activity window was processing but thought it standard processing, updating inbox etc. 

    Well thank goodness for time machine.  I was in mail app and clicked on time machine I was able to recover 2 inboxes, one with ~3400 and other with ~1800 messages.  However, time machine is now stuck for over 12 hours on 30,682 messages.  I was able to go back to a few days ago, it loaded all the messages. I was then able to select all of them (I pressed cmd-a) and in a few hours it was then able to process the select all and show me the restore button much like the other two small mail boxes.  But its been stuck at the "Click Restore to recover the 30682 selected messages" screen.  The 12+ hours its been busy hammering away at the disk and CPU.  From what I can see, it may just be trying to process it all.  The previous two smaller restores worked so I'm hoping this one works too.

  • How to set default selection in html:radio

    hai
    how to set default selection in <html:radio>.

    No it won't help.
    You can't set a value into an <input type="file"> control at all. The user has to put values in themselves.
    The reason behind this is security. If the programmer could put any value they liked in there, you could upload any file at all from a users computer without their intervention. eg C:\windows\system32\passwords.txt
    Bottom line: you can't put a default value into the input type="file" control.
    And a good thing too ;-)

  • How to create folder and items in content area without edit folder option

    Hello!!
    I would like to create something to users can create and insert folders and items in content area without using the edit folder option.They would have a form to include the name of the file and the name.i would like to do this for the end users can insert files more easily. Can i do this? Anyone can help me ??
    Thanks in advance!!!
    null

    The wwsbr_api and wwsbr_search_api packages are included in the current PDK, but won't be supported until 3.0.8 is release, later this month.
    Regards,
    Jerry
    null

  • Default selection in html:select

    Hi,
    I have an <html:select> in my jsp page.Whenever I load this jsp page, I want "Select All" to displayed in the list box as the selected one. Is there any property for this html:select to do this??Or any other way???
    My listbox lines are given below:
    <html:select styleClass="normaltextfield" style="width:150px;height:20px" property="selectedValue" onchange="filterUp('filterContestedData');">
    <html:option value="null">Select All</html:option>
    <html:options property="list"/>
    </html:select>

    Preset the 'selectedValue' property to the desired value.

  • Display the current item in the list without advancing the iteration using

    This is my directions.
    Display the current item in the list without advancing the iteration using only iterator methods.
    I can't seem to figure this one out when the only methods available are hasNext();, next();, hasPrevious();, previous();, add();, remove();. and set();, and nextIndex();. Can someone please give me advice on this one?
    Thanks a bunch!!!!

    After thinking briefly about an ugly megillah that would detect whether or not you've ever called Iterator.next(), which is what is required for a bulletproof solution, I've decided after looking at the documenation that in fact the problem is not valid.
    It's as simple as this: the Javadoc says 'a ListIterator has no current element'.
    Tell your professor.

  • Why do i keep getting "opening cms-2-frame.html"

    since upgrading to 9.0.1, i keep getting a popup that says: opening cms-2-frame.html; from https://cti.w55c.net

    Reinstalling didn't seem to have any effect. Try cleaning up your cookies. I deleted the cookies of any site I didn't recognize and the sites where the link popped up the most, and the problem went away. (I also installed FlashBlock, but I was using that before I reinstalled Firefox.)
    Note that this issue seems to affect Firefox 10 as well.

  • Set Text to a frame.html from java

    Hi everybody
    This is my case:
    i have a string (in java code) and i want to show it on a frame.html page
    Do u have any ideas ????
    help !!!!!
    pls !!!!!

    It sounds like you might want to create a Java Server Page. Java Server Pages, or JSP's allow you to present information created dynamically within a static html page. The dynamic content, the Java String, would be enclosed within special tags.
    You can learn more about JSP pages by visiting these links...
    http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/
    http://pdf.coreservlets.com/
    http://java.sun.com/developer/technicalArticles/javaserverpages/JSP20/
    http://java.sun.com/developer/technicalArticles/Programming/jsp/

  • How load swf file (flash 8) with adobe captivate 3 without enter the HTML?

    How load swf file (flash 8) with adobe captivate 3 without enter the HTML?

    Hi SaSQuaCh69247,
    Issue 1 :- Select the SWF file in library, right click, and
    select update.
    Issue 2 :- Actually it could be valid for Issue 1 also. It
    seems like SWF file you are trying to import, does some action
    like, importing another swf or connecting to server on the first
    frame itself. Captivate will try to play the first frame of SWF
    when you import them. Try creating a keyframe with the stop action
    as the first frame in your SWF, and see if you still have the
    issue.
    Issue 3 :- The approach I am mentioning over here is
    generally the last approach which I will take in such scenerios,
    but since you have already experimented a little, so try this.
    Go to C:\Documents and Settings\<user name>\Application
    Data\Adobe\Adobe Captivate
    Rename captivate_v20.dat as captivate_v20_org.dat.
    Restart Captivate Application.
    thanks

  • How to execute a jar file which has an applet, without using a html file ?

    I have a jar file which contains a set of class files. iam able to execute the jar file by using this html code
    <html>
    <applet code="file.class" archive="file.jar" width="500" height="300">
    <param name="name" value="value">
    </applet>
    </html>
    I want to know how to execute this class file without using the html tags.
    pls help me out in this.
    Anki

    Hi,
    You can make an executable jar file such that when you double click on that it starts running. Just follow the steps.
    1. Open a notepad and write the following
    Main-Class: XXXXXXXX
    XXXXXXX means Your Main Class name. Don't forget to press Enter after you write your class name.
    2. Save the file as Mani.mf
    3. In the commant prompt ( your directory ) type following lines.
    jar cmf Mani.mf Demo.jar *.*
    4. This will make a jar file which is executable jar file
    Hope this will help you.
    Deepak

  • How do i select multiple items in spark list without pressing the control ?

    Hi all,
    I need to change the list behavioral to enable multiple selections with a click on each item
    In list, instead of using the control
    10x
    elazar r

    In your itemClick handler, check the selectedItems property, and add to it. You might need to maintain a separate collection object and bind the selectedItems property to it.
    The question becomes how to unselect an item. If it is already selected, clicking it again can unselect it, and clicking a submit button or comparable action could do the same.
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.stardustsystems.com
    Adobe Flex Development and Support Services

  • Anchored page item in chained frames

    Hi all,
    I'm using an "anchored object" page item with custom positioning, x reference is relative to the right border of the frame. The anchor is in a preceding paragraph (could be multiple lines away) in order to enable text wrap around that object. We recently have turned to use multiple chained frames. When the anchor is close to the bottom of one frame, this causes the object to show up below that frame rather than to follow its imaginary reference line, where it used to be in a single frame.
    Short from writing a script or plugin to do the adjustments, did I miss any built-in way to anchor objects so they follow the text flow of their surrounding (rather than their anchor) across frame breaks, and still allow for text wrap and frame relative x position?
    Version in use is CS4, but I'd also like to hear if CS5 has improved in this regard.
    Thanks,
    Dirk

    Dirk Becker  wrote:
    Hi all,
    I'm using an "anchored object" page item with custom positioning, x reference is relative to the right border of the frame. The anchor is in a preceding paragraph (could be multiple lines away) in order to enable text wrap around that object. We recently have turned to use multiple chained frames. When the anchor is close to the bottom of one frame, this causes the object to show up below that frame rather than to follow its imaginary reference line, where it used to be in a single frame.
    Short from writing a script or plugin to do the adjustments, did I miss any built-in way to anchor objects so they follow the text flow of their surrounding (rather than their anchor) across frame breaks, and still allow for text wrap and frame relative x position?
    Version in use is CS4, but I'd also like to hear if CS5 has improved in this regard.
    Thanks,
    Dirk
    Hi, Dirk:
    Some time ago, I think I found that the info here: http://www.adobepress.com/articles/article.asp?p=1324259 put me on the right path. IIRC, it has something to do with the position where the anchored object is inserted, which I think is at the beginning of the paragraph (again, IIRC I'm not rereading the article now.)
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Pages loose item persistence in frames

    I have these pages that branch to each other. This works fine, except when the HTMLDB pages are part of an intranet app and actually rendered inside a frame. When this happens, then my page cache is cleared even though I do not explicitly clear it with the URL argument. They transition to the correct pages within the frame, just the items are now cleared.

    The pages are public. I am using this code to process an insert and then return to the calling previous page:
    declare
    l_items varchar2(4000);
    l_values varchar2(4000);
    begin
    if :REQUEST = 'CREATE_NEW' then
    insert into hr.dwh_discussion(parent_id,subject,topic_text,author,category)
    values (:P26_PARENT_ID,:P26_SUBJECT,:P26_TEXT,:P26_AUTHOR,:P26_CAT);
    htmldb_application.g_page_text_generated := true;
    case :P26_RETURN_PAGE
    when '22' then
    owa_util.redirect_url('f?p=110:22::::26');
    when '23' then
    l_items := 'P23_ID,P23_ID_STATIC,P23_CONTENT_ID';
    l_values := :P26_ID_STATIC||','||:P26_ID_STATIC||','||:P26_PARENT_ID;
    owa_util.redirect_url('f?p=110:23::::26:'||l_items||':'||l_values);
    else
    null;
    end case;
    end if;
    end;
    If I leave out the items/values list from the URL, then page 23 will clear all its items when these pages are in a frame. If I leave off the items/values from the URL but the pages are on top, not in a frame, then the page 23 items are not cleared.
    I transition to page 26 from page 23 with these items/values in the URL:
    items - P26_SUBJECT,P26_PARENT_ID,P26_RETURN_PAGE,P26_ID_STATIC
    values - re - &P23_SUBJECT.,&P23_CONTENT_ID.,23,&P23_ID_STATIC.
    I am using a custom LDAP authentication scheme that makes a call to a PL/SQL function:
    return hr.util_ldap.connectAuthenticate;
    function connectAuthenticate(p_username in varchar2,p_password in varchar2)
    return boolean
    as
    l_retval PLS_INTEGER := -1;
    l_ssl PLS_INTEGER := -1;
    l_session DBMS_LDAP.session;
    l_attrs DBMS_LDAP.string_collection;
    begin
    DBMS_LDAP.use_exception := false;
    begin
    --connect to LDAP and authenticate
    l_session := DBMS_LDAP.init(hostname => g_host,
    portnum => g_port);
    exception
    when others then
    null;
    end;
    l_retval := DBMS_LDAP.simple_bind_s(ld => l_session,
    dn => g_pre||p_username||','||g_ldap_user_base,
    passwd => p_password);
    if l_retval = 0 then
    -- Disconnect from the LDAP server.
    l_retval := DBMS_LDAP.unbind_s(ld => l_session);
    return true;
    else
    return false;
    end if;
    exception
    when others then
    return false;
    end connectAuthenticate;

  • Tabbing (Next Navigation Item) to different frames/datasets on a canvas?

    How can I set the tab order to tab between frames on my form? In the properties palette for an item, the Next Navigation Item field, I can only choose items in the same dataset. What if I wanted to mix and match the fields from say 2 different datasets so they show up together in a frame and have consistent tabbing?
    Also, I have set up a join relationship between 2 datasets on a canvas but when I insert record it only inserts 1 set and not the info from the other but when I query info that was already in the dataset it shows up fine on both sets??? Please help. Thanks alot

    To achieve cross-block navigation, here is what I do:
    For forward tabbing as well as automatic skipping to same field, create a hidden navigable item following the item, and on that item, create a when-new-item-instance trigger with a go_item command. (For hidden navigable, it must be on the same canvas. Just set its height and width to zero.)
    For shift-tab (reverse navigation), use a key-prev-item trigger on the second item with a go_item back to the first item.

  • Framing an item using the Frame Chaeel - PS CS5

    Under Window there is Actions and one of the actions is Frame Channel. When I click Fram Chanel nothing happens but it does expand and some stuff is listed below it. Each time I double click one of the listed items again nothing happens. I was wondering what the Frame Channel was to do. Maybe it just doesn't do anything in those trial versions of Photoshop Extender.   I am using thePS Extender CS5 trial.
    Please explain the correct use of the Frame Channel, 

    I finnally can frame both photos and graphics.  I even figured out how to get a colored frame.  Just choose Fill and the color will appear like the example below.  However, for the life of me I can not figure out how to get the white out of the saved item.  I did one but not sure how I did it.
    It is hard to tell since the background of this board is white but there is a large white background when I open in PS,
    The best one is this Eagle.

Maybe you are looking for

  • Issues using 2 Ipods on same itunes acct, HELP

    My husband and I share access to the same computer and dont have separate user things on it and whatever songs i select for my ipod it does the same to his list. unfortunately we only have similar taste in music about half the time so its getting kin

  • Multiple blank pages follow body of message in webmail

    Approximately after the update to iOS 7.0.2 and whatever version of updated Safari, when checking web mail using Safari, I get multiple blank 'pages' at the bottom of emails. These multiples will grow in number/size each time I view a message. If I t

  • Unable to create the JCO connections in webdypro (JAVA) No SLD Connection

    HI All, In webdynpro i am unable to create standard JCo connections. create Jco connections and Maintain Jco COnnections are disabled. when i click any of the standard content of the Jco connections it displays error message No sld check. But SLD is

  • Duplicate Apps

    In my launchpad it shows that i have two of every standard app that comes the mac. Do I just delete one of each? Or what should I do to get rid of them.

  • [JS CS3] Trouble with getElements().length

    The "ScriptLabel.jsx" tutorial script has this code fragment: var myPageItems = myPage.pageItems.item("myScriptLabel"); if(myPageItems.getElements().length != 0){ alert("Found " + myPageItems.getElements().length + " page items with the label."); The