Prev: FAQ Topic - How can I disable the back button in a web browser? (2010-06-17)
Next: FAQ Topic - How do I access a frame's content? (2010-06-18)
From: Dr_Kral on 18 Jun 2010 11:34 On Thu, 17 Jun 2010 08:52:35 -0700 (PDT), Test Test <bespokemail(a)googlemail.com> wrote in <4c63ffa4-f6e5-4762-ba75-e1ae8a391c32(a)y11g2000yqm.googlegroups.com>: >Need help. How do I create a javascript to check the whole page, and >hide all <a> tags which look like this one? Your question reminds me of an old doctor joke. Man: It hurts when I lift my arm like this. <whice> Dr.: Then don't do that. If you can control the JS to suppress the display, then why not remove it from the source? Or control the display with CSS by defining a class with "display:none". Both the above and the JS suggestion could leave you with the text about a link that is not there anymore. K. |