What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » ff and ie

ff and ie
Author: Message:
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. Undecided  ff and ie
in firefox, the image/button shows up, but not in internet explorer. is ot possible to fix?

FF:
[Image: 30992898.png]



IE:
[Image: bc1259e3.png]

The only difference in the code of that from others, is that it is supposed to open  in a new window... :undecided:
05-12-2005 01:11 AM
Profile E-Mail PM Find Quote Report
banky
Senior Member
****

Avatar
Fwee

Posts: 546
Reputation: 19
34 / Male / –
Joined: May 2004
RE: ff and ie
whats the sites link?
05-12-2005 01:20 AM
Profile PM Find Quote Report
user2319
Disabled Account


Posts: 1779
Joined: Oct 2002
Status: Away
RE: ff and ie
Would be usefull if you posted the code.
05-12-2005 12:26 PM
Profile PM Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. RE: ff and ie
Sorry, i forgot  that i even posted this before, but my site is: http://kernelsgamez.cjb.net/


Normal Image:
code:
<A HREF="http://www.kernelsgamez.tk" TARGET="_parent"><img src="http://img.photobucket.com/albums/v242/supersonicdarky/86b805f2.jpg" border="0"></A>



and the one that's not showing:
code:
<A HREF="http://284628.myshoutbox.com" TARGET="main" onclick="NewWindow(this.href,'name','400','400','yes');return false"<img src="http://img.photobucket.com/albums/v242/supersonicdarky/8e6d746e.jpg" border="0"></A>

:)
06-10-2005 01:22 AM
Profile E-Mail PM Find Quote Report
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: ff and ie
code:
<A HREF="http://284628.myshoutbox.com" TARGET="main" onclick="NewWindow(this.href,'name','400','400','yes');return false"<img src="http://img.photobucket.com/albums/v242/supersonicdarky/8e6d746e.jpg" border="0"></A>
Look at it closely. What do you see? A missing >

Edit: I just opened your site in IE and got 180Search crapware. :dodgy:

This post was edited on 06-10-2005 at 03:48 AM by L. Coyote.

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

06-10-2005 03:40 AM
Profile PM Find Quote Report
user2319
Disabled Account


Posts: 1779
Joined: Oct 2002
Status: Away
RE: RE: ff and ie
quote:
Originally posted by supersonicdarky
Sorry, i forgot  that i even posted this before, but my site is: http://kernelsgamez.cjb.net/


Normal Image:
code:
<A HREF="http://www.kernelsgamez.tk" TARGET="_parent"><img src="http://img.photobucket.com/albums/v242/supersonicdarky/86b805f2.jpg" border="0"></A>



and the one that's not showing:
code:
<A HREF="http://284628.myshoutbox.com" TARGET="main" onclick="NewWindow(this.href,'name','400','400','yes');return false"<img src="http://img.photobucket.com/albums/v242/supersonicdarky/8e6d746e.jpg" border="0"></A>

:)


It's definitely something with the javascript.

* user2319 hates javascript :-/

btw, it is better to use lowercase for your tags. <a> instead of <A>. lowercase tags read better, and if you ever want to use xhtml, remember: It's case-sensitive!

Another note, there's a banner on your site which tells me "this site is designed for firefox.". Please design your site for everyone, not just Fx users.

I also don't like this:
code:
<meta http-equiv="refresh" content="0; url=http://www.freewebs.com/kernelsgamez/index.htm">

And one of your frames has 'ads' in the name. I don't see any ads though. If that frame isn't meant for ads solely, you should rename it, since some people have set the Fx plugin Adblock to block anything with ads in the name.

tidy's output on your index.htm file:

quote:
code:
user@machine:~/My Downloads$ tidy index1.htm
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 80 column 1 - Warning: discarding unexpected </align>
line 88 column 1 - Warning: missing </center> before <td>
line 102 column 1 - Warning: inserting implicit <table>
line 102 column 1 - Warning: missing <tr>
line 106 column 1 - Warning: <font> unexpected or duplicate quote mark
line 106 column 1 - Warning: <font> attribute with missing trailing quote mark
line 107 column 23 - Warning: adjacent hyphens within comment
line 102 column 1 - Warning: missing </table>
line 88 column 1 - Warning: missing </center>
line 46 column 1 - Warning: missing </center>
line 28 column 1 - Warning: <script> inserting "type" attribute
line 48 column 88 - Warning: <img> lacks "alt" attribute
line 52 column 39 - Warning: <script> inserting "type" attribute
line 78 column 100 - Warning: <img> lacks "alt" attribute
line 79 column 66 - Warning: <img> lacks "alt" attribute
line 102 column 1 - Warning: <table> lacks "summary" attribute
line 102 column 45 - Warning: <img> lacks "alt" attribute
line 106 column 1 - Warning: <font> attribute "color" had invalid value "FEFEFE"  and has been replaced
Info: Document content looks like HTML 4.01 Transitional
19 warnings, 0 errors were found!

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org">
<title>Welcome to Kernel's Gamez</title>

