Forum: JavaScript / DHTML / AJAX Feb 10th, 2009 |
| Replies: 1 Views: 586 change the function like this ... it will work
function validate_form(thisform)
{
with (thisform)
{
if (validate_required(email,"Email must be filled out!")==false)
{
email.focus();... |
Forum: JavaScript / DHTML / AJAX Feb 10th, 2009 |
| Replies: 3 Views: 716 try this function .....
function changeBgImage(whichCell) {
if (whichCell=="small_1") {
document.getElementById('large').style.background='url(1l.gif)';
} else if (whichCell=="small_2") {... |
Forum: HTML and CSS May 8th, 2008 |
| Replies: 1 Views: 2,713 <div style="width:300px;height:250px;overflow:auto;">
content goes here content goes here content goes here content goes here content goes here content goes here content goes here content goes... |
Forum: JavaScript / DHTML / AJAX Apr 29th, 2008 |
| Replies: 12 Views: 7,505 use this
html, body{
height:auto;
}
instead of using height:96%; |
Forum: JavaScript / DHTML / AJAX Apr 22nd, 2008 |
| Replies: 12 Views: 7,505 don't use height:100%
<td style="width:100%;height:100%"> row 2 col 1</td>
use height:100px
<td style="width:100%;height:100px"> row 2 col 1</td>
and find the difference |
Forum: HTML and CSS Apr 2nd, 2008 |
| Replies: 1 Views: 791 <a href="youraudio.mp3"><img border="0" src="yourimage.jpg" class="yourcss"/></a> |
Forum: HTML and CSS Mar 19th, 2008 |
| Replies: 4 Views: 780 otherwise use this code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META... |
Forum: HTML and CSS Mar 19th, 2008 |
| Replies: 4 Views: 780 try this link
http://www.dev-archive.net/articles/table-in-css.html
i have used the code given by this site and is working fine.
i hope this will work for you. |
Forum: JavaScript / DHTML / AJAX Mar 19th, 2008 |
| Replies: 6 Views: 3,881 try this
https://addons.mozilla.org/en-US/firefox/addon/216?id=216
this may be useful. |
Forum: HTML and CSS Mar 5th, 2008 |
| Replies: 3 Views: 544 can you please check the two images again.
nothing wrong in this.
i think unfortunately the names of the images may change. |
Forum: HTML and CSS Mar 5th, 2008 |
| Replies: 3 Views: 544 <script language="JavaScript">
function MM_swapImgRestore() {
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_swapImage() {
var... |
Forum: JavaScript / DHTML / AJAX Mar 5th, 2008 |
| Replies: 2 Views: 5,741 try this link
http://www.gamarod.com.ar/en/javascript/example-javascript.asp?code=358
it may help you |
Forum: JavaScript / DHTML / AJAX Mar 3rd, 2008 |
| Replies: 5 Views: 1,849 then try this
http://www.dhtmlgoodies.com/scripts/form-field-tooltip/form-field-tooltip.html
in this there no php
only html, js, and css.
here u can get the code to download |
Forum: JavaScript / DHTML / AJAX Mar 3rd, 2008 |
| Replies: 5 Views: 1,849 take a look at
http://www.dhtmlgoodies.com/scripts/ajax-tooltip/ajax-tooltip.html |
Forum: HTML and CSS Feb 29th, 2008 |
| Replies: 20 Views: 3,812 create an HTML page as your choice.
Open it in Internet Explorer/your browswer. Click Edit > Select All, then Copy. Paste it into a blank email in Outlook.
Please note that most email clients... |
Forum: JavaScript / DHTML / AJAX Feb 26th, 2008 |
| Replies: 6 Views: 2,993 change this into customer.html
this may help you
<html>
<head>
<script src="selectcustomer.js"></script>
<script language="javascript">
function moveOver()
{ |
Forum: JavaScript / DHTML / AJAX Feb 26th, 2008 |
| Replies: 11 Views: 4,548 <style type="text/css">
#contentbox a:link {
color: #c8a468;
text-decoration: none;
}
#contentbox a:visited {
color: #d05048;
text-decoration: none;
}
#contentbox a:hover { |
Forum: JavaScript / DHTML / AJAX Feb 26th, 2008 |
| Replies: 11 Views: 4,548 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
... |
Forum: JavaScript / DHTML / AJAX Feb 26th, 2008 |
| Replies: 1 Views: 779 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="">
<META NAME="Author" CONTENT="">
<META... |
Forum: JavaScript / DHTML / AJAX Feb 26th, 2008 |
| Replies: 2 Views: 893 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="">
<META NAME="Author" CONTENT="">
<META... |
Forum: JavaScript / DHTML / AJAX Feb 26th, 2008 |
| Replies: 11 Views: 4,548 <style content="text/css">
#contentbox a{
font-weight: bold;
color: #c8a468;
cursor: pointer;
}
</style>
<script content="text/javascript">
function text_over(){... |