Closed Bug 232532 Opened 21 years ago Closed 21 years ago

Selecting any of the DB views (athletes, meets, etc) works, but can not use the options on the displayed view (next, find athlete, etc)

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: mayniacs, Unassigned)

References

()

Details

User-Agent:       
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007

Bring up the referenced page.  Select Athletes.  You will see a list of names.
None of the green buttons (Next, Go, Refresh) work, though.  IE on a PC is the
only browser I've found that works with this page.  I've also tried Netscape 7.1
on the PC and Safari on a Mac -- they don't work there. 

Reproducible: Always
Steps to Reproduce:
1.Go to the referenced page
2.Select Athletes (you may need to click on the italics Online in Hy-Tek's Team
Manager Online first)
3.Try the next button -- it does nothing.

Actual Results:  
nothing

Expected Results:  
The next page of athlete names should have been displayed.
Javascript console shows:
Error: UpdateNavFrame is not defined

The website uses vbscript, so you can use it with IE only.

http://www.sports-tek.com/TMOnline/Newathlete.asp?DB=upload\MinnesotaSwReportsOnly.MDB

<SCRIPT language=vbscript>
	Function NextPressed()
		document.frmReport.lstPages.value=document.frmReport.lstPages.value +1
		CheckProduct()
	end function


<input type="button"  style=" height:24; font-family:Arial; background:#00FF00;
border-left-width:1px; border-right-width:3px; border-top-width:1px;
border-bottom-width:3px; border-color:#000000; cursor:hand" name="btnRefresh2" 
value="Next" onClick="NextPressed()" height="30">
        </td>
(In reply to comment #0)

When I use your testcase I don't see anything, just as you discribed.
But take a look at the JavaScript Debugger:

Error: NextPressed is not defined
Error: UpdateNavFrame is not defined

You try to use VBscript code. I'm not sure, but is this possible in Mozilla?
Yes, INVALID. The website used VBScript for the NextPressed, PrevPressed,
RefreshPressed and CheckProduct functions. VBScript isn't supported by Mozilla,
but only by Internet Explorer.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.