Web Analytics Made Easy -
StatCounter Imagemap help!? - CodingForum

Announcement

Collapse
No announcement yet.

Imagemap help!?

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

  • Imagemap help!?

    Ok, here is the deal...I know how to do image maps and they are pretty easy. I am currently redoing my sites layout and I am trying some different things. I have an image that I have already mapped out and everything...the thing is that I want my links on the map to come up in a popup window that is about 400wide and 500 in height.

    I am kinda brain dead on how to go about doing this. If anyone could help guide me in the right direction that would be great!

    Thanx,

    -Snake-

  • #2
    In your area tag:

    <area ... href="javascript:window.open('page.html','windowname','width=400,height=500');">
    Spookster
    CodingForum Supreme Overlord
    All Hail Spookster

    Comment


    • #3
      Perfect!!! I am new to using Java Script...I basically just know HTML and PERL related stuff.

      Comment


      • #4
        Ok...i have a problem....what you told me works fine except one thing....when I click the image link the window pops up and everything...but then the page I clicked the link on turns to a blank page and says: "[object]" but when I look at the address bar it is at the page that i clicked the link on....it just doesn;t look like it.

        How do i stop if from doing this???

        Also...how do I add scrollbars to the popup window too???
        Last edited by WhiteSnakerr; Jul 9, 2002, 02:02 AM.

        Comment


        • #5
          <area ... href="#" onClick="window.open('page.html','windowname','scrollbars=yes,width=400,height=500');">
          Spookster
          CodingForum Supreme Overlord
          All Hail Spookster

          Comment


          • #6
            Thanx bro...that did it!

            Comment


            • #7
              I'm thinking your "user profile" could use a slight adjustment:

              Houston

              Gordo
              "In the End, we will remember not the words of our enemies, but the silence of our friends."
              - Martin Luther King Jr. (1929-1968)

              Comment


              • #8
                ops.... I always do that!

                thanx...

                Comment

                Working...
                X