Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested Web Development Solutions: 76 - 100 of 2162
 
A process serving application pool 'DefaultAppPool' terminated unexpectedly
this is for use internally so whatever security issues are not a problem.  i just need to know what to setup to make it work.  i would like to be able to click on a link, or button or somethin...
I feel like a real idiot.  I'm still new with JavaScript, and RegExp.  I need to validate file names in a form before users upload them to our server with names that http can't handle displayi...
hi all, I have a form field ( text box ), i want to limit the input to numbers that too between 1-255 only. How can i validate the form field to control the user input?. How can we do i...
Hello, I can't seem to remember how to set the selected value on a dropdownlist for an edit page. Here's the scenario: The edit form has drop downs such dropdownLanguage and dropdownS...
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...
Hello i have this script on my page to verify the length of the checkboxes on the page. for(i=0; i<document.form.checkbox.length-1; ++i)           {if (document.form.checkbox[i].checked)                retur...
Hi there, I have knocked up a site that has small pdf downloads on the 'marketing archive' pages.  This is running on apache on my own Gentoo Linux based Sun Ultra 60.... http://www.eagl...
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...
I am getting the following error in my windows 2003 server. Event Type:     Error Event Source:     Active Server Pages Event Category:     None Event ID:     5 Date:          3/5/2004 Time:          5:52:40 AM User:...
Recently I ran into an issue while trying to add form elements to an existing form on a page using AJAX.  I was using PHP, but I imagine this isn't just specific to PHP. Rough example... ...
I understand that I can parse the HTTP-Referrer to determine where the request is coming from but how do I do that if the member is referred/linked from a SSL connection?  I have been told tha...
I need a way in Javascript to check to see if string starts with 'ste' OR 'Ste'. (Extra 100 points if you can also give me a PHP way)
HOw can I modify text in text Area.  assuming there is already some text in text aria
Dear Experts, How to export a html table within a dive tag to excel?? Below is what I have so far but it is not working properly. I expect by clicking on "export to excel" hyperlink, a ...
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??...
Hi everyone: I created a web site for a small company and I want to put this site into all the search engines: How do I do that?
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...
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';...
Hi Experts, Quick bit of background info to set the scene: The product I work with is a J2EE web application, which implements JAAS.  This allows customers to write custom login modules ...
can anyone tell me how to hide the scrollbar for a iframe, and show it again when the src content of the iframe is larger than the height/width of the iframe? this is very very urgent so 50...
hello, i have a sort of validation that i need to implement in my form. there are textboxes that should accept only numbers. as the user types the appropriate commas should appear accord...
In a .hta application with VBScript, how do I specify or immediately change the size of the main (and only) window?  In this app I present a radio button list of 4 options to select, then perf...
I would like to add a remote desktop connection to my website, which works now, if I put the IP address of the server in the box. I dont want to reveal the IP address, so is it possible, that ...
I am having a problem: I want to be able to Upload a file AND email the fields with the uploaded file as an attachement using the same form. Only I can't do both because I get this error when...