Forum Moderators: open
Problem: I can't get it to open in a new window. Since the popup window has a set size, and I have resize off and scrollbars off, this is a problem. I've tried puting target="new_window" (which works for the other urls,) but it doesn't work. Can someone help me, please?
Have you double checked the code for your email link? I find myself forgetting the "mailto:" part from time to time. It may be something just that simple.
If that doesn't debug for you, you could also try typing the pop-up window's URL directly in the location bar (instead of clicking the link.) See if your email link works that way.
>>I want the mailto link to open up in another window
A mailto link will not open a new browser window no matter what you do. It opens your email client.
If you want to setup a form that people can fill and and submit to you that's a different story but as it stands you've done everything right so far and it works fine from my end.
Why do you have the pop-up window in the first place? I see that you have the same addresses on the main page. Isn't that good enough?
Two options:
Drop the pop-up
or
Leave it as it is and hope your visitors do not have the same browser issue that you experience. If they do then they'll just have to resize the window on their own.