lofty
Junior Member
USA
158 Posts |
Posted - 16 September 2002 : 15:09:29
|
I know that Shift clicking a link in the forum to open a new window has created some problems before. Maybe you don't want to support this feature of being able to open a new window which is ok.
I am reporting this because when I click on the Search link using a Shift + Click in IE 6, I get a series of numbers at the top of the page, just under the forum navigation. It looks something like this:
1,2,6,7,8,9,11,17,18,20,22,23,25,26,29,31,32,34,48,55,58,73, etc.
Here is the code I got from viewing source:
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%">
<script language="JavaScript" type="text/javascript">
<!-----
function jumpTo(s) {if (s.selectedIndex != 0) location.href = s.options[s.selectedIndex].value;return 1;}
// -->
</script>
<tr>
<td>
<script language="JavaScript" type="text/javascript">
<!--
function unsub_confirm(link){
var where_to= confirm("Do you really want to Unsubscribe?");
if (where_to== true) {
popupWin = window.open(link,'new_page','width=400,height=400')
}
}
//-->
</script>
<script language="JavaScript" type="text/javascript">
function ChangePage(fnum){
if (fnum == 1) {
document.PageNum1.submit();
}
else {
document.PageNum2.submit();
}
}
</script>
1,2,6,7,8,9,11,17,18,20,22,23,25,26,29,31,32,34,48,55,58,73,77,78,79,80,83,86,87,89,94,95,96,105,107,108,109,110,111,113,117,118,120 <table border="0" width="100%" align="center">
<tr>
<td width="33%" align="left" nowrap><font face="Verdana, Arial, Helvetica" size="2">
<img src="icon_folder_open.gif" width="15" height="15" border="0" alt="" title="" align="absmiddle" /> <a href="default.asp">All Forums</a><br />
<img src="icon_bar.gif" width="15" height="15" border="0" alt="" title="" align="absmiddle" /><img src="icon_folder_open.gif" width="15" height="15" border="0" alt="" title="" align="absmiddle" /> Search Form</font></td>
</tr>
</table><br />
I was just wondering what these numbers are, and why they are appearing. Is there a way to prevent this?
I can provide a screen shot if you need.
Adam Lofstedt
Moved from DEV Bug Reports by Davio. |
Edited by - Davio on 13 February 2003 11:03:35 |
|