Using ASP to change frames

Author Message
tgummer

  • Total Posts : 1
  • Scores: 0
  • Reward points : 0
  • Joined: 6/11/2001
  • Location:
  • Status: offline
Using ASP to change frames Monday, June 11, 2001 10:48 PM (permalink)
0
Im after some help in changing the content of one frame from another frame. For instance I will be querying a database and if a query comes back true, I want another frame's content to change. Is this possible in ASP, VisualBasicScript or HTML????? and if so what is the code to use.

 
#1
    iarturo

    • Total Posts : 4
    • Scores: 0
    • Reward points : 0
    • Joined: 2/7/2012
    • Status: offline
    Re:Using ASP to change frames Tuesday, February 07, 2012 1:07 PM (permalink)
    0
    Try this ...
    My application has 3 frames MenuFrame, Main and Top, in the MenuFrame, I have an iFrame called RunAPP from the Main and run the following ...

    <% If Request.QueryString ("CLOSE") = "on" Then%>
    <script type="text/javascript">
    function redirect ()
    {
    window.parent.parent.menuFrame.RunAPP.location.replace('../../../TimerAPP.asp?URL=Jounal_EntriesRunAPP.asp&PROJID=<%=Request.QueryString("PROJID")%>&PERIOD=<%=Request.QueryString("PERIOD")%>&REFACC=<%=REFACC%>&REFCASH=<%=REFCASH%>');
    }
    window.onload = redirect ();
    </ script>
    <% End If%>

    With this, the Frame RunApp, I show the user if the call was executed successfully or not ...
    I hope your work...
     
    #2
      59cobalt

      • Total Posts : 981
      • Scores: 91
      • Reward points : 0
      • Joined: 7/17/2011
      • Status: offline
      Re:Using ASP to change frames Wednesday, February 08, 2012 1:10 AM (permalink)
      0
      I have a hunch that after almost 11 years the problem might have vanished. ;)
       
      #3
        iarturo

        • Total Posts : 4
        • Scores: 0
        • Reward points : 0
        • Joined: 2/7/2012
        • Status: offline
        Re:Using ASP to change frames Wednesday, February 08, 2012 11:33 AM (permalink)
        0
        Well ... better late than never ...
        jajajaja
         
        #4

          Online Bookmarks Sharing: Share/Bookmark

          Jump to:

          Current active users

          There are 0 members and 1 guests.

          Icon Legend and Permission

          • New Messages
          • No New Messages
          • Hot Topic w/ New Messages
          • Hot Topic w/o New Messages
          • Locked w/ New Messages
          • Locked w/o New Messages
          • Read Message
          • Post New Thread
          • Reply to message
          • Post New Poll
          • Submit Vote
          • Post reward post
          • Delete my own posts
          • Delete my own threads
          • Rate post

          2000-2012 ASPPlayground.NET Forum Version 3.9