marianmarian
Programmer
hi,
i am working on this form:
in the form i have a button, when you click on the button, a new window is opened, but before a new window is opened, it submit the form fields. for a new window to be opened, i parse the new window link with an id.
problem, id is blank as an id is auto generated from the database, and i cannot parse it together while the form submit and a new window is opened at the same.
question, is there a way that i can grab that id from the database and parse it immediately to the url link and open a new window.
note also that when i click on the button that is supposed to open the new window, the button submit the form fields as well on click.
thanks,
Marianmarian
i am working on this form:
in the form i have a button, when you click on the button, a new window is opened, but before a new window is opened, it submit the form fields. for a new window to be opened, i parse the new window link with an id.
problem, id is blank as an id is auto generated from the database, and i cannot parse it together while the form submit and a new window is opened at the same.
question, is there a way that i can grab that id from the database and parse it immediately to the url link and open a new window.
note also that when i click on the button that is supposed to open the new window, the button submit the form fields as well on click.
thanks,
Marianmarian