Please can someone help with script!

6 replies
Hi All
I'm using getresponse popup to build my list.
The thing is,after submitting the popup information it opens a custom confirmation page.
I like that page opens in a new window instead closing the original page were they are.
I tried to use the atribute "target"_blank"> but it won't change nothing.
Because I'm not a code expert I like to ask if some one could help me with that question.

Thank's

Jorge Ribeiro
#script
  • Profile picture of the author webpagesrus
    Jorge,
    Post the code here so we can take a look at it...
    {{ DiscussionBoard.errors[609125].message }}
    • Profile picture of the author jorgesil
      Originally Posted by webpagesrus View Post

      Jorge,
      Post the code here so we can take a look at it...
      Hi
      Here is the code,you think anything could be changed
      to make it work the way I want?

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


      Thank's
      Jorge Ribeiro
      {{ DiscussionBoard.errors[610329].message }}
  • Profile picture of the author Tom Brownsword
    It should be:

    target="_blank"

    instead of:

    target"_blank"

    Could be as simple as that!

    HTH,
    Tom
    Signature

    Tom Brownsword, CISSP®, GCIA, ITILv3
    Certified Computer Security Pro
    http://ProtectorSupport.com
    http://BusinessActionSteps.com
    ------------------------------

    {{ DiscussionBoard.errors[610573].message }}
    • Profile picture of the author jorgesil
      Hi

      Could you Please show were you put it in the script?

      Thank's
      Jorge Ribeiro


      Originally Posted by Tom Brownsword View Post

      It should be:

      target="_blank"

      instead of:

      target"_blank"

      Could be as simple as that!

      HTH,
      Tom
      {{ DiscussionBoard.errors[610714].message }}
  • Profile picture of the author thinkrich
    Originally Posted by jorgesil View Post

    Hi All
    I'm using getresponse popup to build my list.
    The thing is,after submitting the popup information it opens a custom confirmation page.
    I like that page opens in a new window instead closing the original page were they are.
    I tried to use the atribute "target"_blank"> but it won't change nothing.
    Because I'm not a code expert I like to ask if some one could help me with that question.

    Thank's

    Jorge Ribeiro
    Correct code to open a new confirmation window is
    ....code" target="_blank">
    Notes: The full url needs to be where I put ....code <<< end this with "
    Continue same line with target="_blank"> <<<<then close the link with the ">"

    So it should look like this -

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

    I hope this helps
    {{ DiscussionBoard.errors[610799].message }}
  • Profile picture of the author jorgesil
    Hi

    Thank you for your replies

    "thinkrich"
    The way you show me to put the code is the way I've tried before but unfortunately it
    still not working.
    I've tried it again but it still closing the previous window to open a new one.
    I really don't know what to do,probably going to contact Getresponse and ask them.

    Thank's all for your quick replies.

    Jorge Ribeiro
    {{ DiscussionBoard.errors[611964].message }}

Trending Topics