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. Drazen1

    Assign all events to iframe

    Hi, I am adding custom functions to a site with a 3rd party tracking software. I need to assign all events (mostly clicks) happening on the parent page to the iframe in the page. Links do not have IDs that I can address. Any ideas?
  2. Drazen1

    Javascript and frame problem

    Posting solution for anyone who runs into the similar problem. Iframe document: <html> <head> <script language="javascript"> var sA='Stuff A'; var sB='Stuff B'; function passToDIV1(t) { var x = window.parent; x = x.showValueSA; x(t); } function passToDIV2(t2) { var x2 = window.parent; x2 =...
  3. Drazen1

    Javascript and frame problem

    Hi feherke, The usual approach (and I tested it) would be to get the second variable to write out in the second DIV like this: parent.document.getElementById('gads2').open(); parent.document.getElementById('gads2').innerHTML=sB; parent.document.getElementById('gads2').close(); this code...
  4. Drazen1

    Javascript and frame problem

    Hi everyone, Here is a problem that I have. In the age I call Iframe through Javascript (have to because of tracker). <div id="gads1"></div> document.getElementById('gads1').innerHTML ="<iframe name='google_ads_frame' id='google_ads_frame' src='http://mysite.com/iframe_file.htm'></iframe>"...

Part and Inventory Search

Back
Top