Hi 
I need a little help please.
I have an 2 ASP pages named:
- page_edit.asp
- keywords_add.asp
Page_edit.asp is the main page and Keywords_add.asp is in an iframe on the page_edit.asp page.
At the moment i have 2 update buttons(these are form submit buttons) one to control the content that is updated on the page_edit.asp page and the other for the keywords_add.asp page in the iframe.
What i would like to do is when the update button is clicked on page_edit.asp that it will also update the keywords_add.asp page in the iframe.
When the keywords section is updated the data is stored in a MSSQL database and when the page_edit.asp is updated that is stored in a Access database.
Is there away to update both pages when one button is clicked?
Many thanks
Joe

I need a little help please.
I have an 2 ASP pages named:
- page_edit.asp
- keywords_add.asp
Page_edit.asp is the main page and Keywords_add.asp is in an iframe on the page_edit.asp page.
At the moment i have 2 update buttons(these are form submit buttons) one to control the content that is updated on the page_edit.asp page and the other for the keywords_add.asp page in the iframe.
What i would like to do is when the update button is clicked on page_edit.asp that it will also update the keywords_add.asp page in the iframe.
When the keywords section is updated the data is stored in a MSSQL database and when the page_edit.asp is updated that is stored in a Access database.
Is there away to update both pages when one button is clicked?
Many thanks
Joe

Comment