Do not use on any
shared computer
August 29, 2008 12:38pm pdt

250 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.

 
Top HTML Solutions: 1 - 25 of 353
 
I'm getting an error: object expected when I open this webpage. I want to at least diagnose the problem and maybe get a solution as well. The error is given for char 181 of this code segmen...
My company has asked me to put together an HTML email to be sent out to our salespeople. I was able to create the HTML with no problems. I thought I could just copy it and paste it in the body...
Sometimes when a user clicks on a link it will open the document on the browser or open the program that opens the document (pdf, word, xls), i want to force the user to 'save' the document wh...
I'm trying to achieve Illustrator's standard type of drop shadow (e.g. X & Y offset 7pt, blur 5pt, opacity 75%, as shown below) on an HTML page.  The green stripes are the body background and ...
I have developed a page in HTML / ASP.NET C# containing many divs and text boxes. I am able to render the page perfectly in both IE7 and Firefox, but when I ran it through IE6 some of the text...
Hi everyone, I've created an HTML email signature and I'm using Outlook 2003 and 2007 to send it from. It works nearly perfectly in all email clients except for Lotus Notes where it's putti...
I'm trying to include a quicktime movie in a webpage. I've tried the code below. This plays on my local computer in Firefox and IE. On another computer it doesn't run, but only displays broken...
I have done a bunch of research on this and it appears that the problem of seeing a space between rows in a table is common in FireFox.  I had 3 spaces appearing at one time and was able to su...
I am using notepad, visual studio 2005 and adobe photoshop to create my first website. Everything is going great and i have learned so much already. I almost have the website completed for thi...
I have the following code: <input name="Submit" onclick="ob=this.form.selectPistols;window.open(ob.options[ob.selectedIndex].value)" type="submit" class="style2" value="Search"> Which wo...
As you can see on www.hotsheet.com, when you hover over a link, a small picture pops up.  I looked at the source code of the page and all I could see was a function called "ImgHover".  I can't...
I am looking for a web designing editor which can allow me to set gradient color to button and other control.s I dont want to use images on buttons as they take time to load. Currently most ...
Hello, Imagine i was using the following tabular layout on my site (3 rows 3 columns with 9 cells): ===================================== =        1            =          2          =    ...
Hi All Hope someone can help with this, its how to upload a file without using the file input tag and the browse button. What I have is an application that takes a file and uploads it, u...
How can I make a table border like a thin line? I think we can use style="border-collapse: collapse" but it seems to be not what I want....
I need a simple add to favorite javascript code that works with Firefox and IE I have this one: javascript:window.external.AddFavorite('http://www.example.com','web title') but it doesn't...
Hi there, How do i add an <a href.....> to an <input.......> button.  When the user clicks on the button i don't want them to submit the info but i rather want them to go to another html page...
I have created a multi-level CSS dropdown menu. When a user hovers over the main link, a drop down menu appears, and some of the links on the dropdown menu create a horizontal flyout menu. The...
Can you embed a jpeg picture to a hotmail email.  Not attach a jpeg but embedd it in the message itself?
Ok this is really bugging me. How do you correctly call a procedure from the  href="#" onclick=" eg I want to call Protected Sub ABC() from the onclick event of a css button I have tr...
On iframe, i want to show the dynamic page, and it want iframe to adjust its height to the size of my dynamic page. Is it possible, and if it is can anyone tell me how to do it? Also, i was w...
I have an I-frame tage that scrolls text contained on another html page. The I-frame is an html page with javascript.  The actual text is inside of a javascript function as an array.  When I t...
Hi Im trying to html validation on code on site, with this site for validation the site pass w3schools validation but seo software says I have 52 errors on html validation, i tried 3 validatio...
I need two things, 1) I had a table like.. <table> <thead></thead> <tbody></tbody> </table> I want to freeze the thead part.ie, header should be fixed and I need a vertical scroll for ...
Hello Expert, I would like to know how I pass the (java) variables x1, y1, x2, y2, height and width from the script below into the form Post URL. I would highly appreciate  a sample based on ...