Hi All,
I need help Badly!!!
I am developing a site that will really take off once it's finished. I think its a great idea but am having a little trouble doing something with JavaScript...
I want to :
- Open a New Browser Window of a certain size. - DONE in Code Below
- Set Focus to this Window - DONE in Code Below
- Click a Submit Button on a Form that is on the Page that loads.
It's Part 3 that i can't figure out. The way i want this to work is once the user clicks the button on my main page a new browser window opens and the Submit button is automatically clicked. Oh by the way i cannot edit the content of the page that is opened.
Details of Form:
- Form Name : ADD
- Input : <input type="submit" value="Add">