09-02-04 11:20 PM
Hi, i migrate my site from site server to commerce server, in this site i
have distincts campaigns, white site server i see this campaigns in my site
with code like this: <%Set
ad=(Application("Ad")%><%myTags=array("ad.Size.PHoeLeftUp","ad.targetframe.n
w","ad.border.0")%>
, and i have distincts positions to displays this, now whit commerce server
2002 i can't indicate nothing about positions, please telme is this posible?
,
my site is make in asp, in this moment i can see the campaigns of my site in
commerce server whit this code:
<%
Set CSO = Server.CreateObject("Commerce.ContentSelector")
Set Ads = CSO.GetContent(Application("CSFAdsContext"))
For Each Ad in Ads
Response.Write(Ad)
Next
%>
but i can't indicate the position, i migrate the campaigns from site server
to commerce server, please telme how can indicate the position and other
options like site server, tanks
[ Post a follow-up to this message ]
|