Search:
Type: Posts; User: Rain Lover
Search :
Search took 0.01 seconds.
Sample form:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
* {font:13px arial; color:white;}
body {background:black;}
Thanks for the answer, but it doesn't cover IE9, which is a major browser. The oninput even is buggy in IE9: http://help.dottoro.com/ljhxklln.php
The iframe content is supposed to get updated in real time -- as soon as the textarea content changes by keyboard or mouse. This approach is an alternative to the oninput event. But since oninput...
I wonder why the following sample code doesn't work properly:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
textarea, iframe {
Objective: I'd like to display the focused field error message in a container.
What I've done so far:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
The first sample shows scrollbars correctly:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
#parent {width:102px; height:101px; background:red; overflow:auto;}...
Best solution! Thanks! :)
It doesn't help. Besides, I don't want to remove the fieldset and legend value.
Sample form:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
fieldset {padding: 15px;}
</style>
Sample code:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
span {display:none;}
</style>
Sample form:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<script type="text/javascript"...
Sample Google form
Related spreadsheet
I customized the original form source code and created two forms:
First form
Sample code:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<iframe name="iframe_a" onload="alert('Thanks for the visit!');"></iframe>
Here's a Google Docs form:
<form action="https://docs.google.com/spreadsheet/formResponse?formkey=dE02TlBHQ2hnVVdkTE5ya0lBYXhaMlE6MQ&ifq" method="POST" id="ss-form">
<br>
<div...
Hi,
Sample:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
Hi,
Sample:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
Thanks for the answer, but I see no scrollbar. I also don't see the one-pixel margin between the images.
Hi,
Sample:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
Hi,
I just saw the following:
http://www.w3schools.com/jsref/prop_option_value.asp
And wonder if there's something wrong with selectObject.value. Why not a simple approach:
<!DOCTYPE...
Thanks!
previousSibling is a clever idea!
Hi,
Here's a sample form:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sample Form</title>
</head>
Hi,
I tried to do it by adjusting the <td> width:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sample...
It removes all the borders, not only the outer ones.
Hi,
Here's a sample form:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sample form</title>
<script...
Hi,
Here's a sample frameset:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Sample frameset</title>
</head>