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 Chris Miller 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: *

  1. dannyvince

    Problem Toggling content of div tags

    That sounds like a much simpler option how would it work? http://www.dannyvince.net - Web Design | Graphics | Web Marketing
  2. dannyvince

    Problem Toggling content of div tags

    h <a href="http://www.dannyvince.net" target="_blank">Danny Vince</a> - Web Design | Graphics | Web Marketing
  3. dannyvince

    Problem Toggling content of div tags

    Ok i recon if you can get this sorted it should be done... I'm not sure if this is possible but what i'd like to do is to have only the option available that will change the text instead of always having both options like in the site at the moment: www.ace-translation.com. So if the paragraph...
  4. dannyvince

    Problem Toggling content of div tags

    perfeck! nice one Feherke...!
  5. dannyvince

    Problem Toggling content of div tags

    There is another problem. If there is another link on the page (like the logo link in the code) the "change all" function doen't work...! Any ideas. The code below simplifies what I'm trying to do on this link: http://www.ace-translation.com/ <html> <head> <title></title> <script...
  6. dannyvince

    Problem Toggling content of div tags

    Works absolutely perfectly! Nice one! Many thanks! <html> <head> <title></title> <script type="text/javascript"> var ori=new Array(); function makeTxt(id,txt) { var obj=document.getElementById(id); if (!ori[id]) ori[id]=obj.innerHTML; obj.innerHTML=txt; } function reTxt(id) { var...
  7. dannyvince

    Problem Toggling content of div tags

    One more thing... Is there any way of changing and restoring all of them (if you have multiple instances on a page)? something like this: <html> <head> <title></title> <script type="text/javascript"> var ori=new Array(); function makeTxt(id,txt) { var obj=document.getElementById(id); if...
  8. dannyvince

    Problem Toggling content of div tags

    Fantastic, i'll give it a go... Cheers
  9. dannyvince

    Problem Toggling content of div tags

    thanks for that thats great... What would you suggest for multi browser compatibility?
  10. dannyvince

    Problem Toggling content of div tags

    I'm building a translation website and need to be able to toggle the content of div tags to show how a paragraph looks in each language. I have used the following code, which works fine: <script type="text/javascript"> function makeTxt(id,txt){ var obj = document.getElementById(id)...

Part and Inventory Search

Back
Top