G
Guest
Hi,
Does anyone know how to use a server filter such that when going from a
single frame, the server filter passes a varible, in my case purchaseorderID
to a certain frame.
The html of the page being opened looks like this
<HTML>
<HEAD>
<TITLE>Edit Order</TITLE>
</HEAD>
<FRAMESET COLS=47%,* >
<FRAME NAME=LEFT src="EditPO.htm" scrolling=yes>
<FRAME NAME=RIGHT src="ViewItems.htm " scrolling=yes>
</FRAMESET>
</HTML>
where im trying to pass the purchaseorderID to EditPO so that it opens the
purchase order selected on the pervious page
Does anyone know how to use a server filter such that when going from a
single frame, the server filter passes a varible, in my case purchaseorderID
to a certain frame.
The html of the page being opened looks like this
<HTML>
<HEAD>
<TITLE>Edit Order</TITLE>
</HEAD>
<FRAMESET COLS=47%,* >
<FRAME NAME=LEFT src="EditPO.htm" scrolling=yes>
<FRAME NAME=RIGHT src="ViewItems.htm " scrolling=yes>
</FRAMESET>
</HTML>
where im trying to pass the purchaseorderID to EditPO so that it opens the
purchase order selected on the pervious page