Results 1 to 2 of 2

Thread: non-javascript popup?

  1. #1
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default non-javascript popup?

    Is there a way to create a popup by clicking on an image without using javascript? Can I also determine the size of the window? Thanks for the help!

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by skinner69
    Is there a way to create a popup by clicking on an image without using javascript?
    Yes. Place a target attribute on the link in question. If you want just one instance or tab for all images, specify a single unique name. If you want unique instances or tabs for each image, specify a value of '_blank'.

    Can I also determine the size of the window?
    No.

    Thanks for the help!
    You're welcome.

    Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •