Displaying posts categorized under

Support

Can I target the redirect as _top or _blank?

In admentor2.asp there is a function called AdMentor_GetAdEx. Check for the lines>nXSize=oRS("xsize").Value
nYSize=oRS("ysize").Value
Beneath it I set sRet = …Change that line tosRet = "<center><a href=""" & sRedirUrl &"""" & " target=_blank>" & "<imgsrc=""" & sGifUrl & """" & "alt=""" & sAltText & """" & " border=0width=""" & nXSize & """" & "height=""" & nYSize & """" [...]

How to determine weights?

You can enter anything you like – weighting depends on the numbers relative to each other, that is
Banner A – weight 2 Banner B – weight 4 OR
Banner A – weight 20 Banner B – weight 40
This will yield the same results. That is banner B will be shown twice as many [...]

Microsoft OLE DB Provider for ODBC Drivers error ‘80004005′

a) You need to make sure permissions to update/add files in the directory where you store the Access mdb file are granted. Ask your webhost
b) try to change connect string. Strip all but the DRIVER= and DBQ= part.
c) If ad2000.mdb doesn’t work then try ad97.mdb. At one host I installed AdMentor they claimed [...]

[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query

Your database file must be in an directory with read/write permissions on. Ask your webhost if you are not sure.