Topic: form submit workaround... (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Seatte, Warshington, USA |
posted 07-09-2001 05:13
I'm trying to use a poll from cutandpastescripts.com (not my idea, trust me). Anyway, it's a poll script, and when you press the 'vote' button, it goes to a results page. I'm trying to get it to open up a new window and show the results in that new window. Problem is I want to make it a windows with no scroll bars, no toolbar, etc... quote:
|
Maniac (V) Inmate From: Brisbane, Australia |
posted 07-09-2001 22:41
Have you tried putting on onClick() event handler into the submit (vote) button it self. Use this to open the new window and display the results just like the 'view results' button, only when you vote it should submit the form data as well. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 07-09-2001 23:29
I was just wondering as I read your code Drakkor, does using quote:
|
Maniac (V) Inmate From: Seatte, Warshington, USA |
posted 07-10-2001 04:19
Dracusis, I did try that, unfortunatly that didn't post the data to the cgi script. It pretty much does exactly what it's doing now |
Maniac (V) Inmate From: Brisbane, Australia |
posted 07-10-2001 18:43
Any luck yet? |
Maniac (V) Inmate From: Seatte, Warshington, USA |
posted 07-10-2001 21:05
Nope, here was my idea... |