Welcome Guest Search | Active Topics | Sign In | Register

Press enter key on a web page by using JQuery Options
alihuseyin
Posted: Tuesday, May 12, 2015 7:37:04 AM
Rank: Member
Groups: Member

Joined: 3/19/2015
Posts: 10
Hello Can I use this code with WebView.EvalScript ?

Quote:
var e = jQuery.Event('keydown');
e.which = 13;
$('input[name="freeform"]').trigger(e);


Or is tehere any way to press enter key on webbowser ?


Thanks
eo_support
Posted: Tuesday, May 12, 2015 2:57:33 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

You should be able to use any valid JavaScript code with WebView.EvalScript.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.