Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Web Languages/Standards Solutions: 51 - 75 of 754
 
I have a query (in MySQL): SELECT l_partno, l_qty, i_login, FROM requirements_table, inventory_table WHERE requirements_table.l_partno = inventory_table.i_partno; Now, it is possible th...
Quick question here: I am trying to find the regular expression for my RegularExpressionValidator that will allow alphanumeric/numeric characters but will *not* allow single (') or double (...
Can someone please tell me how I can write a Quote to a text file using VBScript? I am have already tried file.Write("\"") Thank you, Cindy
An Unhandled win32 exception occurred in spoolsv.exe [1396]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In...
I have a background image that I've tiled and stretched which works great in Firefox, but not IE. Is there a method or hack that allows the image to stretch completely in IE? So far I have as ...
I have googled til I am googled out. Is their an online(free) tutorial on using vbscript to acesss XML( beginning tutorial) and if so what is the URL? Thanks Annas
I have a ASP.Net application (let's call it: DotNetApp) using C# codebehind that is connecting to an Access 2002 database (let's call it test.mdb).  I get the following error (generated by my ...
I am using a textbox to capture a phone number entered by a user.  I am using the AJAX MaskedEditExtender control on the textbox to mask the phone number to a desired format.  I also want to r...
hi, I want to do the same effect that this page is doing to its background: http://www.communitymx.com/abstract.cfm?cid=EFF88B8F98D0B633 There is a transparent static image in the backgro...
I need to connect to the oracle database server to run a stored procedure from the vbscript. Now I dont have the oracle odbc driver in my PC.(windows 2003 server) How can i link to the oracl...
Hi, I want to place a HTML file on each of our user's desktops, that is just one page with no links in it. I want them to be able to double-click on this to open it, and it opens at a sp...
Hello, On my ASP.NET search page I have this html button control, which I use for the sole purpose of getting an underlined first letter: <button id="btnSearch" runat="server" type="subm...
I have a webpage at the moment which uses innerWidth and innerHeight like below <a href="menswear_suits_hatfield.htm" target="_blank" onclick="window.open(this.href,this.target,'innerWidth=...
I have converted Japanese characters (ex. Õ£ ) to html character entities (ex. &#12501;&#12451;) but now I need to go in the reverse direction. I need to convert &#12501;&#12451; back to Õ£. R...
I  have a function in java script <SCRIPT LANGUAGE="JavaScript">       <!--Hide script from old browsers      function OpenNewWindow(cPicture,nWidth,nHeight,cMessage,nBorder)      {      NewWindow=win...
How do I open Word document using VBScript?
Hello experts, I've got a normal Button in a frame, this frame is loaded into a Iframe. I want to refresh the Iframe when clicking on the button. How can I do that?
i have a web page with 2 iframes in it side by side the right iframe must be a specidied width the left iframe i want it to take up the rest of the window width no matter what they resiz...
Is there a way the parent window can read a javascript variable from an iframe contained in it?
I have a web form with each row created dynamically from a recordset using ASP. The text boxes on the form are named dynamically depending on the row ID number. I am trying to get a list menu ...
Hello.  I am using Classic ASP VBScript with MS Access. I have a user logging into a site.  I have 2 login fields ("username" and "password").  The database, however, has 4 fields of {usern...
I'll try to keep it simple. I have a form with three radio buttons. When clicking on each radio button it shows the corresponding <Table> and fields for that selection, and hides the other ...
Hi, I keep getting this error message below?  What is telling me that the message size is the problem and where do I change this?  This error message happens when you checkout using Paypal ...
I have two dropdown and if i select one dropdown the corresponding values will be fetch from Database and fill into another drop down. In this case how to use AJAX in ASP Page
Here is the situation, i have an installation CD that launches an HTA program.  I want that HTA program to have clickable links that when clicked start another program on the cd (in this insta...