Sep 25, 2002 #1 diconti Programmer Joined Sep 25, 2002 Messages 3 Location 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 Joined Mar 4, 2002 Messages 6,345 Location 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