Programming Question
Programming Question
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- acescence0
target should be the name of the window you are creating with window.open, so yes, 'subscribe' in this case. one thing though, you need to have empty quotes for the first property here:
onSubmit="window.ope n('','Subscribe', etc..
NOT
onSubmit="window.ope n('Subscribe', etc..
the difference is the '', before 'Subscribe'