S
shuki
hello
this is my framesets
<frameset cols="20%,80%">
<frameset rows="30%,40%,*">
<frame name="UserInfo" src="UserInfo.aspx">
<frame name="FileList" src="FileList.aspx">
<frame name="Actions" src="Actions.aspx">
</frameset>
<frame name="DocMain">
</frameset>
i want to be able to change values in a textbox that is on the actions
frame from the filelist frame
in the filelist frame i have link like this
<a href=000.pdf target=DocMain>
and that is work good but i want that the Actions frame will get the
name of the file(000.pdf) also
thanx
this is my framesets
<frameset cols="20%,80%">
<frameset rows="30%,40%,*">
<frame name="UserInfo" src="UserInfo.aspx">
<frame name="FileList" src="FileList.aspx">
<frame name="Actions" src="Actions.aspx">
</frameset>
<frame name="DocMain">
</frameset>
i want to be able to change values in a textbox that is on the actions
frame from the filelist frame
in the filelist frame i have link like this
<a href=000.pdf target=DocMain>
and that is work good but i want that the Actions frame will get the
name of the file(000.pdf) also
thanx