//flex table opened by JP

Click to See Complete Forum and Search --> : Opening A New Window In IE5


grandslammer
12-28-1999, 01:05 PM
Well, I tried that. Still opens anew window, but I get a IE5 can't display it.

Tried elsewhere, _new, new, other, etc., etc., etc...

Oh well, any other input is appreciated.

Thanks for the effort..

Mike P.

qball
12-28-1999, 03:10 PM
Try

<a href="www.sysopt.com" target="_blank">Link</a>

It works in IE5 and Netscape 4.0. Inconsistent browser behavior has been driving web developers batty for years.

Mntsnow
12-28-1999, 07:33 PM
Qball,

Has the right answer for you Grandslammer!

Mntsnow
ps. I double checked and that I what I have in my html code for my website (http://www.mntsnow.net) that opens new pages.

grandslammer
12-28-1999, 11:35 PM
Nope, still opens a new window, but also gives me a cannot display message!

This is really beginning to "bumm me up!"

Well, I appreciate the input. Perhaps it is something indiginous to the site provider. I e-mailed them, and they said they didn't think it was possible to do it there. So!

There you go!

Thanks again

Mike

Mntsnow
12-29-1999, 12:04 AM
Slammer,

this is what I get when I ran your page thru Dreamwever and frontpage and told them both to open the "Newsletter" link in a new page:

<a href="http://www.familyshoebox.com/family/ignore?MIval=cge&GID=00064000000945287797192298&PG=00064000000945287797509755" target="_blank">Newsletter</a>



Looks kinda strange but BOTH gave the same results.

Mntsnow


[This message has been edited by Mntsnow (edited 12-29-1999).]

grandslammer
12-29-1999, 12:52 AM
Okay, my site is http://crazydude.com/MikePrettyman

I want to setitup so that everytime you click on a link at my site, a new window opens up so you can close it and my site (HA!) will still be in it's original window.

I tried using

<a href="http://www.sysopt.com/" target="elsewhere">

in my link url. This in fact, does open a new window, but IE5 can't load it. (error page!)

So, any suggestions here?

Thanks,

Mike

[This message has been edited by grandslammer (edited 12-28-1999).]

Glytzhkof
12-29-1999, 12:55 AM
How about:
<a href="http://www.sysopt.com/" target="_new">?