alalex
how can i change the location of a frame with a textbox?
I tried this, but it doesn't work...
The textbox is called content, and the button open.
Then I put in the button onClick(open_web()).
I tried this, but it doesn't work...
| Code: |
| function open_web(){
if(content.value !== 'Open page...'){ document.frames[1].href = content.value; } } |
The textbox is called content, and the button open.
Then I put in the button onClick(open_web()).
