| |
SConnell
Posts: 2
Score: 0
Joined: 5/7/2008
Status: offline
|
Hello All. Im new to VBScript but have been using VB for a while for basic things, and am in need of scripting something that can fill form data in for me. My plan is to have an iframe on my page with an external website loaded in there (say ebay for example) and be able to click a button to fill in any form details. Something like: Sub cmdtest_onclick iframe.formname.txtusername.value = "Test Username" End Sub If i do this with the frame source as an external website (Changing the form and text ID as relevant) it comes up with an error. But if I make a test page to load as the frame source, then it works fine. Any help with this would be highly appreciated, Many thanks
|
|