xStandard + Dreamweaver
Hi all
I'm using Dreamweaver MX 2004 and would like to try integrating XStandard into my CMS.
I've got a few questions:
The docs say to use a javascript to copy the edited data into a hidden field, and from that hidden field update the record in the database. I'm not sure how to integrate this with DMX's Update Record function which writes the "action" attribute of the form tag as
The javascript wants to post back to the same page
But so does Dreamweaver -- and the ASP will run before the javascript will.
So what, should we post twice; once through the javascript function (maybe to a second form?) and then to the database?
Is there more/more detailed documentation on this issue?
I'm using Dreamweaver MX 2004 and would like to try integrating XStandard into my CMS.
I've got a few questions:
The docs say to use a javascript to copy the edited data into a hidden field, and from that hidden field update the record in the database. I'm not sure how to integrate this with DMX's Update Record function which writes the "action" attribute of the form tag as
| Code: |
| <form name="update_info" id="update_info" method="POST" action="<%=MM_editAction%>"> |
The javascript wants to post back to the same page
| Code: |
| <form method="post" onsubmit="myOnSubmitEventHandler()" action="mypage.htm"> |
But so does Dreamweaver -- and the ASP will run before the javascript will.
So what, should we post twice; once through the javascript function (maybe to a second form?) and then to the database?
Is there more/more detailed documentation on this issue?
Hi Japhthor,
This forum is seup to discuss ways of making the markup generated by XStandard more accessible. In the future, please contact support@xstandard.com and they will be happy to help. You'll also get a reply to your answer quicker.
In regards to your issue, send Support the HTML that is sent to the browser. That will help them debug the issue.
This forum is seup to discuss ways of making the markup generated by XStandard more accessible. In the future, please contact support@xstandard.com and they will be happy to help. You'll also get a reply to your answer quicker.
In regards to your issue, send Support the HTML that is sent to the browser. That will help them debug the issue.


