benjamin64
New Member

84 Posts |
Posted - 30 July 2003 : 14:39:29
|
can any one tell why this dont work
<% @language = vbscript %> <% option explicit %> <html> <head> <title>vis reklamer</title> </head> <body bgcolor=#000000>
This is the page which load the banner <% dim adrot set adrot = server.createobject("MSWC.adrotator") adrot.border = 1 adrot.clickable = true adrot.Targetframe = "new" response.write(adrot.getadvertisement("banner/banner.txt")) %></body><html>
this is the banner.txt file redirect count.asp width 468 height 60 * bannerpåsidenleft\mcselec.gif http://www.eb.nu eb 10 ad_eurocomp.gif http://www.softng.com so 20
and this is the count.asp <% @language = vbscript%> <% stradvertiserurl = request.querystring("url") respons.appendtolog stradvertiserurl response.redirect(stradvertiserurl) %>
when i click on the banner if opens a new window, but does not write the adress only also the adress of my site first like this http://www.test.test/test/main/1tæller.asp?url=http://www.eb.nu&image=bannerleft\mcsec.gif
instead of http://www.eb.nu |
|