[jQuery] Interacting with an IFRAME

[jQuery] Interacting with an IFRAME

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Trebuchet MS">Hi there,
I have a page that is pulled into an IFRAME. I would like to use jquery
in the parent document, to interact with the document in the IFRAME,
but I can't work out how to access that document. By using $("iframe")
I can get the attributes of the iframe, but I can't seem to get at the
document. Is this possible with jQuery (or javascript)?
Regards,
David
</font>
</body>
</html>