Sep 25, 2002 #1 diconti Programmer Sep 25, 2002 3 BR HI people, when I used the win98, the commands were recognized, after I installed the winXP it doesn't recognize more the commands Example: <p><b> hoje é <% WeekDay(Date) %>.feira </b></p> Why? Thanks for advance. Elias DiConti
HI people, when I used the win98, the commands were recognized, after I installed the winXP it doesn't recognize more the commands Example: <p><b> hoje é <% WeekDay(Date) %>.feira </b></p> Why? Thanks for advance. Elias DiConti
Sep 25, 2002 #2 GriffMG Programmer Mar 4, 2002 6,335 FR Is this HTML/ASP code? if so, try putting a equals sign in before the function: Code: <p><b> hoje é <%=WeekDay(Date) %>.feira </b></p> HTH Regards Griff Keep [Smile]ing Upvote 0 Downvote
Is this HTML/ASP code? if so, try putting a equals sign in before the function: Code: <p><b> hoje é <%=WeekDay(Date) %>.feira </b></p> HTH Regards Griff Keep [Smile]ing