473,412 Members | 2,050 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Warning Sign, Caution Sign, Exclamation Sign?

Hi,
I've been having trouble trying to find the html code command for how
to make the sign that when you click something wrong it flashes up and
makes a tone with the speakers on and has a customized message. If
you know the code please follow up.

Any possible information partaining to my requests is very highly
appreciated!!!
Thank you in advance!!! I know you smart people can find an answer!!!
(I'd be glad to hear from you!!!)
Jul 20 '05 #1
9 9677
Neil Varshneya wrote:
I've been having trouble trying to find the html code command for how
to make the sign that when you click something wrong it flashes up
I'm not surprised, <achtungblinkenundbeepen> didn't make the final HTML4
specification.
and makes a tone with the speakers on
That's a user preference and not something you can control or suggest.
and has a customized message. If you know the code please follow up.


Well I take it that you mean you're looking for some script in
conjunction with an event handler attribute of some sort, as in:

<tagname onclick="alert('The Policeman's Beard Is Half Constructed')">

or

<a href="goatse.jpg" onclick="return confirm('Users without javascript
can't read this')">19th hole</a>
--
Andrew Urquhart
- Reply: www.andrewu.co.uk/contact/
Jul 20 '05 #2
ne***********@email.com (Neil Varshneya) wrote:
I've been having trouble trying to find the html code command for how
to make the sign that when you click something wrong it flashes up and
makes a tone with the speakers
<p>Dear visitor: please kick your cat if you do something wrong.</p>
on and has a customized message.
<p>Ps: please kick your girl/boy friend to get an additional customized
message.</p>
Any possible information partaining to my requests is very highly
appreciated!!!
Thank you in advance!!! I know you smart people can find an answer!!!
(I'd be glad to hear from you!!!)


Drop the grovelling, it doesn't work.

--
Spartanicus
Jul 20 '05 #3
ne***********@email.com (Neil Varshneya) wrote:
Hi,
I've been having trouble trying to find the html code command for how
to make the sign that when you click something wrong it flashes up and
makes a tone with the speakers on and has a customized message. If
you know the code please follow up.


You'll have trouble finding HTML that makes a browser *do* *anything*.
For Javascript, a different newsgroups is called for.
--
Harlan Messinger
Remove the first dot from my e-mail address.
Veuillez ôter le premier point de mon adresse de courriel.
Jul 20 '05 #4
Neil Varshneya wrote:
Hi,
I've been having trouble trying to find the html code command for how
to make the sign that when you click something wrong it flashes up and
makes a tone with the speakers on and has a customized message. If
you know the code please follow up.
This is far outside the scope of HTML.
Any possible information partaining to my requests is very highly
appreciated!!!
Thank you in advance!!! I know you smart people can find an answer!!!
(I'd be glad to hear from you!!!)


Any possible chance you'd learn to use one exclamation point at a time would
be highly appreciated, too.

--
Shawn K. Quinn
Jul 20 '05 #5
On Tue, 06 Apr 2004 22:52:44 -0500, Shawn K. Quinn
<sk*****@xevious.kicks-ass.net> wrote:
Any possible chance you'd learn to use one exclamation point at a time
would
be highly appreciated, too.

What's the matter?????

I can't believe you have a problem with multiple
punctuation!!!!!!!!!!!!!!!11!!!!!!ONEONE!!!
Jul 20 '05 #6
Spartanicus <me@privacy.net> wrote:
<p>Dear visitor: please kick your cat if you do something wrong.</p>


What??? Can't it be done automaticly??

Do you mean that
<kick target="cat" volume="15000">
has been ``deprecicated'' by some W3C Nazis?

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #7
ne***********@email.com (Neil Varshneya) wrote:
Any possible information partaining to my requests is very highly
appreciated!!!


Pertaining is spelt "pertaining".
Jul 20 '05 #8
"Spartanicus" <me@privacy.net> wrote in
comp.infosystems.www.authoring.html:
ne***********@email.com (Neil Varshneya) wrote:
Any possible information partaining to my requests is very highly
appreciated!!!
Thank you in advance!!! I know you smart people can find an answer!!!
(I'd be glad to hear from you!!!)


Drop the grovelling, it doesn't work.


"Galdor of the Havens, who sat near by, overheard him. 'You speak
for me also,' he cried."

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #9
"Spartanicus" <me@privacy.net> wrote in
comp.infosystems.www.authoring.html:
ne***********@email.com (Neil Varshneya) wrote:
Any possible information partaining to my requests is very highly
appreciated!!!
Thank you in advance!!! I know you smart people can find an answer!!!
(I'd be glad to hear from you!!!)


Drop the grovelling, it doesn't work.


"Galdor of the Havens, who sat near by, overheard him. 'You speak
for me also,' he cried."

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Ape Ricket | last post by:
Hi. During my program's set-up phase where it reads in the arguments it was invoked with, I programmed this: if (strcmp(argv,"-G") ==0) { geom_scaling = ON; if (i < argc-1)...
29
by: junky_fellow | last post by:
Consider the following piece of code: struct junk { int i_val; int i_val1; char c_val; }; int main(void) {
9
by: Sunil | last post by:
Hi all, While resolving the below sentence #ifdef (CONFIG_COMMANDS & CFG_CMD_IDE) The compiler is giving warning as warning: the right operand of "&" changes sign when promoted
8
by: Dennis C. Drumm | last post by:
I have ordered the book .NET Framework Solutions, In Search of the Lost Win32 API by John Paul Meuller which I think will help answer some of my questions I have regarding making custom...
8
by: Lau Lei Cheong | last post by:
Hello, As a programmer, I'm sure many of you have written libraries to do many of the repeatative tasks, and possibly sharing them with other team members. In my case, I have about a dozen...
2
by: mvendertaca | last post by:
I've created a usercontrol which is hosted in Internet Explorer. It with some action buttons. I could place all buttons on this usercontrol but I did not. When the user presses one of the buttons i...
8
by: Charles Sullivan | last post by:
I have a program written in C under Linux (gcc) which a user has ported to run under AT&T SysV R4. He sent me a copy of his makelog which displays a large number of compiler warnings similar to...
17
by: B. Williams | last post by:
I am receiving two warnings in my code and can't figure out why. Will someone look at this and tell me what I have done wrong? #include <iostream> using std::cout; #include <string> ...
7
by: Nevil Lesdog | last post by:
What do you think is the best way to handle a compiler warning about comparing an unsinged value to a singed value? Cast to silence it? Disable that warning altogether? Or just live with it? On...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.