Questions tagged as 'asp'

1
answer

Change image src

I have a field that calls img, in it I record the name of the image, for example: 001.jpg, where "1" corresponds to the record ID. I have a routine that changes the image and is working, the change is made by jQuery and ASP. But when I cha...
asked by 25.07.2015 / 00:01
2
answers

Which alternative to replace ASP code with JavaScript?

I have this code in asp and javascript . <%if trim(ind_tipo_proposta_pj) = "S" then%> var onum_seq_proposta_pj_ts = eval(txt_chamada + txt_prefixo + '<%Response.Write prefixo%><%Response.Write nome_c...
asked by 13.08.2015 / 21:54
2
answers

Relative path to txt in ASP

Good afternoon, I am generating a file with Asp net the function saved in HD if I put the path, however this file will be saved on a server and I am having difficulty to place the relative path of the location where this file will be saved, I do...
asked by 23.10.2018 / 20:09
1
answer

javascript code is giving error

I posted a thread here that dealt with how to replace an ASP code with Javascript cleaner. Well, I had a lot of help from Maicon and TobyMosque. Well, I made the changes, to my understanding and gives an error that I could not eliminate. See b...
asked by 18.08.2015 / 19:46
3
answers

Monetary unit with JSON

I'm getting a JSON currency format as follows "Preco" : "2299.0000" Appearing on my form (ASP Classic / HTML):    $ 22,990,000.00 How to do this treatment? Do you have to use JS? The correct value that should appear is: $ 2299.0...
asked by 22.12.2014 / 11:51
3
answers

Email sending form - classic asp

I need help with sending e-mail from a form with html . The form is already ready and I had a PHP code that was sending this, however the client server is not accepting the PHP code and I need to change it to ASP ....
asked by 05.12.2017 / 17:33
1
answer

What is the best way to read an IPTC header from an image? W#

What is the best way to read the IPTC header of an image? I have the following image and I had to read the description of it (for a bank of images), but I already researched many forms that were confusing for me. Has anyone done this and can you...
asked by 25.05.2017 / 17:30
1
answer

Namespace does not work correctly / BC30002: Type 'prod' is not defined

I was asked to solve a system problem of a client in asp.net (Linguaguem in which I do not dominate). Without further ado ... My Product.aspx file has the following directive <%@ Import Namespace="Sitefeito.Mkraeprod" %> Some lines...
asked by 11.06.2015 / 03:30
1
answer

How to display an alert and clear fields with classic asp?

How do I display an alert and clear the textbox fields in asp classic? I'm starting to mess with classic asp now, I'm lost, just know asp.net. Can I use something from ASP.NET?     
asked by 29.05.2015 / 22:09
1
answer

ASP does not save session data

I have a page that logs in to the client. This page goes up to the session id and client name like this: session("user_id") = rec_user("chave") session("user_name") = rec_user("nome) I have another page that uses this information to verif...
asked by 01.05.2014 / 14:05