Web Analytics Made Easy -
StatCounter Frames? - CodingForum

Announcement

Collapse
No announcement yet.

Frames?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Frames?

    I have a page that uses js to open other pages inside an inline frame. Functionally I have finally figured everything out, but I have some small problems.

    For example, I want to keep all subsequent "dependent" pages inside that frame. If I open an FTP page in the frame and double click a folder, it opens in a new window, instead of my frame.

    I also want to add a toolbar to the frame.

    I have an example ready so you can view the source:



    click the ftp option

    use username:test and password: test

    Any of you saavy scriptwriters can help, I would greatly appreciate it.

  • #2
    not sure, but I'm getting Runtime Errors on both pages.
    asp vbscript
    twitter.com/justinreid

    Comment


    • #3
      FTP script

      check out the thread below called FTP script.

      This is the implementation I am using, and it appears to work, with the noted exceptions.



      The attached file is the one I was provided (adapted to my URL).

      It has been modified only to open inside a frame using the following:

      Replace

      window.open('bla','','bla2')

      with:

      top.FRAMENAME.location.href = 'bla'



      If you have any ideas, please advise. I am curious about the errors you mentioned as well. No mention of it thus far.
      Attached Files

      Comment

      Working...
      X