Spry Navigation Column open by default  page by page

So I am trying to get my spry vertical navigation complete
and my boss decides he would like to see the active panel open
depending on what section of the website you are on. So far if I
were to click on my .accordianPanelContent div the panel would
expand the navigation to show you what is inside the
.accordianPanelTab div. With the panel expanded I can click on any
of the text withing the .accordianPanelTab and it will link me to
its page. Pretty simple, right? Now this is what is complicating
and I'm not sure if it is possible. If I were to click on a link in
.accordianPanelContent or .accordianPanelTab I will be directed to
that page. Can you have that panel stay open on the page you
navigated to? This way I can set a default panel to be
automatically opened depending on what page you are on. Has anyone
attempted to do this?

I have not tried to do what you are asking for, so do not
know the answer.
If it can not be done, see if your boss would like this sort
of idea
instead: not to have the current submenu open, but to have it
highlighted so folks know that is is the active menu item.
See this new
video I just made:
http://divahtml.com/products/videos/divaGPSpar_10/divaGPSpar_10.html
and if the boss is happy with that idea, then learn more
about divaGPs here:
http://divahtml.com/products/divaGPS/current_menu_location.php
E. Michael Brandt
www.divahtml.com
www.divahtml.com/products/scripts_dreamweaver_extensions.php
Standards-compliant scripts and Dreamweaver Extensions
www.valleywebdesigns.com/vwd_Vdw.asp
JustSo PictureWindow
JustSo PhotoAlbum, et alia

