A question from a novice on ASP coding.
I am using FP2000, and have a database results area preceded by an automatically generated search input form, both on the same ASP page. The search f...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10350781.htm...
Zones:
ASPDate Answered: 05/17/2000 Grade: A Views: 4
I have an Asp File , In one situation i am having a statment like the following..
<%
error=1
%>
<script language="javascript">
if(confirm("Are you sure"))
<%error=1%>
else
<%error=0%>
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11464058.htm...
Zones:
ASPDate Answered: 03/28/2002 Grade: A Views: 0
can someone help me call a server-side variable and assign it to a javascript variable. when a views the page, a blank screen comes out but when i view the source i get type mismatch error.
h...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20154068.htm...
Zones:
ASPDate Answered: 07/20/2001 Grade: B Views: 0
the problem in this code is: when i choose company and product and then i press NEXT, breakpoint receives undefined values, same with sales_charge
If i press NEXT on load and only after i select c...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20653618.html
Zones:
JavaScriptDate Answered: 06/23/2003 Grade: B Views: 0
I need help parsing an XML response into variables in an ASP page using JavaScript. Any help/examples would be great.
So, send and receive and XML using MSXML2.XMLHTTP. The response I receive ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20907724.htm...
Zones:
ASPDate Answered: 11/09/2004 Grade: A Views: 0
Hello.
I'm developing an application in which an ASP page has a series of checkboxes (reprintLots.asp). When the user submits the form using a Submit button, I'd like to open a new window (creat...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21790657.htm...
Zones:
ASPDate Answered: 03/27/2006 Grade: A Views: 0
Hi Experts,
How do I read data from XML...in asp or javascript either one or both...I have the following xml on my page,
<?xml version='1.0' encoding='utf-8' ?>
<GeocodeResult>
<InputAddress>4...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_22968932.htm...
look what have i done...:(
http://ilmc.brinkster.net/comersus/crm/00help.asp
i got mixed all the stuf...this creates form for every row...what is not good cause there is only one submit button....
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22970418.html
Zones:
JavaScript,
ASPDate Answered: 11/19/2007 Grade: C Views: 0
Hi All,
If this can be done in ASP it would work perfectly for me! Although feel it may come down to JavaScript.
I have the following code:
<tr>
<td width="123"><div align="center"><f...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_23054494.htm...
Zones:
ASP,
JavaScriptDate Answered: 01/02/2008 Grade: A Views: 0
I have 2 similar ASP pages with a record loop displaying records via HTML form elements.
The first page has one dropmenu per record, if a record is selected from the dropmenu i need the URL Quer...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23091340.html