This is the code that I am using:
<script type="text/javascript">
var cnt=0;
function newForm(objid)
{
cnt++;
document.getElementById('form_count').value=cnt;
obj=document.getElementById(objid);
var dup=obj.cloneNode(true);
var ie=(document.all &&...
Hi Dan,
I actually just installed Firefox and Netscape to test it and neither of them even created the form elements. I have to admit, I am now looking at non javascript options to get this done even though they will be more cumbersome.
cheers
ab
I changed that line, but it still presents the "is null or not an object" error. When it looped through all the form elements, it displayed the field name so I'm still stuck.
Cheers
ab
Hi All,
I'm pretty much a novice at javascript and have a hit a roadblock with a piece of code. I have a form which automatically adds new fields when the user tabs off of a certain field. This part of the code works fine, however when I try to set the options for a newly created 'select'...
Hi All,
I had Tomcat 4.1 set up on win 2K and connecting to another webserver running Tomcat on Windows server 2003. Unfortunately the win2K server has gone to the IT graveyard recently. I have now built another server based on Windows Server 2003 but I can not configure it to connect to the...
Hi All,
WE are having colossal problems with removing an install of Exchange 2003. Upon rebooting, the server tries to restart the exifs service which does not exist. That's problem one.
When I run the exchange setup cd and choose to uninstall Exchange, I get errors with activesync and OMA...
Hi All,
Can someone help me with finding a way to rename a table in an Access 2000 database using SQL commands in asp please?
Either the solution or a pointer to the right resource would be great.
Cheers
ab
Hi,
Try setting up your sql select string like this:
strSQL = "Select * From tbladdressbook ORDER BY fldSurname DESC;"
Substitute tbladdressbook for your table name and fldSurname with the name of the field you want to sort by.
If you want to sort from A-Z remove 'DESC'.
Cheers
ab
Hi,
This is what I use:
In the page that checks for the records insert the following (replace 'rs' with your recordset name):
If rs.eof then
response.redirect ("null.asp?strError=3")
End If
In null.asp I use the following line to write the response.
If strError = "3"...
Hi,
This is a bit of a messy way to handle things, but you could try redirecting away from the page first. The page that you redirect to could send you back to the correct page thus forcing the refresh.
Cheers
ab
Hi,
Just speculating, but it might be because 'Documents and Settings' contains whitespace. I'm not sure how well the web server would handle this?
Cheers
ab
Hi All,
I have a question that is way out of my experience level. Our company has an existing site which is written in asp but our ever-so-thoughtful manager has gone and bought some web-enabled software that is written entirely in jsp. The software runs on Apache Tomcat and I have been told...
Hi All,
I am after some advice on how to report on daily usage statistics for individual users. I was thinking there must be a way to interrogate the send and receive logs but I've got no idea where to start. I want to be able to show the number of emails and if possible how much data was...
Hi,
I have two sites that I want to connect through a VPN. Can someone please suggest either hot to do it or where to source the best information for doing this?
Regards
ab
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.