Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   PHP (https://www.askmehelpdesk.com/forumdisplay.php?f=454)
-   -   Refresh what url current visitor is seeing (https://www.askmehelpdesk.com/showthread.php?t=78121)

  • Apr 1, 2007, 01:29 PM
    edub9
    Refresh what url current visitor is seeing
    I need to create a visitor list that will record and refresh what url or content the current visitor is seeing in an Iframe be it either video or website.

    Thanks in advance,

    Edub9
    Untitled Document
  • Jan 11, 2008, 07:20 AM
    joshlunsford
    If you want to record what content is being viewed in an iframe you will have to do it at page generation time with php otherwise you can use javascript to do it at anytime.

    <iframe id='myiframe' src='http://www.google.com'></iframe>


    then use javascript and document.getElementById('myiframe') to get the src and edit the src.

  • All times are GMT -7. The time now is 10:38 PM.