<script type="text/javascript" src="http://www.ozzu.com/fader.js">
</script>
<script type="text/javascript" src=
"http://www.ozzu.com/jsfunctions.js">
</script>
<script language="Javascript" type="text/javascript">
<!--

var win = null;
function Gk_PopTart(mypage,myname,w,h,scroll)
{
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+' ,scrollbars='+scroll+',resizable';
  win = window.open(mypage,myname,settings);
}

var truth = escape(parent.document.referrer);
document.write('<div id="UTS" style="position:absolute; top:-2px; left:-2px; wid th:1px; height:1px; z-index:-5"><img src="http://www.ozzu.com/counter/update.cgi ?' + truth + '" border="0" height="0" width="0"></' + 'div>');

//-->
</script>
<script language="javascript" type="text/javascript">

var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=' +scroll+',resizable'
win = window.open(mypage,myname,settings)
}

</script>
</head>
<body link="green">
<center><a href=
"http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=86"
target="_blank"><img src=
"http://www.xtragoogle.com/images/designedfor.gif" border="0"></a>
<h2>Total of <font color="blue">38</font> Gamez and counting!</h2>
<br>
<p align="center"><font size="1">This site is best viewed with
1024x768 resolution. Your current resolution is <script language=
"Javascript" type="text/javascript">
<!--

// for NN4/IE4
if (self.screen) {
        width = screen.width
        height = screen.height
}

// for NN3 w/Java
else if (self.java) {
       var javakit = java.awt.Toolkit.getDefaultToolkit();
       var scrsize = javakit.getScreenSize();
       width = scrsize.width;
       height = scrsize.height;
}
else {

// N2, E3, N3 w/o Java (Opera and WebTV)
width = height = '?'
}

document.write(width +"x"+ height)

//-->
</script>.</font><br>
<br>
<a href="music/mp3player.swf" onclick=
"NewWindow(this.href,'name','301','341','yes');return false"><img src="http://im g.photobucket.com/albums/v242/supersonicdarky/music.jpg"
border="0"></a> <a href="http://kernelsgamezblog.myblogsite.com"
target="_blank"><img src=
"http://img.photobucket.com/albums/v242/supersonicdarky/news.jpg"
border="0"></a><br>
<br>
<font size="1"><a href="video.htm" target="_self">Click Here</a> to
see why</font> <font color="blue" size="1">MAC</font> <font size=
"1">sucks!</font><br>
<br>
<br></p>
<center><b>Gamez are taken from the following sites:</b><br>
<textarea name="sites" cols="25" rows="3">
newgrounds.com
nationlocation.com
mausland.de
mindisortion.net
gamesarcade.com
ebaumsworld.com
hurtwood.deamon.co.uk
miniclip.com
skunkstudios.com
</textarea>
<br>
<br>
<table>
<tr>
<td align="center">My current MSN status<br>
<img src=
"http://mkbot.bounceme.net/JljCi@LNLl7|v5x|bsJk6ujKfq/msn_topbar/status.png">
<a href="mailto:frenchford@hotmail.com"></a><br>
<br>
<br>
<font color="#FEFEFE">Site hosted by www.freewebs.com</font>
<!-- www.freewebs.com ==!>

<!==fuk off! (to those using IE)==!>



<!==
<script language=JavaScript>
var message="Function Disabled!";

///////////////////////////////////

function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")
</script>
==!>


</body>
</html>




<script type="text/javascript" language="javascript">
var sc_project=666656;
var sc_partition=5;
var sc_security="6dec3b05";
</script>
<!== Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
var sc_project=666656;
var sc_partition=5;
var sc_security="6dec3b05";
</script> <script type="text/javascript" language="javascript" src=
"http://www.statcounter.com/counter/counter.js">
</script><noscript><a href="http://www.statcounter.com/" target=
"_blank"><img src=
"http://c6.statcounter.com/counter.php?sc_project=666656&amp;java=0&amp;security =6dec3b05"
alt="free website stats program" border="0"></a></noscript>
<!-- End of StatCounter Code --></td>
</tr>
</table>
</center>
</center>
</body>
</html>

The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell.

The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL. You may also want to try
"http://www.cast.org/bobby/" which is a free Web-based
service for checking URLs for accessibility.

You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

To learn more about HTML Tidy see http://tidy.sourceforge.net
Please send bug reports to html-tidy@w3.org
HTML and CSS specifications are available from http://www.w3.org/
Lobby your company to join W3C, see http://www.w3.org/Consortium


This post was edited on 07-17-2011 at 05:21 PM by user2319.
06-11-2005 08:47 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On