phpnewb999 Posted September 19, 2006 Share Posted September 19, 2006 I was wondering if it was possible to partially fill out forms by clicking on a link?Example:www.form.com contains a form with (have no access to modify the page codes) <select name="element"> <option>none</option> <option>apple</option> <option>orange</option> <option>grape</option></select>Now, i would like to make a page on my site where i have a link <a href="http://www.form.com">click here</a>Would it be possible that when someone clicks on my page it will have the select element (apple) selected? Link to comment https://forums.phpfreaks.com/topic/21326-automate-fill-form/ Share on other sites More sharing options...
degsy Posted September 20, 2006 Share Posted September 20, 2006 Not without editing the page code. Link to comment https://forums.phpfreaks.com/topic/21326-automate-fill-form/#findComment-95198 Share on other sites More sharing options...
fenway Posted September 20, 2006 Share Posted September 20, 2006 This would require injecting client-side code onto the page -- which is exactly what a XSS exploit involves. So no. Link to comment https://forums.phpfreaks.com/topic/21326-automate-fill-form/#findComment-95259 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.