Hi there,
- In popup window there is a link. With this link the new page is loaded in the main window, that this pop window opens. I have the following code:
opener.location.href="../../example.html";
opener.focus();
Just a hunch - have you tried opener.document.location.href="..." ?
- I have the fomular with three input fields and one submit Button. if the use has enter the data in the last input field and confirm it with the return taste, the formula should be sendet without clicking on the submit button. Anyone know the solution?
Not sure what you mean? Internet Explorer does this anyway, and as far as I know NS can't do it
Good luck,
Mel