Results 1 to 2 of 2

Thread: Page Refresh from another page!

  1. #1

    Thread Starter
    Hyperactive Member jeba's Avatar
    Join Date
    Feb 2000
    Posts
    265
    Hi there!
    I have two frames(left & right). Both are ASP pages. When certain condition is met in the right side frame page, the left side frame page should be refreshed automatically.
    Please help me.
    J£ßä

  2. #2
    Lively Member
    Join Date
    Mar 2001
    Location
    Sweden
    Posts
    115
    Do that with a javascript. Like:

    <%
    if condition then
    %>
    <script language="JavaScript">
    parent.frames["left"].location.href = "newfile.asp"
    </script>
    <%
    end if
    %>

    I think the javascript should look like that... haven't written in Javascript for a long time, so I'm not sure.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width