> Would you mind me asking you to elaborate your idea with
> simple code?
Mind you asking, not in the least! However, I'm a bit busy.
<framset>
<frame name="one" src="foo.html">
<frame name="two" src="bar.html">
<frame name="three" src="form.jsp">
</frameset>
The top two have have javascript in all their tags calling functions. The
functions address elements of a form in form.jsp:
fucntion sendMyVariable(varValue) {
parent.three.document.forms[0].myVariable=varValue;
parent.three.document.forms[0].submit;
}
Get the idea? Then the form.jsp comes back and update code for whatever
happens in the originating html files can be called in an onLoad tag.
J.
--
You're only jealous cos the little penguins are talking to me.
***************************************************************
For more information on Ordnance Survey products and services,
visit our web site at http://www.ordnancesurvey.co.uk
***************************************************************
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>