L
La Rocca Network S.A. / Nelson
Hi folks !
I need to change the page located in a frame, base on user selection in a
DDL.
something like:
<script language="javascript">
function doSelect()
{
alert('You choose: ' + <here goes the text of the new selected item>);
window.top.frames["appframe"].location = <here goes a value held in the
database to which the DDL is bounded>;
}
</script>
the matter is ?
what can interact javascript with this control in the client side, so the
proper transfer of the page could be performed ?
thanks a lot
nelson
I need to change the page located in a frame, base on user selection in a
DDL.
something like:
<script language="javascript">
function doSelect()
{
alert('You choose: ' + <here goes the text of the new selected item>);
window.top.frames["appframe"].location = <here goes a value held in the
database to which the DDL is bounded>;
}
</script>
the matter is ?
what can interact javascript with this control in the client side, so the
proper transfer of the page could be performed ?
thanks a lot
nelson