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 Languages/Standards Solutions: 101 - 125 of 754
 
Hello I have a piece of code that retrieves email from my pop3 account it save it to a mysql db. I have the following problem when I display the text in my browser it goes fine unless ther...
Hello experts, I'm using JQuery to validate a form. Everything works fine, but I'm having trouble formatting the "masked input" plugin code into my validation code. Can someone help? ...
hi, i tried to run a script which uses php mailer, but I get this message..... Warning: main(class.phpmailer.php): failed to open stream: No such file or directory in /home Now do I ask ...
Here is my skin: <asp:GridView runat="server" Font-Name="Arial" /> <asp:GridView runat="server" SkinID="Professional" Font-Name="Verdana"                 Font-Size="13pt" Cellpadding="4"  ...
I have a TEXTAREA field in a form the value of which is passed on to the next page where I am trying to display the entered text. The problem is that everything is displayed in one line with...
Hi background-image is not an option as the image in question has an image map that responds to javascript mouseover events. The image is contained in a div         <div id="divMapFi...
Besides styling the entire <select>, can I style individual <option> tags?
Hello, I'm trying to pull data from a SQL Server database, but I'm getting this error: System.InvalidOperationException: ExecuteReader requires an open and available Connection. The conne...
Hi, Is there a way of sending out an automatic email to a preditermind address as soon as a file is added to an ftp folder/dir on my shared web space (Linux)? Ideally PHP but not sure if...
Dear all, Can anyone teach me how to open an Excel file and read the data in it by using VBScript inside an ASP page? Or is there any reference for this matter? Thanks. Alan
I want to customize a gridview so the columns display data horizontally.  Basically what my end result will look like is something close to this example here: www.theravive.com/temp/gridvie...
Hello I'm developing my first PHP web site based on a previous one i developed in ASP. I'm passing a parameter (id) in the URL and i want to hide it. Every .php file is redirected (when loa...
Hi, I'm trying to do something like this, but I need help. I have a table which contains Adverts for a magazine, there is a column cotaining Ad Headings. I have also stored HTML tags a...
Hi. I have a div layer stacked on top of a table. It's hidden at first. When I click on a link, the div layer will basically slide up and stop in its position. And once click again, the div l...
I am creating a navigation suing a list (UL and LI). I am creating tabs using the method from "A list apart". I have this working, except my current tab I want to be larger than the others. I ...
I want to put two columns of checkboxes on a page... one column labeled "yes", one labeled "no". I want the "yes" boxes to all be checked...I don't want them to be uncheckable...if you t...
I have a hta wrapper that contains a flash navigation bar and a iframe. The Flash outside of the iframe communicates with the page inside the iframe using javascript, and vice versa. My pro...
In ASP i am able to list all session variables and corresponding values. How can i do this in JSP?
I am trying to rewrite the following function into php. I can get the php code to reset the password and that is usable, but can not get it to set the password expiration time or warnings. ...
Hi, I am using the jquery.validate.js plugin  to validate forms. There's a function in the html page:           errorPlacement: function(error, element) {                if ( element.is(":radio") )                     er...
below is my code in which it displays all the pictures in the directory and user get to check mark only one picture and hit submit, so it should put that picture in my JavaScript text editor, ...
I am working on a site at this address (hosted from my server): http://98.214.215.136/about.aspx I am overlapping two div layers. The top layer has text and the bottom layer is an 85% op...
Hi, I have a web application based on struts framework. My database table has some required fields and some nullable. The problem I have is if I leave the field in my web form empty, the ap...
Is there any way to display a "BrowseForFile" dialog, similar to the   BrowseForFolder method of the shell object?  I am   looking for a way to allow the user to select a FILE or a FOLDER ...
Hello everyone, I am having a problem with GetObject. I am getting an error that the activeX component can't create the object: 'GetObject' This same script works great as a .vbs file. ...