problem with refresh

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mikael

    problem with refresh

    Hi all, I have got a page with 3 frames, the top , left and bottom. When I
    submit something in Top, I'll like to refresh the Left frame with fresh
    content. How can i do that? Is it by using javascript?
    Regards Mikael


  • Maarten

    #2
    Re: problem with refresh

    Javascript?? This is ASP group. Yes you can do - learn JS with
    www.w3school.com There you can find exemple

    "Mikael" <micke.hellstro m@telia.com> schreef in bericht
    news:Kqf7c.5303 3$mU6.221678@ne wsb.telia.net.. .[color=blue]
    > Hi all, I have got a page with 3 frames, the top , left and bottom. When I
    > submit something in Top, I'll like to refresh the Left frame with fresh
    > content. How can i do that? Is it by using javascript?
    > Regards Mikael
    >
    >[/color]


    Comment

    • Maarten

      #3
      Re: problem with refresh

      The W3Schools online code editor allows you to edit code and view the result in your browser


      put target="xxxxx" in the code


      Comment

      • Evertjan.

        #4
        Re: problem with refresh

        Maarten wrote on 21 mrt 2004 in microsoft.publi c.inetserver.as p.general:[color=blue]
        > "Mikael" <micke.hellstro m@telia.com> schreef in bericht
        > news:Kqf7c.5303 3$mU6.221678@ne wsb.telia.net.. .[color=green]
        >> Hi all, I have got a page with 3 frames, the top , left and bottom.
        >> When I submit something in Top, I'll like to refresh the Left frame
        >> with fresh content. How can i do that? Is it by using javascript?
        >> Regards Mikael[/color]
        >
        > Javascript?? This is ASP group. Yes you can do - learn JS with
        > www.w3school.com There you can find exemple[/color]

        The crux is not "javascript " but "clientside script".

        ASP can very well use j(ava)script.

        Mikael, frames can only be manipulatesd with Clientside scripting.

        --
        Evertjan.
        The Netherlands.
        (Please change the x'es to dots in my emailaddress)

        Comment

        Working...