Hello,
I have an entity called article
with attributes:
articleno(number)
articlename(text)
artdate(date)
synopsis(text)
I want everytime I view the webpage to display a different articl...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20397237.htm...
Zones:
ASPDate Answered: 11/18/2002 Grade: B Views: 0
I need to get an asp page to use multiple repeated regions.
I am using Javascript in asp pages (I know I should use VBscript)
Anyway, I am also using Dreamweaver to build the data pages becau...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20441687.htm...
Zones:
ASPDate Answered: 01/02/2003 Grade: A Views: 0
Hi,
I need to assign JavaScript variable value of 'sNewName' to ASP variable 'vNames'
Could any one help me on this please...
Thanks,
Chandi
test.asp
<%
Dim vNames
...
%>
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20523284.htm...
Zones:
ASPDate Answered: 04/19/2003 Grade: A Views: 0
I am trying to use a simple javascript password to protect a dynamically created link. I tried to pass the variables like I would in ASP, but obviously it didn't work. The variables are defined o...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20547789.html
I have a form which takes census information. I have two buttons on the form one button saves the information and returns to the census screen to take more input. The other buttons function is to g...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_20624...
Hi I am trying to do the following recordset filter but think my syntax is wrong for including the variable. I am programming in ASP with javascript as the scripting language. The line below normal...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20707436.htm...
Zones:
ASPDate Answered: 01/21/2004 Grade: A Views: 0
I have the following line:
document.frames['calcframe'].document.location.replace("checkpostcode.asp?code=" + document.all["postcode"].value);
This redirects to the page: checkpostcode.asp?c...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20790825.htm...
Zones:
ASPDate Answered: 11/13/2003 Grade: A Views: 0
This question is posted here and in the SQL Server section. Answer it and you'll get all 1000 points.
When I call this procedure from the DBMS, I get the correct result which is one row contain...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20898051.htm...
Zones:
ASPDate Answered: 02/27/2004 Grade: A Views: 0
What I need is that as the page unloads(or get closed), it inserts all records into the database. The database is built in MS Access. I've even used a slight JavaScript within the code. What modifi...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21140384.htm...
Zones:
ASPDate Answered: 09/23/2004 Grade: C Views: 0
Hi I'm trying to execute this javascript server-side to send a email from my ASP page. This is the code that I'm using, but I'm getting the following error in the broswer...
// Email Information...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21186620.html
Zones:
JavaScriptDate Answered: 10/28/2004 Grade: A Views: 0