Similar Messages

  • Unable to open WebIC default page in the browser

    Hi Experts,
    When I am trying to open WebIC default page in the browser, below error is occuring. I am using CRM5.0 system.
    Note
    The following error text was processed in the system XXX : Exception condition "HTTP_COMMUNICATION_FAILURE" raised.
    The error occurred on the application server XXXXXX_XXX_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_HTTP_CLIENT~RECEIVE of program CL_HTTP_CLIENT================CP
    Method: CREATE_SESSION of program CL_SAM_BSP_SESSION_LAUNCHER===CP
    Method: START_WORKER_SESSION of program CL_ICWC_SESSION_REGISTRY======CP
    Method: ONCREATE of program CLO23UTXK1DHIM8WX0QZD2TBW2KZ9CP
    Method: %_ONCREATE of program CL_O23UTXK1DHIM8WX0QZD2TBW2KZ9CP
    Method: DO_INIT of program CL_BSP_PAGE===================CP
    Method: GET_PAGE_CONTEXT_CURRENT of program CL_BSP_CONTEXT================CP
    Method: ON_REQUEST_ENTER of program CL_BSP_RUNTIME================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Please help me in resolving this issue.
    Thanks & Regards,
    jp

    I'd suggest looking that these notes
    1045941 - HTTP Client: Incorrect request URI II
    Note 1144511 - Blank screen when starting CRM WebClient or IC WebClient
    1244321 - Simplifying error analysis in CRM WebClient UI
    1242835 - IDES CRM 2007
    1168941 - Simplifying system setup  
    612670 - SSO for local BSP calls using SAP GUI HTML Control

  • Spry collapsible panel open by default

    Hi there,
    I've done a couple of sites where the left nav bar is a
    series of
    collapsible panels, each one housing links to products within
    a specific
    line. Would it be possible to insert code somewhere to get
    one of the panels
    open by default when you open a certain page, ie if you open
    the 'suncare'
    page the 'suncare' panel is open on load. I read something
    about this on the
    Adobe documentation but when I tried it it did't work.
    It needs to be code somewhere on the page that interacts with
    the spry
    panel, I can't put it on the panel itself as I'm using a SSI
    to insert the
    nav bar into dozens of pages.
    Many thanks...

    Check out the examples on this page: http://www.spry-it.com/examples/spry-widget-cookie-history/#collapsiblepanel

  • Setting AAM and IIS binding opens IIS default page

    Hi,
    I'm trying to create an AAM for my existing web application
    http://ABC.domain.net. I add the URL in the Intranet zone
    http://XYZ.domain.net then added IIS binding on each of the WFE servers. I also have the entry in the DNS for this new URL.
    When I try to get to the new site http://XYZ.domain.net it leads to IIS default page as shown below:
    What else I need to setup to get to the actual site? I thought these are the only steps needed. Thanks in advance.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

    Did you create a DNS entry and does it point to the correct IP? What happens if you stop the Default Web Site?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Can't find services in the Detailed Navigation when open from Overview page

    Hi,
    We have developed a custom area page for our ESS application. The area is visible in the Overview page as well as in TLN (Top leavel navigation). When we open the area from TLN the services under this area are visible in the Detailed Navigation(DN) on the left. But when we are trying to open the area from the overview page we can't be able to see the services in the DN and we have realized that the focus is on "Overview" in the TLN. In DN also only the Overview link is coming. But for other standard ESS applications the focus in the TLN is changing.
    Please help to find the solution.
    Thanks,
    Sekhar

    Hi Sekhar,
    Did you get any solution for this issue. I am facing the same situation.Please advise.
    Thanks,
    -Ashwani

  • How to open a new page from a Spry Table click, with element info?

    Hello, Spry experts!
    This is probably simple, but I've searched for hours and can't find what I need. I'm using Dreamweaver CS4 and Spry 1.6.1 to create a simple Spry Table from an XML data set using PHP as my back end.  I've used Dreamweaver's Insert->Spry->Spry Data Set to create everything, and the table is working fine.  Colors, clicks, sorts, etc., are all working correctly as expected.
    What I want is to be able to add a behavior such that when a table row is clicked, I can open a new page.  Moreover, I want to pass a parameter from the table to the new page, like http://www.mydomain.com/newpage.php?aid=12345 or whatever.
    So, for example, my table has two columns, "a_id" and "a_name", and my repeat region looks like this:
    <div spry:region="xml_assignments">
    <table width="500">
    <tr>
    <th spry:sort="a_id" class="spry_header">ID</th>
    <th spry:sort="a_name" class="spry_header">Assignment</th>
    </tr>
    <tr spry:repeat="xml_assignments" spry:setrow="xml_assignments" spry:odd="spry_odd" spry:even="spry_even" spry:hover="spry_hover" spry:select="spry_select">
    <td>{a_id}</td>
    <td>{a_name}</td>
    </tr>
    </table>
    </div>
    What I want is to be able to open an entirely new URL, passing the value of the {a_id} in the selected row as a parameter to the new URL, as in something like:  http://www.mydomain.com/newpage.php?aid={a_id}
    So my questions are: 
    1. How best to apply the action to the table?  Add an onclick to the tr tag?  Something else?
    2. How to extract the {a_id} value from the current row and pass it as a parameter to the action?
    Or maybe just take another approach entirely?
    I know that I can make the actual text in the table cells hyperlinks, and use them to link to the new page, which is fine.  The desire here is just to make it so that the user can click "anywhere" on the table row (as they can currently do with the spry:select behavior) and have the link kick off, whether they actually click on the linked text or somewhere in the row where there is no text.
    I'm sure this is obvious and simple, but I'm new to this level of Spry detail, and my brain is fried from hunting.  Any guidance will be gratefully appreciated!
    Glen Barney

    I found the answer myself, after posting this, of course!
    I changed:
    <tr spry:repeat="xml_assignments" spry:setrow="xml_assignments" spry:odd="spry_odd" spry:even="spry_even" spry:hover="spry_hover" spry:select="spry_select">
    to
    <tr spry:repeat="xml_assignments" spry:setrow="xml_assignments" spry:odd="spry_odd" spry:even="spry_even" spry:hover="spry_hover" spry:select="spry_select" onclick="window.location.href='./newpage.php?aid={a_id}';">
    Basically just added the onclick parameter...
    And it all just worked!

  • Spry panel - the first panel opens by default on entering the site

    The first panel is open on default, I can close it, and access the others, but whenever i go there for the first time, its open.  I want vistors to see the front page with all three panels closed.   http://www.diocesanministriesfund.org  
    Also, not a big deal, but when you close one of the panels and return to the index page, it seems like the whole page gets stuck for a second and then renders.
    Any help is appreciated, as always, Mary

    Hi Mary
    In this line near the bottom of your document you have
    var SpryAccordion1 = new Spry.Widget.Accordion("SpryAccordion1", {useFixedPanelHeights:false, defaultPanel:0});
    This is where you have told the accordion to open the first panel. If you want all panel closed then make the default panel a non-existing panel as in
    var SpryAccordion1 = new Spry.Widget.Accordion("SpryAccordion1", {useFixedPanelHeights:false, defaultPanel:-1});
    Gramps

  • Opening a HTML page from a Navigation link

    Hi All,
           I have a requirement of adding a new link at the navigation bar of WebClient. This link will open a static html page with some contents. I have created the page required for it. But I don't know how the link will be created at Navigation bar and how to open the html page from it. I am using the SAP CRM 5.0 and I want to add the link at Default profile.
      Please help.
    Thanks
    Indranil Datta

    Hi Sujit,
        Thanks for your help. I have created a new navigation bar entity and added that in a customized profile. I have also mentioned the page name and path for that link from tran SPRO. I found that link after logging into IC WebClient. But that link is not connected with the required page. If I click on the link page, it get refreshed but without any change.
    Thanks,
    Indranil Datta.

  • When I open a new tab is doesn't open to my set homepage as it would if opening firefox from start. It instead opens to a "default" page with pogo powered by yahoo, I want to change to google. How do I do this?

    Opening firefox from begining, I have been able to set it to always open to google as it was in my old firefox default settings. If I remember correctly when you opened a tab, it would automatically open to the homepage. I'm not expierencing this with the new version. It is automatically going to the default page rather than the set homepage. (I just have learned to prefer the google search over the yahoo search over the years and am resistant to changing over, sorry)

    A new tab opens by default as a blank tab (about:blank).<br />
    If that isn't the case then an extension has changed that behavior.
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    You can look at one of these extensions:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/
    * New Tab Homepage : https://addons.mozilla.org/firefox/addon/new-tab-homepage/

  • How can I set app tabs to open to the default page on startup?

    If I use an App Tab and click on a link from that tab, then exit and open Firefox, it opens up the website I was on when I closed Firefox the last time as the App Tab. For example, If I have Google as an app tab, make a search, click on a new website, and exit Firefox, the same website from before will load in my App tab instead of Google. When I open Firefox, I want my app tabs to open to their default pages, not the pages I was surfing from those tabs when I closed Firefox.

    App Tabs are not protected against changing the URL by opening a link in that same tab and Firefox doesn't keep a record of the original URL.<br />
    You can middle click a link to open the link in a new tab if you do not want the tab changing the URL.
    You can lock the tab with the Tab Mix Plus extension.
    * Tab Mix Plus : https://addons.mozilla.org/firefox/addon/1122

  • When viewing documents on a Web Server, IE automatically opens a blank page and then opens the document in the default program. The blank screen should close automatically but isn't happening.

    So here is the situation, my company uses a third party scanning software, that puts documents scanned or created onto a webserver. We use a program that grants a user access to view the documents on the webserver. The user will have to log into the system
    using credentials, we have Kerberos doing this. Once the user is logged onto the system they navigate to the document they want to view or edit. So the user wants to view a .pdf file, they click the document they want, and it is supposed to open in the default
    program associated with file extension. ie: .doc would open Word, .xls would open Excel. When the document is loading in the default program Internet Explorer opens a blank page, this page is supposed to prompt the user if they want to open or save the document.
    (I changed the registry to have the files selected to automatically open without this prompt.) The blank screen generated is still staying open, this screen is supposed to close automatically after the prompt or close automatically after the document is opened.
    So when a user is looking at several documents, this floods the screen with all these blank Internet Explorer pages. This problem is only occurring for users that have Windows 7 PC's, XP users do not have this problem at all. My PC is the only one in the company
    that is Windows 7 64-bit, and working properly with the IE blank page automatically closing. I'm wondering what can be done to fix this problem, is it as simple as registering some .dll files or do I need to make a registry change? Any help would greatly be
    appreciated.

    What is the registry change exactly?  Sounds like one which is supposed to avoid the prompt.  I know
    that there used to be such a thing, before the new prompt and I know that some users think that there should be such a thing for any program but I'm not sure if that expectation is valid or not.  I think this may also be related to a concurrent change
    in the OS.  E.g. in XP we had File Types Options editor but starting in Vista that was removed.  You might get some more clues on this tack from NirSoft's FileTypesMan utility.
    The registry change that I did was to remove the open and save prompt. I will be sure to look into that. Our company
    isn't worried about the user's automatically opening the files since they are all trusted. They also do not have the ability to install anything, so if they were to download a potentially harmful file they could never install it. We monitor downloads as well,
    if they download files off the internet that aren't work related we remove their download capabilities.
    Sounds like a scenario for using ProcMon to take two traces and compare them for their essential differences.
    I talked to my boss about using this tool and he is worried about using it. I'm only an intern at my office and do not have the authority to use a program without their knowledge or consent. I will run the idea by them again and see if it's okay I use this.
    I'll maybe make some presentation about how it can help us with our problem and how much time and money it will save. Because I really want to get down to the bottom of this.
    Probably the most significant thing is going to be the Content-type that the files are being served by. 
    You could use the Developer Tools, Network Capture to check on that and ProcMon could help explain what happens after that.  A related workaround to change the symptom when the Content-type is not what is expected is to disable MIME Sniffing (e.g. in
    Security options, Miscellaneous section).  In fact, perhaps that could explain your machine's difference with anyone else?  MIME Sniffing is a default, previously known as "save according to type not extension" (or some such wording).
    Okay I will be completely honest I have no idea how to use Developer Tools (F12), yes I could google it, when I tried using it on the blank pages it would never work, I also have no idea what I'm looking at. I should mention that I do not have access to
    the web server. Our programming and development side only has access to our AS400, which is where the web server is located. I do have MIME Sniffing enabled and so does everyone else. I may be wrong but, I believe it is needed in order to open the file extension
    in the correct default program, yes? I thought MIME Sniffing would see a .docx file and then find the appropriate program to open that .docx file in. I may be wrong but I know it's used somehow along these lines.

  • How do I change from AVG Secure Seach to Goggle as the default search enging bor the the search bar and when I open a new page?

    When I load Firefox, the default search engine goes to AVG Search. I'd like to change it so that the default search engine on the search bar is Google. In addition, when I one a new page, the new page home page defaults to AVG Search. I'd like opening a new page to default to Google. My initial home page goes to the Wall Street Journal, which I want to keep, but want to change for the search bar and when a new page is opened to Google.

    See:
    * https://support.mozilla.org/en-US/questions/810780#answer-185599

  • How do I change the default page that appears when I open a new tab or window?

    I downloaded a program (Babylon) to translate text. After trying it out, I removed the program using their uninstall and then the add/remove functionality within windows. Nevertheless, remnants remain. When I attempt to open a new tab in Firefox (and IE for that matter), I get the Babylon Search page. In Chrome, when I changed the homepage, it eliminated the issue when opening a new tab. How do I establish a new default page when I open a new tab?

    See:
    *http://www.babylon.com/support/faq/usage.html#22
    *[[/questions/746530]]

  • Applet navigator to open a page in another frame.

    Hello to the Java gurus out there,
    I was wondering if someone could give me a pointer as to how I can get an applet navigator to open a page in another frame of the web browser?
    Say for example, I have two frames in the main HTML page where one frame contains an Applet navigator, and the other page can be loaded based on where the user clicks on the applet navigator.
    Capturing the mouse click event is all good, but then how do I load a page in another frame ??
    Any help would be much appreciated.
    J. Park

    In your applet class do the following
    getAppletContext().showDocument(new URL("somepage"), "Target");
    See the AppletContext class in http://java.sun.com/j2se/1.3/docs/api/index.html for more information.

  • Opening windows in column view by default

    Hello all,
    I just got a new iMac 24” aluminum a few days ago and have set up all of my apps, defaults etc. I want my windows to always open in column view and have used View Options to set it that way. Each day when I start up though, the windows revert back to Icon View and I have to reset them again. On my old machine I had them opening in column view by default and they always did so. And I remember that there used to be a button at the bottom of the View Options window that, when clicked would keep whatever you set your options to as a default for all windows. That button no longer exists. Possibly somewhere in one of the updates along the way it’s been removed. Anyway, I want to set my windows to always open in column view by default and can find no way to do that anymore. Does anyone know how?
    BTW, the new alu 24" is GREAT!!
    Rick

    Then there's something wrong with you OS installation. Not really sure if there's an easy fix other than an Archive and Install. But you can try a few things first.
    1. Repair the hard drive and permissions:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger, and 4.1 for Leopard) and/or TechTool Pro (4.6.1 for Leopard) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Delete the /Home/Library/Preferences/com.apple.finder.plist file.
    3. Create a new user account and log into that account. Does the problem cease?
    4. Boot into safe mode. Does the problem go away?
    5. Use a utility such as TinkerTool System and clean system and user caches.
    If none of these have any effect then an Archive and Install may be necessary:
    How to Perform an Archive and Install
    An Archive and Install will NOT erase your hard drive, but you must have sufficient free space for a second OS X installation which could be from 3-9 GBs depending upon the version of OS X and selected installation options. The free space requirement is over and above normal free space requirements which should be at least 6-10 GBs. Read all the linked references carefully before proceeding.
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.

