maybye I'm just going overboard here but I'm hoping someone can help me. It goes like this.
I have a flash page which opens a pop up window with the listbot subscribe button in it. The problem was that when you then submited to listbot it opened the listbot page inside my little popup. So I thought I'd be clever and make the link open a new page and add an onclick="self_close()". like this..
<form method="post" action=" target="_blank" onClick="self.close()">
However as I'm sure you have already realised this causes a bit of a problem. Now when I click into the form to enter an email address the popup closes. Is there a way round this - for example a command like onrelease which you have in Flash or perhaps to have the cursor already placed into the form - not as good but would do.
Is this possible - can anyone help me please?
I have a flash page which opens a pop up window with the listbot subscribe button in it. The problem was that when you then submited to listbot it opened the listbot page inside my little popup. So I thought I'd be clever and make the link open a new page and add an onclick="self_close()". like this..
<form method="post" action=" target="_blank" onClick="self.close()">
However as I'm sure you have already realised this causes a bit of a problem. Now when I click into the form to enter an email address the popup closes. Is there a way round this - for example a command like onrelease which you have in Flash or perhaps to have the cursor already placed into the form - not as good but would do.
Is this possible - can anyone help me please?