Results 1 to 5 of 5

Thread: image size

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Cool image size

    hi i have some link on my page

    when some one click the the links
    i want to get 1st the image on server then the window open

    with the image size....

    i wrote this code but it's work some time ....

    function getwin(msrc)
    {
    var mm = new image()
    mm.src = msrc
    imgh = mm.height
    imgw = mm.width

    window.open('test1.htm?src='+msrc,'_blank','height='+imgh+',width='+imgw+',top=0,left=100')

    }
    can some help plz
    thanks
    Last edited by shahid; May 14th, 2003 at 04:15 AM.

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