Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9244679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:05:42+00:00 2026-06-18T09:05:42+00:00

I have a site that mainly uses spry tabbed panels to link between pages.

  • 0

I have a site that mainly uses spry tabbed panels to link between pages. On the very top of the site I have a logo that I would like to use as a link to either refresh the page or take it back to the original tab. The problem is that since I’ve used spry tabbed panels, the URL never changes in the site when I move from one tabbed page to another, making a ‘home’ link impossible.

Does anyone know how to make a link on my site with the logo.jpeg that will refresh the page or open the original tab back up?

Here is the site:
http://emilymagnuson.com/trustbank/index.html

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T09:05:43+00:00Added an answer on June 18, 2026 at 9:05 am

    Spry Tabbed Panels are basically JavaScript. It doesn’t seem there is an easy way to hook a custom JavaScript call into the script to allow an outside element—like the logo—to trigger a tab being displayed. So I would recommend a quick & simple solution. Wrap the logo image in a link that will reload the page completely. So this:

    <img src="images/logo.jpg" width="100" height="100">
    

    Turns into this:

    <a href="/" target="_top"><img src="images/logo.jpg" width="100" height="100"></a>
    

    Or maybe this if you do not mind the index.html showing:

    <a href="index.html" target="_top"><img src="images/logo.jpg" width="100" height="100"></a>
    

    EDIT/CLEANER SOLUTION: Okay, I just found this official Adobe documentation so it seems an external JavaScript call can be done. Specifically refer to “Using Links to open tabs”. So you can do this:

    <a href="#" onclick="TabbedPanels1.showPanel(0); return false;"><img src="images/logo.jpg" width="100" height="100"></a>
    

    Or do this:

    <a href="#" onclick="TabbedPanels6.showPanel('first'); return false;"><img src="images/logo.jpg" width="100" height="100"></a>
    

    But I find those recommended ways of adding an <a href> tag clunky so I would try these instead. The image itself can be clicked without additional code but just a simple JavaScript onclick event:

    <img src="images/logo.jpg" width="100" height="100" onclick="TabbedPanels1.showPanel(0); return false;">
    
    <img src="images/logo.jpg" width="100" height="100" onclick="TabbedPanels6.showPanel('first'); return false;">
    

    Hope this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a site that displays other sites through an iframe on certain pages.
I have a site that uses a large centered background image, which naturally loads
I have a site which uses a lot of JavaScript (mainly jQuery) and I
Basically I have a web site that renders HTML preview of some documents (mainly
We have a huge site that still has over 800 classic asp pages. While
I would like to crawl a popular site (say Quora) that doesn't have an
I have noticed that my site in Cakephp is very very slow. I have
I have a web app that uses a lot of mysql_query calls--mainly because I
I have a site that i want to redirect all requests accept for 1
I have a site that allows download or streaming of mp3 files. All the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.