Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: onblur fails in Firefox, Opera and IE&



A pretty typical troubleshooting step would be to wrap your function's action in a try block like so:

function copy_Name()
{
	try
	{
		document.request_form.i_name.value = print_name.value;
	}
	catch (e)
	{
		alert(e);
	}
}

I'd say that will reveal your issue...

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Web-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/web-dev/email@hidden

This email sent to email@hidden
References: 
 >onblur fails in Firefox, Opera and IE& (From: Robert Poland <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.