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 gkittelson 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. mstembri

    Calling functions from a FRAME tag

    Well, I happen to know php's $HTTP_REFERER variable does the same thing as document.referrer. In fact if I could use php to do the task I need I'd only need three short lines of code. The problem is that the site I'm working on is already entered in all the search engines with index.html as...
  2. mstembri

    Calling functions from a FRAME tag

    <frame name=&quot;bottom&quot; parent.frames[num].location==&quot;test.php?therefferer=&quot;+document.referrer;> When I use this in the frameset, the &quot;bottom&quot; frame is completely empty (ie, when I view source all I see is <HTML></HTML>). Am I missing something important?
  3. mstembri

    Calling functions from a FRAME tag

    Is this possible, if so, how is it done? The function (which I've already made) is to grab the document.referrer variable and pass it to a php page via query string. Passing via query string seems to be the simplest, most troublefree method of getting HTTP_REFERER to my php script. Thanks...

Part and Inventory Search

Back
Top