Missing Argument Error
|
-
An <mgiIf> tag was found but it is missing its "body"
argument. This argument is the text and/or HTML code that resides between the <mgiIf> and </mgiIf> tags. Within the body, an optional <mgiElse> tag is supported. If the tested condition is true, all the text before the <mgiElse> tag is displayed or, if there is no <mgiElse> tag, the entire body is displayed. If there is an <mgiElse> tag and the condition is false, then all the text between the <mgiElse> tag and the </mgiIf> tag is displayed.
For example:
<mgiIf target="referrer" value="www.pageplanetsoftware.com"> This is the text that will be displaed if the condition is true. </mgiIf>
This is the HTML code that was being processed:
uetadora, Etiquetadoras Para Recipientes Rredondos, Crandall International</TITLE>
<META name="keywords" content="etiquetadora, etiquetas">
<BODY BACKGROUND="../GIF/CrandallLogo4.gif">
</HEAD>
<BODY> <mgiIf target="referrer" relationship="contains" value="crandall.ru" match="partial" scope="Site"> I'm sorry, access to this website has been blocked from crandall.ru. <mgiElse>
<BODY> <mgiIf target="referrer" relationship="contains" value="crandall.ru" match="partial" scope="Site"> I'm sorry, ac |
Try this...
|
-
Check to see if this tag's corresponding </mgiIf> tag is missing or misspelled.
|