what is syntax of wapper class
Answer / vimal
<fo:wrapper>
<!--
Contents:(#PCDATA|bidi-override|
character|external-graphic|
instream-foreign-object|inline|
inline-container|leader|page-number|
page-number-citation|basic-link|
multi-toggle|block|block-container|
table-and-caption|table|list-block)*
-->
</fo:wrapper>
| Is This Answer Correct ? | 3 Yes | 0 No |
what is eval pls breif information send me
How to set a html document's background color?
What will be the output of the following statements?
Is javascript enabled on chrome?
How to call a function inside a function in javascript?
How many functions are there in javascript?
How do I disable javascript in my browser?
Explain the term closure?
What is called variable?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
Why do we need to declare variables?
What is a function object?