Please could someone help with javascript popup

1 replies
Hello All


I like to ask if someone could help me with this problem.
I use a Getresponse popup to build my IM subscriber list,the problem I get with it is:
After subscriber fills in name and email and press submit they are taken to a custom page but it closes previous page and open new one.

This is the code

<script language="JavaScript" src="http://www.getresponse.com/ModPopupWizard/DisplayPopupScript/765315/19994/">
//GetResponse popup code
</script>

Now what I want to do is make it open new window and don't close my site when pressing submit,
I've tried use Target="_blank"> But it still closing the window and open new one.
Please if someone know if it can be done,Please help to sort it out.

Thank you
Jorge Ribeiro
#javascript #popup
  • Profile picture of the author wayfarer
    Well, seeing how you don't have any control over the code at http://www.getresponse.com/ModPopupW.../765315/19994/, there might not be anything you can do without making something custom, or using another system. target="_blank" is an HTML attribute, and doesn't have any influence over JavaScript functions.

    Of course, it is possible that they have documented a way to do this within the boundaries of their API, so you should refer to their documentation, of course.
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[615374].message }}

Trending Topics