I have a problem i can't seem to solve. Maybe one of you could help me out with this.
On a page that is already opened in an iframe called "Mainframe", i have a button that has a javascript function attached to it:
onclick="var w = window.open('../Partitions/' + this.form.txtlink.value, 'txtlink', 'Mainframe','')
It is set to open a page, of which the URL is generated out of ../partitions/+ the value of a textbox called txtlink.
I want this new page to open in the same frame.
any help is very much appriciated
On a page that is already opened in an iframe called "Mainframe", i have a button that has a javascript function attached to it:
onclick="var w = window.open('../Partitions/' + this.form.txtlink.value, 'txtlink', 'Mainframe','')
It is set to open a page, of which the URL is generated out of ../partitions/+ the value of a textbox called txtlink.
I want this new page to open in the same frame.
any help is very much appriciated