Log in   Register a New Account

Accessify Forum - Discuss Website Accessibility

New to the forum?

Only an email address is required.

Register Here

Already registered? Log In

Currently Online

No registered users are online.

xStandard + Dreamweaver

  • Reply to topic
  • Post new topic
Reply with quote 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

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?
Reply with quote 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.

Vlad Alexander
XStandard Development Team
http://xstandard.com

Display posts from previous:   

All times are GMT

  • Reply to topic
  • Post new topic