Jump to content
UBot Underground

Submitting A Javascript Post And Follow New Window


Recommended Posts

var form = "<form id='post_data' action='"+url+"' method = 'post' target='_blank'>" +
		"<input hidden name='user_email' value='"+email+"'/>"+
		"</form>";
$("#post_data").submit();

The above code is the javascript where a button call when clicked, right. When trying in common browser, it opens a new window then I should follow the new window to fill forms but with ubot it doesn't, the new window isn't opened, I already tried allow popups("Yes") and allow popups("In new window") with in shared browser { and in popup { but none of those worked, what I'm doing wrong? I know it's clicking the button to submit because when clicked this button changes the content of the page.

Edited by nojitter
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...