A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: quick problem. just an easy script

  1. #1
    Member
    Join Date
    Jun 2000
    Posts
    43

    quick problem. just an easy script

    https://secure.psychologists.bc.ca/memberarea.html

    ok, here's the problem. i have a cold fusion page that comes up when you log in in the left frame (the login frame). what i want to do is when the next cold fusion login page is called up in the left frame, i want another page to be called up in the right (main content) frame. what's the easiest way, simplest script to do this. html would be best. been a while since i've done any of this crap. thanks a lot. john gaspar

  2. #2
    >>SubKloda<<
    Join Date
    Nov 2002
    Location
    Look Behind You
    Posts
    85
    hi there,
    the following bit of javascript in an onload of your login success page should hopefully work:

    Code:
    parent.mainframe.location = "newcontent.html";
    //mainframe or whatever the name of your frame is...
    cheers,
    Andy

  3. #3
    Member
    Join Date
    Jun 2000
    Posts
    43
    you're awesome

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

HTML5 Development Center