Question
Maaaarrrrvelous!
ASP, VBScript.
I have have spent days and days and days trying to implement a WYSIWYG html editor into my site, and I have just got it to work so I am now a happy bunny... My wife just doesn't understand how important this has become to me!
Anyway, I now need to do this:
The editor requires that you click save so that it submits its contents to a hidden text field in order to submit to the database. So what I want to do is ensure that the Submit button for the entire form isn't visible or clickable until the save button for the html editor has been clicked.
How can I deactivate or hide the form's submit button until the user has clicked the save WYSIWYG content button? Obviously, what I don't want is something that when clicked refreshes the page thus wiping out the entered form data.
I bet it's Javascript - I'm rubbish at Javascript!
Thanks.
Mat
I have have spent days and days and days trying to implement a WYSIWYG html editor into my site, and I have just got it to work so I am now a happy bunny... My wife just doesn't understand how important this has become to me!
Anyway, I now need to do this:
The editor requires that you click save so that it submits its contents to a hidden text field in order to submit to the database. So what I want to do is ensure that the Submit button for the entire form isn't visible or clickable until the save button for the html editor has been clicked.
How can I deactivate or hide the form's submit button until the user has clicked the save WYSIWYG content button? Obviously, what I don't want is something that when clicked refreshes the page thus wiping out the entered form data.
I bet it's Javascript - I'm rubbish at Javascript!
Thanks.
Mat
