2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top HTML Solutions: 1 - 25 of 378
 
Dear experts,  I have been trying to fix this issue...  common script ... when I try to select any value in a SELECT dropdown,  as shown below... I got an error code "Object doesn't support ...
Hi, I have a site which has always submitted various forms using Javascript in links. For example: <script language="javascript">document.cpiForm.submit();</script> and  <a href="j...
I have a form on my page setup like this: <form action="BMH_RP_Report_Daily.asp" method="GET" name="form_action" target="_blank" id="form_action"> I also have a submit button setup like th...
how do I create a box around a block of text in html? I tried this but the borders overlap between lines of text: <font style="border: 4px solid #0000FF;"> 3) H.I.P. TO THE FOLLOWING SPEC...
Dear experts, Im trying to play a wmv file in windows 2003 server. Actually i need to embed some code in html page to play this wmv file. But the code does not work. When I tried to dbl click ...
Experts, I want to output the result of an Ajax - PHP interaction to a browser page in a format *similar* to a textarea, which includes automatic scroll bars, definable style elements, etc....
I have difficulties with one of the iframes in my website. I have searched now for days but cant find a solution that works. some say it cant be done others are giving solutions which are not ...
I am by no means a web designer.  Someone made me a template to use on my website and I am loving it.  I am using a contact for in an iframe and when viewed in firefox it looks great (transpar...
Hello My client does not have a cms. He has only  1 html page, how can I use ckeditor and make the client to edit that page? Thanks
Dear EE, I've created 1 page that has Image-map inside, so if the user direct their mouse to a certain point & click, a new window will pop up, but how can I disable to show the address bar...
i want to desgin a webpage in microsoft expression web in such a way that when it loads it will not fit into the user's screen. it should retain its original width and height. basically, i wan...
How do I load a .txt files contents into a textarea form field using onClick? I'm close but I just can't figure this out or find an answer anywhere. When <button1> is clicked, I want the...
I am looking for the equivalent of the following code using two side by side DIV tags without a table?
I am trying to make an image fit the width only of any screen resolution, so that any viewer can scale their screen however they like and the image will still appear.  I have tried setting the...
I have a html form that pulls values from an SQL table. Below is the code I'm using on a textfield (edit box) on my form for a numeric value. Problem is I MUST OMIT (not show) the commas...
I have an html Form with several <input   tags     the form is posted using http <form method="post" action="https:// I have a javascript that I use to "disable" some of the input tags if th...
How can I add a blank line in a html page.  <p> is not working and <p> </p> is also not working.
I currently have an intranet going but the design of it is horrible. Im looking for help on this matter to make the design more interesting, design help!  It is for an engineering/architectura...
I have an xml file file which is:- <?xml version="1.0" encoding="utf-8"?> <Groups>      <Group id="1">           - <Channel Number="102" Id="1">                <Label>Test1</Label>           </Channel>           - <Channel Nu...
I am using following code to display a rectangle in the center screen. I want to put my table inside it so that all controls I add to that table are all displayed inside that rectangle. How to...
I am using following HTML code to accept user input and submit the Form. After submitting, a PHP script inserts record to a MySQL table. At present, after successful insertion, the page become...
I'm using Cufon (http://wiki.github.com/sorccu/cufon/about) to render some text in an ASP.NET page.  It is inside an HTML table (code included).  If I leave out the <h1> tag (which is what tri...
I'd like to display some text in a one-row-only table cell, not overflowing the containing text outside of the cell (or expanding the cell) However, the cell itself "doesn't know its own widt...
HI, I need an HTML form preview script.. When a user clicks submit a pop-up should come up with the information the user entered in the form. I would also like when the window pops up the bac...
I want to create a table where the header row and the first column will be locked from scrolling, much like the functionality MS-Excel provides the code is currently working on IE but I canno...