Spawn opening unwanted page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please look at http://www.dglhost.com/cruisin.html. The first 12 pictures
are suppose to open in a pre-defined window using Spawn, but instead of
opening the target jpg, some unwanted site (terra.es) opens. I've combed the
html to see how or why this happens but I can't find a reason for this.
Anyone else see the "culprit" in the code that makes it go where it goes or
have an idea of why this is happening? TIA.
 
I would suspect conflicting javascripts on the page.
There are 4 or 5 different scripts.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
I forgot to mention that this is an IE-only problem. The correct URL opens
when viewing with Firefox, Netscape or Opera. A JavaScript interpretation
issue with IE?

BTW, my "free host" loads the site with all those JavaScripts (statcounter,
google ads, etc.). "Price" of doing business, I guess.
 
Difference of using name vs id parameters
- one if the scripts (from your host) is duplicating a name or id parameter

Also check the hidden frame being loaded in
<frameset rows="100%" scrolling="yes" border="0">
<frame src="http://24.174.153.46/index.html">
<frame src="http://webhosting.yahoo.com/forward.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0">
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I forgot to mention that this is an IE-only problem. The correct URL opens
| when viewing with Firefox, Netscape or Opera. A JavaScript interpretation
| issue with IE?
|
| BTW, my "free host" loads the site with all those JavaScripts (statcounter,
| google ads, etc.). "Price" of doing business, I guess.
|
| "Steve Easton" wrote:
|
| > I would suspect conflicting javascripts on the page.
| > There are 4 or 5 different scripts.
| >
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed............
| > ........................with a computer
| >
| >
| >
| >
| >
| > | > > Please look at http://www.dglhost.com/cruisin.html. The first 12 pictures
| > > are suppose to open in a pre-defined window using Spawn, but instead of
| > > opening the target jpg, some unwanted site (terra.es) opens. I've combed
| > > the
| > > html to see how or why this happens but I can't find a reason for this.
| > > Anyone else see the "culprit" in the code that makes it go where it goes
| > > or
| > > have an idea of why this is happening? TIA.
| >
| >
| >
 
Back
Top