| View previous topic :: View next topic |
| Author |
Message |
brianb
Joined: 24 Jan 2007 Posts: 1
|
Posted: Wed Jan 24, 2007 5:45 pm Post subject: Firefox Open Link in Same Tab |
|
|
I have a Web page that works fine in IE. Won't work in Firefox.
document.location.href ("/contact.aspx")
or
window.location.href ("/contact.aspx")
Works in IE says undefined function in Firefox.
window.open(itemnum)
Works in both but opens a new window or Tab. I need something that will open in the same window or tab that will work in both browsers.
Thanks in advance for any help. |
|
| Back to top |
|
 |
|
|
nighthawk 250+ Club

Joined: 11 Jun 2006 Posts: 385 Location: SFRJ
|
Posted: Wed Jan 24, 2007 10:48 pm Post subject: Re: Firefox Open Link in Same Tab |
|
|
| document.open() ? |
|
| Back to top |
|
 |
|