Jump to content

form submission and autofill with javascript


jeger003

Recommended Posts

Hello,

I submit info to a javascript on another website. I want to be able to autofill the fields so i dont have to type everything. Is it possible to send form fields through the url? if not is it possible to take the form and create a page on my own server and submit to them from my site? Just trying to see what my options are. I dont want to use any softwares or anything.

 

Link to comment
Share on other sites

What you're asking is going against itself.  You want to add to it without adding to it.  You could use a browser like Chrome which supports Greasemonkey scripts by default, but it's not much different than just getting the GM extension on Firefox.  The plugin itself does nothing except for support scripts you write in Javascript.  Firefox has a script "scratchpad" by default SHIFT+F4 you can use and copy / paste your script into there and run it each time.

 

I don't know what you want.  If you want automatic script execution, you need to have a browser that supports it, or a plugin that adds it to the browser.  It's not like you use a plain browser anyways, so what's the point of trying to not add one little piece to give you what you want?

 

There are also plugins that are made for form completion.

 

If you want to do it externally, then you would just set up a form using the same method and action as them, with the same parameters.  Maybe if you actually explained what you want to do, then you could get a little more help.

 

Oh, and if you're trying to add JS to someone elses visit to some site you don't own .. nobody here will likely help you.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.