Questions tagged as 'asp'

0
answers

Correct XSS error pointed to by Site Shielded - Classic ASP

I manage a site that has the seal of the armored site, recently I received an email from the armored site saying that its core had changed and the new scans could identify new errors. As expected, new bugs were identified that were properly f...
asked by 09.09.2015 / 03:31
1
answer

.Parameters.Append .CreateParameter is not passing the second parameter

I have a system in ASP Classico, and I'm trying to execute a SQL Server procedure passing two parameters. I originally passed only one selected date in a datepicker and it worked, now I want to pass an int value obtained in a combo (containin...
asked by 10.09.2015 / 15:46
0
answers

Modal screen does not close after searching the IFrame inside it

I decided to open this post, because the same is a continuation of a post I made, but with the following difference. The search I was having difficulty making from a Modal screen with IFrame in ASP, now works. The question now is that the Modal...
asked by 10.08.2015 / 15:26
1
answer

Run a page inside a jquery modal screen by ajax without IFrame

Is it possible to execute a page that is within my dir , within a modal without IFrame and ajax ? If so, how would I do it? At the moment my pages would have this path: ../../GEN/asp/pagina.asp?parâmetros= This would...
asked by 05.08.2015 / 19:57
0
answers

Knowing the value of the CheckBox inside a MultiView / View / DataList

I'd like to know how I could end the value of a checkbox which in turn is inside a DataList that is inserted inside a View and the latter within a MultiView . I tried some methods FindControl but without succ...
asked by 24.06.2015 / 00:35
3
answers

Barcode Generation - FPDF

I'm using classic asp generating the barcode in PDF. I found a problem, in the function below, calculate the barcode with one more digit, If someone can help you find the error thank you. I made several changes but could not get the res...
asked by 07.09.2015 / 02:23
0
answers

Enable div after x hours javascript

It's not possible to do this via code anymore ... So I have a div with a form, which should be enabled to fill the user only after 400h that the first part of this form (another div) has been finalized, when this div is enabled I have to fire...
asked by 31.03.2015 / 22:55
1
answer

ASP and paths in include

Hello, I have an application installed on IIS 8 whose default file makes include of other files in folders located before the default.asp directory. Exemplifying: The default.asp file is located at: httpdocs/www/pasta1/pasta2/pasta3.1/pa...
asked by 11.03.2015 / 18:14
1
answer

Error using sql command Insert (SQL Server), via classic ASP

Good evening, I'm having a problem executing a sql command through an ASP application. The command is this: strSql = " INSERT INTO movimento_tef_nsu ( "&_ " identificador "&_...
asked by 25.07.2014 / 14:07
0
answers

Retrieve values passed by Jquey on an ASP page

Dear friends, I have a big problem, I created a page that loads more values (load more) where I inform values via Jquery and retrieve it in another ASP page through request example: page_number = Request("page") See the Jquery code: $(...
asked by 13.11.2014 / 23:12