server filter multiple frames

A

Airbonzo

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

frameset question 4
Prob with frames 1
Redirecting a hosted domain name 4
View Source 1
calendar 6
Creating a scrollable Frame in the same page 2
disappearing frames 7
customizing Outlook Today (OL2003) 0

Top