Questions tagged as 'asp'

1
answer

Class active in the menu using include in asp

In my asp pages I use an include to call a file that contains my menu: <!--#include file ="cabecalho.asp"--> Menu file: <!DOCTYPE HTML> <html lang="pt-br"> <head> <meta charset="UTF-8"> &l...
asked by 25.07.2016 / 20:59
1
answer

Send two parameters in a hred using classic asp

I would like the code below to send two parameters to the request page of name DetalheComercio.asp . The parameters would be: Neighborhood and Category (the link below sends only one category parameter). This page pulls data from a Name Ta...
asked by 27.07.2016 / 14:00
1
answer

Construct a table on page B with DB data and unload on page A by ajax_jquery

I now need a b.asp file, build and populate a table (html), and then download it through ajax in the a.asp file. So: b.asp file <%@ LANGUAGE="VBSCRIPT" %> <% Option explicit %> <!--#include file="../../gen/inc/EBAXML.in...
asked by 24.09.2015 / 20:07
1
answer

Refresh to div without loading other content

Good morning everyone! I have a page in ASP that basically has 2 divs. A div where there is a panel that connects to a database and takes out information from there (a kind of dashboard) and a div where there is a slider of messages. What...
asked by 24.06.2015 / 15:07
1
answer

Alternating Web Pages Every Time

Good morning! We have two panels in two different ASP pages. We need in panel 1 and panel 2 there is some way to call each other every so long. Is there some way maybe with JAVASCRIPT? Example: Panel 1 is 3 minutes showing on the TV in...
asked by 17.07.2015 / 16:57
1
answer

ASP with SQL bringing different query result

Good afternoon! We are finalizing a panel that will bring the results of a SQL into an ASP page. We already have two finalized panels that are pulling the results perfectly. Only one of the panels does not return the result with the SELECT th...
asked by 16.07.2015 / 20:16
1
answer

Optimize printing of large SQL Server results through ASP

Today I have a classic ASP page with an unconventional chain-select (read "armengado") that returns a populated select with some data from a sql-server (2005) database. I select the building and return the number of skill floors for delivery...
asked by 06.05.2015 / 13:35
1
answer

Move object with position of another element on the screen with clientX

I have the following code that is functional in IE7 function ScrollControl() { var obj = window.event.srcElement; var evento = obj.componentFromPoint(event.clientX,event.clientY); window.div_cabecalho.scrollLeft = obj.scrollLeft; }...
asked by 21.11.2014 / 20:14
1
answer

How to display form of a BD Access directly on a website?

I want to put the information of .mdb on a site, to make it available to the public. When opened in Access, it has forms for querying. Can I have a website that directly displays these forms on the screen? Or would I have to crea...
asked by 26.11.2014 / 19:02
2
answers

Map path of another project

I have a ASP WEB solution, and I have 4 projects in the solution. I have to map the path of a folder ( Images ) that is in a project named ADMIN . And from my WEB project I have to save the images inside this same folder. My dire...
asked by 15.05.2014 / 22:37