Hi. Everyone
I’m using xslt styllesheet to transform my xml doc. into an html doc. The task includes embedding some JavaScript code for validation purpose, till this point there is no problem everything is going right. Once I tried to get an xhtml doc instead of html, JavaScript problem was...
Hi. Everyone
I’m using an xslt stylesheet to transform my xml document to an html doc. In addition I need to include some pieces of JavaScript for validation purpose. JavaScript code needed to be placed between /* <![CDATA[*/ and /*]]>*/ in order to avoid parsing issue. So far so good, but what...
Hi. Everyone
I’m using an xslt stylesheet to transform my xml document to an html doc. This task requires to include some pieces of JavaScript code in the <head> part of the target doc. unfortunately, xslt is unable to parse some of JavaScript signs and operators such as (&& - < - >= - ; and so...
Hi. 2 u
Could u tell me plz what’s wrong with my following code. I’d like to validate my HTML fields field by field. So, I can’t leave the first textbox unless it has been validated. My code allows me to submit empty fields. What’s wrong?
Any help is appreciated
<html>
<head>
<script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.