TheunisP
Posts: 342
|
| Posted: 11/24/2006, 6:02 AM |
|
Hi 1 and all, maybe someone can help
I need this line in my ASP page
<%@ CodePage=1252 TRANSACTION=Required%>
But CSS keeps on adding
<%@ CodePage=1252 %>
so I end up with:
<%@ CodePage=1252 %>
<%@ CodePage=1252 TRANSACTION=Required%>
and ASP doesn't like 2 lines with <%@ so how do I stop CSS being too clever 
Later
T
|
 |
 |
wkempees
|
| Posted: 11/27/2006, 3:53 PM |
|
Theunis
Have you tried the 'new' attribute?
Insert attribute and assign it in After Initialize ?
If that works on one page you might try and do that to the Default template
page?
Just a guess.
Walter
"TheunisP" <TheunisP@forum.codecharge> schreef in bericht
news:64566fb803163c@news.codecharge.com...
> Hi 1 and all, maybe someone can help
>
> I need this line in my ASP page
> <%@ CodePage=1252 TRANSACTION=Required%>
>
> But CSS keeps on adding
> <%@ CodePage=1252 %>
>
> so I end up with:
> <%@ CodePage=1252 %>
> <%@ CodePage=1252 TRANSACTION=Required%>
>
>
> and ASP doesn't like 2 lines with <%@ so how do I stop CSS being too
> clever
> 
>
> Later
> T
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|