[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HPUX bugs



I'm running 2.0b5 under HPUX and having the following problems - has anbody
else seen these?

1) The open() method opens a new window, but it just sits there with a status
line of Mozilla and the loading animation running.

2) I can't call functions across frames (wasn't this supposed to have been 
added in beta 4 or 5?).  The following code illustrates the problem:

<frameset rows=*,*>
 <frame
        src=test1.html
        name=test1>
 <frame
        src=test2.html
        name=test2>
</frameset>
---------------------------------------
<HTML>
<HEAD>
<TITLE>Test 1</TITLE>
<SCRIPT LANGUAGE="JavaScript">
function alertMe(txt) {
  alert(txt)
}
</SCRIPT>
<BODY>
<FORM>
Press this button for an alert message:
<INPUT TYPE="button" VALUE="This button works"
 ONCLICK="alertMe('This is the alert')">
</FORM>
</BODY>
</HTML>
---------------------------------------
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript"></SCRIPT>
<TITLE>Test 2</TITLE>
<BODY>
<FORM>
Press this button for an alert message:
<INPUT TYPE="button" VALUE="This button doesn't work"
 ONCLICK="alertMe('This is the alert')">
</FORM>
</BODY>
</HTML>

--
Tom Russell
Senior Programmer Analyst
FedEx - Customer Contact Systems
5450 Tech Center Dr.
Colorado Springs, CO  80919
(719) 528-4324, (719) 590-1044 Fax
RUSSELL/THOMAS (EMC2)
tmrussel@fedex.com (Internet)