Maybe you are looking for

  • 10.6.7 Update and Quadro 4000

    Heads-up - the OSX 10.6.7 update contains bad graphics drivers for the nVidia Quadro 4000 GPU. After using either Software Update or the Combo Updater, Quadro 4000 users will find that they're no longer able to use the 2nd display output on the card,

  • ITunes will not open. What should I do?

    iTunes will not open. I've tried restarting my computer, and that's about it. I don't see any support documents regarding this, and am somewhat at a loss for what to do. I've never seen this happen before. I'd appreciate any help. Thank you!

  • Web-tier design question

    Hello, The web tier framework I'm working utilizes Struts, and I have a question about using interfaces in base action classes. We have created static utility wrapper methods for accessing different scopes and services. Now in our base action class w

  • Providing HR Admin/TIme Admin view like MSS

    Hi, I am trying to develop Time Admin/HR Admin/Delegated MSS view just Like MSS .  So, these administrator  can see the employees and approve time and request leave request and perform clock-in/out entries. As you know MSS goes A012 relationship. I t

  • PSE 5, Tags und DNG

    Hallo, mal eine Frage an die ersten Nutzer von Photoshop Elements 5: Funktioniert die Funktion "Tag-Info in Dateien speichern" jetzt nicht nur bei JPG, sondern auch bei DNG? Dankeschön vorab, Thomas