Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: Invoking Netscape Find - June 25, 1998 at 15:54:43

You are here: irt.org | BBS | Re: Invoking Netscape Find [This BBS is closed]

Posted by Martin Webb on June 25, 1998 at 15:54:43:

In Reply to: Re: Invoking Netscape Find posted by Martin Webb on June 25, 1998 at 15:53:28:

: : Does anyone know if there is a
: : way to invoke the netscape find
: : button?

Oops! Cut and paste not working (sore point):

function findit () {
find (document.myform.mytext.value,false);
}

if (document.layers) {
document.write ('<FORM NAME="myform">');
document.write ('<INPUT TYPE="TEXT" NAME="mytext">');
document.write ('<INPUT TYPE="BUTTON" VALUE="Find" onClick="findit ()">');
document.write ('</FORM>');
}

Follow-ups:

You are here: irt.org | BBS | Re: Invoking Netscape Find [This BBS is closed]

©2018 Martin Webb