hi
I have a form which resides on an html page, when the user enters data within the form this data is used to build a href and also database infomation.
The submit button instigates a php form which saves the data to a database. WORKS PERFECT BRILLIANT!!!!!
As of last week I had never heard of php or javascript so am pretty pleased with myself.
If I then change the submit button to use a javacript function to navigate to the href it , WORKS PERFECT BRILLIANT!!!!!
What I want is to be able for Both of these to be activated on the click of the submit button, been trying for over 10 hours and no success, so hopefully maybe someone can help.