Hello,
My client just received a new Win7/64-bit laptop with IE8. She moved from WinXP and IE8.
I support an ASP.NET-based web application that she runs via IE.
On the old laptop, everything ran successfully. On the new laptop, she is having trouble with the calendar controls.
• She...
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,
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...
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...
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...
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...
Hello,
I have a listbox of "selected items" that is dynamically filled by the user (by choosing items off an "Everything that's available" listbox). You've seen these with the "<" and ">" buttons to put things on the user's personal list and then remove...
Hello,
Is there a way to control the WIDTH of a drop-down menu so that it doesn't change every time you add new items to it or remove them? I would rather define a size and chop off an item than have the page keep dancing around.....
thanks, in advance,
Valerie
Hello,
I am getting ready to start my first "real" HTML/ASP/JavaScript/SQLServer project, and I'm just trying to scope out the situation.
I am used to writing projects that involve dozens of files worth of code. Each one may be relatively small but organized.
As I look through the...
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.