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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 12Monkeys

  1. 12Monkeys

    Rude links in IFRAME

    Sweet. That really solved my main problem. Anything I can do about links that are set up with a good old-fashioned HTML target like "_TOP"?
  2. 12Monkeys

    Rude links in IFRAME

    Okay! It works! Disreagrd my previous post. I don't care how it works (well, maybe a little). The key is: it accomplishes the block of those links without a reload, and without defeating the address bar / favorites & links. Dwarfthrower, you rock!
  3. 12Monkeys

    Rude links in IFRAME

    Sorry, Dwarfthrower, I didn't mean to ignore your post. Is that all the code I need to accomplish it? Seems kinda short (maybe too easy). How does it work? Just blocks attempts to change the location?
  4. 12Monkeys

    Rude links in IFRAME

    Ok, but I'm still thinking this can be done, if the srcEvent is used correctly. O'Reilly JavaScript & DTHM Cookbook lists the following code for determining which element received the most recent event: function myFunction(evt){ evt = (evt) ? evt : ((window.event) ? event : null); if (evt)...
  5. 12Monkeys

    Rude links in IFRAME

    Yes! I think that is the best way. (Somebody on an alternate forum said I could use an array of hyperlinks to redefine what they do, but I have a suspicion that with all of the safety that is built into the browser, you can't just alter hyperlinks of a document in an iframe from the page that...
  6. 12Monkeys

    Rude links in IFRAME

    Yes. Almost all of our internal websites have the same [company].com domain format, but where I'm struggling is that the included content is owned by another group and I can't affect the code inside those pages. I was just looking at the code that the included pages use for their links, and...
  7. 12Monkeys

    Rude links in IFRAME

    Hey- I am coding a navigation page for accessing a number of intranet pages (content which I don't own, but need to display) and many of these pages have links with the _parent target set. This wouldn't be a problem, but I have the content displayed in an IFRAME, and when the user clicks those...
  8. 12Monkeys

    Deleting Active Desktop Content

    Hey, thanks for all the replies, but I figured it out, after several hours of hunting. There is a key in the registry under HKEY_CURRENT_USER > Software > Microsoft > > Internet Explorer > Desktop > Components and then each Active Desktop item is listed as a seperate sub-key associated with a...
  9. 12Monkeys

    Deleting Active Desktop Content

    I have been looking all over the net for a way to resolve my problem. On my work PC, I'm running Win 2000 Pro with administrative rights enabled. The company I work for has patched the OS a number of times to protect against viral / worm threats. I beleive this includes some controls on...

Part and Inventory Search

Back
Top