|
assign a variable to textbox
Morning,
I need to assign a variable in one frame to a textbox in another when the textbox page opens.
In a frame named "content" I have
<input type="text" name="T122" size="20" style="position: absolute; left: 213; top: 77; height: 15px; width: 380px; font-size: 8pt; text-transform: uppercase; font-weight: bold; text-align: center; border: 1px solid #FFFFFF" tabindex="1">
The variable is parent.content1.jNum
I need to be able to have this textbox's value show the variable when the page opens in its frame....any ideas would be appreciated
Shannon
|