...• She clicks on the same date as the first time, but now it successfully populates the associated text box
I cannot reproduce this problem on *my* Win7/64-bit laptop with IE8, but mine was imaged by my employer rather than hers.
I don't really even know where to start. Are there IE...
Hello,
I have a table (TABLE_A) with an ID field that we use seq.nextval to populate on INSERT.
TABLE_A:
ID
<other stuff>
USER_NAME
And I have a second table (TABLE_B) which may contains multiple records for each ID:
TABLE_B:
ID
USER_NAME
When we insert into TABLE_A, we provide all the...
Hi,
In my workplace, we have an Office 2000 or 2003 MS Word document with embedded macros that are accessed via a custom menu. The menu shows up right along the top of the document in line with File, Edit, etc... When a user clicks on it, he gets a drop-down list of functions, each of which...
I have a problem that I've seen addressed multiple times in this forum, but I've tried the previously posted solution and I just can't seem to get it right.
I have a frameset as part of a simple web site for viewing family pictures.
Frames Page code looks like this:
<FRAMESET cols="30%,70%"...
Hello,
I have a web page with a java applet on it. When I load the web page, *nothing* is displayed in the space where the applet should be (not even a gray box). The status bar indicates that the applet is started.
If I minimize the IE window and then maximize it again, the applet is...
Hello dpdg, I am in the EXACT same situation that you have described.
Did you ever find a solution to this problem? Any advice would be greatly appreciated.
Hi!
WHY OPEN THE FILE:
At this point in the process, the file exists on the server, but we need to open it in order to process the records within it. We have some validation/verification logic to carry out, then we store the updated records into the database.
In C#:
xl = new...
Hello,
I have an ASP.NET application that allows users to download their data into an Excel spreadsheet, then edit it and then upload it back into the Oracle database.
When uploading the data, we are copying the Excel file to the IIS server in a folder inside the virtual directory (this seems...
Tracy,
Thanks for responding! Here is a set of small pages that will demonstrate the problem. If you create these and put them into a Virt Dir, just browse to Example.asp and click on the text. When the pop-up box is displayed, you can choose Cancel to see the problem.
Thanks again for...
I have a JS client side function that is carrying out a submit when a user clicks on a hyperlink. strURL will point to the page that the user is being sent to.
function SubmitPage(strURL)
{
document.MyForm.method ="POST";
document.MyForm.action = strURL;
document.MyForm.submit();
}
I am...
I think I answered my own question. The first line has to stay in every file, but the second line (the one I anticipate changing in the future) can go into a one-line function. I pass adoConnection back and forth to/from the function and it seems to work.
Hi,
I have a web application with many (JavaScript) ASP pages. Currently, the following lines are in every one:
var adoConnection = Server.CreateObject("ADODB.Connection");
adoConnection.Open("DSN=MY_DSN");
This connection string may have to change in the future - due to...
No problem, Mike. I have tried with and without the separate declaration for the array, and neither have worked. The frustrating part is that I have written it exactly as I have read it from several of my reference books (with/without the array declaration, with/without using a variable to...
Mike,
This is an asp file, but the language is JavaScript, that is why I used the syntax that I did for the .split and the "var" to dimension my variable.
Thanks,
Valerie
I am having the most ridiculous problems getting the split method to do what I want. All I am trying to do is split a string using the carat (^) as a delimiter. Here is the code for two simple pages: an htm file and the asp file that it posts to. I know the answer must be simple, but I am...
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.