Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MCasey
  • Content: Threads
  • Order by date
  1. MCasey

    frameset anchor

    I have a link where I need to open a new frameset (newframeset), but I also want one of the frames (mainContent) to go to a specific anchor. I something linking to something like this: "newframeset.html/mainContent=frameA.html#anchorname" Does that make any sense? Any helped appreciated
  2. MCasey

    simply call javascript code

    Can someone tell me how I can call this javascript to hide two divs (info1 and info2)? This works, but it looks cumbersome... Sorry, I'm working in DW and don't know much about scripting... <a href="javascript:;" onClick="MM_callJS('hide(\'info1\')');MM_callJS('hide(\'info2\')')">test</a> Thanks!
  3. MCasey

    show hide multiple divs

    I'm trying to figure out how to change this code so that when someone clicks on a link for more information, all other divs are hidden. For example, if someone clicks on article 1's more information link...then click's on article 2's informaton link, I want the article1b div to automatically...
  4. MCasey

    link for javascript:;

    Hi all--I'm a newbie so forgive my layman terms I'm about to use... I have a text link that I put a javascript:; link to call an open browser window function. Other text links I set up a class so that the link doesn't underline and I put this in the href code. The hover link works on the...
  5. MCasey

    down state for links

    I'm setting up navigation links for my website and I'd like to use text links instead of graphics. I set up the hover link to change color, but is there a way that the text color of the link can change color when the page is loaded--like a "down state"? I'd like users to easily identify what...
  6. MCasey

    vertical cell problem

    I'm having a terrible time trying to figure out why one of my cells (the one with the "welcome to Client" head is shifting so far down. It should be about 30 pixels below the squiggle lines. I'm setting up a site with tables instead of framesets for the first time and can't figure out what is...
  7. MCasey

    print multiple html or pdf files with one click

    Hello-- I'd like to create an html page that gives the user the ability to print selected pages of the site by going to an html page, clicking check boxes of a list and then a button that says "print checked pages". Is there a way to do this? (I would also consider that pdfs of the pages could...

Part and Inventory Search

Back
Top