Riku
Programmer
- Sep 2, 2001
- 119
How can I open a new document in a frame and input
a value to a field. Code below don't work.
top.mainFrame.location.href = "edit_field.asp";
top.mainFrame.document.form1.pollIndex.value = "sss";
It seems that href line is not changing the href untill the hole function is run. So how can I open a new document and
edit its fields using one function? F: Riku Tuominen
riku.tuominen@benchmarking.fi
a value to a field. Code below don't work.
top.mainFrame.location.href = "edit_field.asp";
top.mainFrame.document.form1.pollIndex.value = "sss";
It seems that href line is not changing the href untill the hole function is run. So how can I open a new document and
edit its fields using one function? F: Riku Tuominen
riku.tuominen@benchmarking.fi