H
Henriksen
I have this :
<form name="search" onSubmit="return
window.opener.findInPage(this.string.value)">
But I would like to change it to search on the main frame,
from the menu frame.
Is that possible ?
<form name="search" onSubmit="return
window.opener.findInPage(this.string.value)">
But I would like to change it to search on the main frame,
from the menu frame.
Is that possible ?