Jump to content

New content with ipsModal


Heosforo

Recommended Posts

Posted

Hello guys. 

I have this:

<a rel="nofollow" href="http://mywebsite.net/?do=form&d=4" data-ipsdialog="" data-ipsdialog-remotesubmit="" data-ipsdialog-flashmessage="Thanks!" data-ipsdialog-title="Create record" id="myid">Create record</a>

Is working fine, but I would like to go to the article once I have clicked the send button. 
How could I do this? it will be difficult?

Thanks in advance.

Posted
<script type='text/javascript'>
$('#letsgo').click(function() {
    window.location.href = 'URL';
    return false;
});
</script>

This seems to work, but how I get the created url?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...