Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unrecognizable commands

Status
Not open for further replies.

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
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top