Web Analytics Made Easy -
StatCounter pop-win reziseTo and moveTo don't work?! - CodingForum

Announcement

Collapse
No announcement yet.

pop-win reziseTo and moveTo don't work?!

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

  • pop-win reziseTo and moveTo don't work?!

    Hi!
    I have IE5.5 and opened a new pop-up window(600,500).

    I am trying to resize a pop-up window but I can't!
    I have used:
    <a href="javascript:" onClick="window.focus(); window.resizeBy(0,-60);">kk </a>
    window.resizeBy(3002-60)
    window.resizeTo(800,600)
    self.resizeTo(800,600)
    window.moveTo(20,30)
    but no ones does work. WHY

  • #2
    can we see the page this is on?
    bluemood | devedge | devmo | MS Dev Library | WebMonkey | the Guide

    i am a loser geek, crazy with an evil streak,
    yes i do believe there is a violent thing inside of me.

    Comment


    • #3
      solution!!

      OK! Thanks!
      I have a frameset! and solution is
      TOP.window.resizeTo()

      Comment

      Working...
      X