Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Thank you. I have never said it, but you have a great web site. It is of immense help...."

Geography

Where in the world do Tek-Tips members come from?
terrydoughty (TechnicalUser)
19 Oct 00 4:33
I have created the following web site www.motoscope.com which loads fine on Internet Explorer BUT causes an error when using Netscape Navigator -

I think it may be the Index that is causing the problem - www.motoscope.com/mscont1.htm - probably something to do with the rollover buttons.

Has anyone any ideas?

Thanks

Terry
fishin4snook (IS/IT--Management)
19 Oct 00 8:43
Nice Site, what does the error say?

Fishin4snook.
terrydoughty (TechnicalUser)
19 Oct 00 8:48
The message says....

The programme has performed an illegal action and will be closed down

and then closes Netscape Navigator.

Have you tried it using Navigator?
fishin4snook (IS/IT--Management)
19 Oct 00 10:27
No, I do not have netscape on this computer but an error like that usually means the javascript that you use is not able to be viewed by netscape such as not compatible with NN. what on your page is javascript? Then we will see if we can update the scripting or find another script that performs the same things.
Cullen (TechnicalUser)
19 Oct 00 11:06
I think fishin4snook is correct. I viewed the page in NN and noticed the problem.

Are these graphics just simple rollovers? If so Front Page, like many other WYSIWYG editors, has added a great deal of unnecssary code to your page. Here's a more efficient way to do it:

**PLEASE NOTE: I wasn't sure the titles of the rollover versions of images so I simply added a "_over" to the end of the titles. You will have to change those names to the appropriate title.

Also, make sure the ALL the code within the <A HREF> tags in on one line. Otherwise the script will not work. Also, I eliminated the "lowsrc" versions within your <IMG> tags. These buttons are very small as is and a lowsrc isn't really necessary.

Hope this helps. Good Luck.

Cullen Cox
cullenc3@aol.com
Graphic Artist/Web Designer.

<html><head><title>New Page 3</title>

<base target="main">

<script language="JavaScript">
//This preloads the rollover images

alt01 = new Image();
alt01 src = "prodbut_over.gif";

alt02 = new Image();
alt02 src = "about_over.gif";

alt03 = new Image();
alt03 src = "infobut_over.gif";

alt04 = new Image();
alt04 src = "newsbut_over.gif";

alt05 = new Image();
alt05 src = "contbut_over.gif";

</script>

</head>

<body bgcolor="#000066">

  <table border="0" cellspacing="1" width="100%" align="center">
    <tr>
        <td width="100%">
    <a href="mscont2.htm" target="_self" onMouseOver="document.pic1.src='prodbutplain_over.gif'" onMouseOut="document.pic1.src='prodbutplain.gif'">
    <img name="pic1" border="0" src="prodbutplain.gif" width="124" height="16"></a></td>
    </tr>
    <tr>
      <td width="100%">
    <a href="about.htm" onMouseOver="document.pic2.src='about_over.gif'" onMouseOut="document.pic2.src='aboutplain.gif'">
    <img border="0" src="aboutplain.gif" name="pic2" width="124" height="16"></a></td>
    </tr>
    <tr>
      <td width="100%">
    <a href="inform.htm" onMouseOver="document.pic3.src='infobut_over.gif'" onMouseOut="document.pic3.src='infobutplain.gif'">
    <img border="0" src="infobutplain.gif" name="pic3" width="124" height="16"></a></td>
    </tr>
    <tr>
      <td width="100%">
    <a href="new.htm" onMouseOver="document.pic4.src='newsbut_over.gif'" onMouseOut="document.pic4.src='prodbutplain.gif'">
    <img border="0" src="newsbutplain.gif" name="pic4" width="124" height="16"></a></td>
    </tr>
    <tr>
      <td width="100%">
    <a href="contacts.htm" onMouseOver="document.pic5.src='contbut_over.gif'" onMouseOut="document.pic5.src='contbutplain.gif'">
    <img border="0" src="contbutplain.gif" name="pic5" width="124" height="16"></a></td>
</tr>
</table>

</body>
</html>
fishin4snook (IS/IT--Management)
19 Oct 00 11:48
Go with Cullen's idea on the javascript and yes FP does add a great deal of nonsense to your page.

Fishin4snook.
ChrisMacPherson (Programmer)
19 Oct 00 19:07
I have had the same problem as you before, with NN closing down with same error. It is something to do with the code(obvious!! Doh!!) I'll try and remember what it was, and post you here...

Chris MacPherson
thedamager@hotmail.com
Macpweb
Bring on the new Browza's!!
Learn/t/ing D\HTML, Javascript, Java, VB5-6, COBOL, Pascal

kjonnnnn (MIS)
20 Oct 00 13:59
The are options in FP that you can tell it to work with IE and Netscape.

I was able to open the page in Netscape, but all the little red dots were jiggling.

Is there anything else on the page beside the menu in the upper left corner?
terrydoughty (TechnicalUser)
20 Oct 00 15:38
The little red dots are the rollover mouseover image - Have a look at the source code on the mscont1.htm which will show you what is on that page which is causing teh problem.

Thanks for all the replies - I will be looking into them over the weekend

Terry

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close