my flow--->when click a link i pass a value (orderNo) into a framset page.then this framset got 2 frames.i have to pass this OrderNo from this frameset to one of the frames now.
my problem--->ok now the problem is......
from the link, i direct to packing_slip.php?Order=order5....this is successful......then packing_slip contains the frameset codes....in this framset is did this.......FRAME NAME="toppacking" SRC="top_packing.php?Order=$Order">.....then in top_packing i call <input type="text" name="order" value="<? echo "$Order"; ?>" disabled>
but the value they pass back arh...is $Order..u know how tyo solve this???