Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Heosforo Posted May 26, 2017 Posted May 26, 2017 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.
Heosforo Posted May 27, 2017 Author Posted May 27, 2017 <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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.