Questions tagged as 'asp'

1
answer

How to post for how many hours the post has been posted?

I have a site here that is popping problems more and more. It was done in ASP CLASSIC by another programmer and I'm more lost than anything else in this messy logic. The problem is this: the site is a news portal, in which, as all posts are...
asked by 24.08.2017 / 05:32
1
answer

Generation of Excel in classic asp generating blank worksheet

I have a testexcel.asp file that for excel generation: <%@ Language=VBScript %> <% Response.AddHeader "Content-Disposition", "attachment; filename=excelTest.xls" Response.ContentType = "application/vnd.ms-excel" %> <table>...
asked by 26.07.2016 / 23:02
1
answer

Perform update and insert in mysql via asp classic

Good morning people I would like to help a little bit boring, maybe even something banal I have a page in asp connect.asp as follows <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"% <% dim conn sub AbreConn() 'Criamos o objeto de conexã...
asked by 04.01.2016 / 14:45
1
answer

Sending email asp net - Gmail [duplicate]

Follow the email sending code, The reported error is in google's SMTP access. StringBuilder conteudo = new StringBuilder(); conteudo.Append("O Srº(ª) " + "<b>" + txtNome + "</b>" + " entrou em contato pelo site no di...
asked by 22.01.2016 / 18:01
1
answer

Distorting an image using HTML 5 Canvas

I need to apply this image: Indifferentforms,likecups,bracelets,T-shirts,liketheseexamples I tried with component AspJpeg , but I saw with the developers that made this component that it is not possible to round up the way I need, ju...
asked by 02.10.2015 / 22:26
2
answers

Page size equal to the size of the IFrame

How do I make a page that is running inside an IFrame exactly the same as the IFrame? My IFrame has 700px X 500px, but the page that is running inside it takes up half the IFrame or less and creates horizontal and vertical scrolling. How I do? I...
asked by 05.08.2015 / 20:47
1
answer

How to set the default UTF-8 page encoding in IIS on Windows Server?

I have an encoding problem with the default template of Bootstrap , specifically carousel . The official code has the goal defined as follows: <html lang="en"> <head> <meta http-equiv="X-UA-Compatible"> <m...
asked by 09.09.2015 / 23:00
1
answer

Problem with CSS and ASP Button

I am trying to put a ASP button with a certain class CSS but I am not able to put the ASP button working according to CSS . If the button is HTML it gives no problem. CSS Code : .images_1_of_5 .button{...
asked by 23.06.2015 / 19:17
1
answer

Problem with classic MapPath ASP

You are giving the following message when I click the "send email" button:    006 ~ ASP 0173 ~ Invalid Path Character ~ An invalid character was specified in the Path parameter for the MapPath method. How do I solve this problem? I do not...
asked by 12.06.2015 / 15:41
1
answer

problem with response.redirect

The response.redirect is causing my javascript msg to be undone, how do I run redirecit and make the message appear? if request("action2") = "alteracliente" then sql3 = "update clientes set nome_cliente ='"&request("nome2")&"',desc...
asked by 21.05.2015 / 15:00