Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested Web Development Solutions: 101 - 125 of 1283
 
I have a list of about 2000 locations (Country-Region-City) and I am considering using them as options in a dropdown menu with one option preselected. I would like to know: 1) Is it feasibl...
I've written a little online page editor using an IFRAME in designMode.  All works well except 1 thing that keeps bugging me. When typing in the frame, upon pressing Enter, the IFRAME creat...
Hi All,          In ASP.NET , I am using window.showModalDialog method to open a modal window. But when I try to do some processing in the modal window, it opens up another window. Like I hav...
I think you need to be more elaborate in your question to experts exchange. It is not very easy to understand what you are trying to do. Example. I have a php webpage with an html drop down...
Hello Experts, On my website i 'd like put "print this page" img button to let visitors to see the page first then to print the page they are currently seeing. I created print friendly CSS....
A stable system (until yesterday) has me baffled.  The World Wide Web Publishing service will not start. System Info: 1. Win2000 Sp4: all updates applied 2. No recent changes to the serve...
I m working on pdf. I have to get the exact value in millimeter for a pixel for an image. Lets say an image with height 100 pixel and width 200 pixel . What is the conversion formula to conver...
First, I know this description is lengthy, but necessary to accurately explain the problem! We have a very large web application (over 900 pages) that was originally written in classic ASP....
I have two web applications running on the same server. One is using port 80 and the other is using port 81. When accessing my web application with the port 80, it works but when I change it t...
I have a simple class written in PHP5. I want to have 2 constructors in my class. I want to choose the constructor to use based on number of variables passed. Is this possible in PHP 5? Obj...
Does anyone know how to make this work in Mozilla? <table border="1"> <tr style="background-color:#F0F8FF;" onMouseOver="myRow.style.background='#C1D1E2';myCell.style.background='#C1D1E2';...
Greetings Experts! I have a problem, I hope I can describe it clearly, it is somewhat annoying and troublesome and weird. Here is what is going on: On my aspx page, I have two textbox cont...
Hello Folks, I have a question about JS. I am trying to achieve the following. I have a <select> list with 4 options viz US, Canada, China and Other. Lets call it List1. I have a second ...
I have a recordset that MIGHT come back empty from my SQL query.  I want to output the recordset, but my pages error out when I try to response.write a NULL set.  I basically need to find the ...
Hi, I want to show and hide DIV-elements by using multiple radio buttons (and diffent radio names). The problem is that when I "hit" a radio button the content of the other radio b...
I need to be able to open a pop up window.  The popup window takes the lineId from the parent window.  E.g.  I click on Item # 2355.  The child window opens and shows me details of Item#2355 t...
Hello, and thank you for taking the time to read up on my post.  I recently had to backup my data and reformat my data due to a corrupt XP.  I've configured thunderbird now so it has my POP3 s...
Hi experts, Please help ... My environment: Windows 2003, IIS wiuth ASP.Net and C#, set up authentication with SMTP server I use ASP.Net with C# and call CDO.dll to send mail via SMTP...
I had a web site running with ASP. I want to know who visit my site. Instead of knowing their IP address, how can i get the client Computer name or User Name.. Eg. Tom surf my site through...
Hi All, 1) I need to check a textbox for numeric data input using Javascript and need to let the user proceed further only if the data entered is numeric. How do I ensure this? If the user ...
I have a two frame page with a submit button in the top frame which posts the top frame and writes the bottom frame to file via some perling.  I would like to incorporate an "OnSubmit" with th...
My website uses ASP and a VB5 DLL accessing SQL databases. I have moved to new servers and now have a problem with dllhost pegging the CPU at 100% on the webserver computer. The SQL server com...
I currently have a situation where I submit a form utilizing Post to an external web page (PostData.asp).  In return I get a GUID uniquely identifying the information in the form.  I then manu...
I got this sample code below and in IE and Opera it works but in Firefox the height of the <div id="overview"> is not scaled with the context - the background color does not show on the text??...
I would like to be able to "lock" a radio button much in the same way that a text field can be "locked" using the Readonly property.  I have tried the Disable property but it changes the appea...