Hi Experts
I am creating an email on a process webpage to pickup data according to inputs on a web page. On the webpage I have various inputs, text boxes, drop downs etc and a check box. Th...
I have a webpage with lots of links which should open in new windows. I add <BASE Target="_blank"> to avoid inserting Target="_blank" in each "<A HREF" tag. But now a search :
<form acti...
Is there any way to make a combo box(drop down list) in the HTML screen editable?
Like when i select an item in the combo box, a text box should appear in the place of combo with the item sel...
I have the following code, which uses an iframe to display various html pages. All other pages when calling another page send the html page to the target that being "if1". Is it possible to co...
Hi
I have a page that contains an iframe. The contents of the iframe are created dynamically, so every time I come to the page containing this iframe I want to force the iframe to refresh....
Hi all,
I am trying to url encode a url string where one of the values contains a a single quote. Because of this, it causes a problem when the url is requested in the browser. I tried re...
Hi
I have a html (index.html) page in which a flash (.swf) object is embeded (plz chk code snippet section for code).
I want to make this index.html page so flexible that, it automatical...
Hello,
I would like to create a combobox in html using css where each word in each selection is a different color.
The following code makes an option in the combo box red:
<option sty...
Hi All,
I have a big form which contains 2 smaller forms. This big form is used to post data to database using PHP while the other smaller forms are used to refresh page when drop down menu...
How can I print an HTML page with Landscape orientation without having the user to always use the Page Setup dialog to do this? Is there a way to automate IE to use this landscape by default ...
Hi,
I am trying to change the background-color of a "textarea" element in an html page.
This is the code:
void CHtmProps::changeBgColor(int color)
{
MSHTML::IHTMLDocument2Ptr spDoc=G...
I don't want a HTML form field to have auto complete supply historical input entires.
This can be done in HTML as I demonstrated in the Code Window.
How can I set that behavior through C...
Here is something strange. I have not seen this in a while and I cannot for the life of me remember what is causing this issue.
I have set a button with a fixed size.
<input type="button...
How can text be displayed in a panel scrolling up like a vertical marquee the way cast list appears at the end of a movie. Thanks.
I'm using IE7 with Vista. I've pasted this little bit of code into an HTML page:
<FIELDSET >
<legend>
title here
</legend>
name: <INPUT NAME="realname"><BR>
email: <INPUT NAME="email">...
Does HTML have a way for me to enter a non-breaking hyphen? I often enter two hyphens successively as a stand-in for a dash, only to find that at the line break the "dash" is split.
How do you display text in vertical direction instead of left to right or rigfht to left?
I have a very wide table. Displaying text horizonatlly will end up in huge width for page. So I was t...
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...
Is there a way to make an entire table row <tr> a link?
hi all
How to make the html textfield readonly in one mode and make the same textfield as editable in other mode in jsp page? Can any one give me the code?
regards
itgi
Hi,
I have the following URL which I'm entering into a database.
<a href="http://orient.bowdoin.edu/orient/article.php?date=2006-11-10§ion=3&id=1">http://orient.bowdoin.edu/orient/ar...
In our web page we have found that users are inserting whole word documents into a data field. Is it possible to programatically prevent the user from inserting such data?
The programming lan...
When I create html file with Dreamweaver, I got the below code template as default,
Why the "<html xmlns="http://www.w3.org/1999/xhtml">" placed instead of <html>
I currently have used iFrames to allow my Flash music player to refrain from restarting on new page loads. the site is www.chrisburkemusic.com.
I have the index.html, with an iFrame in the...
Hei
I have a div thats align center (with negative margins) and have a height thats 156 px,
Then i whant a new div under the first div thats align center and takes up the rest of the hei...