PDA

View Full Version : Displaying fake error messages


Biblia
09-21-2002, 01:37 PM
I've been trying to work out if there is some way that I can display a page of 'fake error warnings' - a similar effect to that shown at:

http://www.iarchitect.com/errormsg.htm

(yes, I know that the ones on the above pages are images...but I don't have the graphics software to make something similar).

If there isn't some coding that I could use, maybe someone knows an online graphics generator that could do this? I've spent about 4 hours searching for one......

Thanks in advance to anyone who can help.

abcredaro@ozemail.com.au

x_goose_x
09-21-2002, 01:56 PM
ALT-PrntScr

will copy an image of then current window, just open mspaint and paste it.

Biblia
09-21-2002, 02:05 PM
Many thanks for the reply, X_goose. Unfortunately, this will not help in this case, because I want to actually *make* a fake error message, not copy a real one.

:(

MCookie
09-21-2002, 02:45 PM
So, you need a free image manipulator?
http://www.codingforums.com/showthread.php?threadid=5369&highlight=the+gimp

A1ien51
09-21-2002, 03:30 PM
Don't you have paint???

Biblia
09-21-2002, 03:35 PM
Thanks to all who've replied so far....and yes, I have paint. But I don't want to use an 'image' if I can get an *easy* script to create pop-up warnings from embedded links.

I'll use graphics if there is no other way around it.

Ta, muchly...

:o

webmarkart
09-21-2002, 05:34 PM
Is this what you wanted?

adios
09-22-2002, 02:37 AM
Thank God you zipped that up. ;)

adios

webmarkart
09-22-2002, 02:39 AM
well if you knew the answer why didnt you post it?

adios
09-22-2002, 03:24 AM
well if you knew the answer why didn't you post it?

That was a joke. I thought your zipping up that small file was intended to be funny (it was). Sorry.

Biblia
09-22-2002, 04:00 AM
Thanks for all the help. I have now created the page:

http://warriorlibrarian.com/ROFL/opac.html

It's probably not funny to anyone except librarians...but it was a great learning experience for me!

I ended up using the graphics from the other page, and editing them in ArcSoft Photostudio 2000, just in case anyone was wondering ....

:D

adios
09-22-2002, 04:56 AM
lol - very *clever*.

Forgot one:


<html>
<head>
<title>untitled</title>
</head>
<body>
<div id="thingy" style="visibility:hidden;">&amp;#84;&amp;#104;&amp;#97;&amp;#116; &amp;#98;&amp;#111;&amp;#111;&amp;#107; &amp;#105;&amp;#115; &amp;#114;&amp;#101;&amp;#103;&amp;#105;&amp;#115;&amp;#116;&amp;#101;&amp;#114;&amp;#101;&amp;#100; &amp;#119;&amp;#105;&amp;#116;&amp;#104; &amp;#116;&amp;#104;&amp;#101; &amp;#68;&amp;#101;&amp;#112;&amp;#116;. &amp;#111;&amp;#102; &amp;#72;&amp;#111;&amp;#109;&amp;#101;&amp;#108;&amp;#97;&amp;#110;&amp;#100; &amp;#83;&amp;#101;&amp;#99;&amp;#117;&amp;#114;&amp;#105;&amp;#116;&amp;#121; &amp;#97;&amp;#115; &amp;#99;&amp;#111;&amp;#110;&amp;#116;&amp;#97;&amp;#105;&amp;#110;&amp;#105;&amp;#110;&amp;#103; &amp;#112;&amp;#111;&amp;#115;&amp;#115;&amp;#105;&amp;#98;&amp;#108;&amp;#121; &amp;#115;&amp;#117;&amp;#98;&amp;#118;&amp;#101;&amp;#114;&amp;#115;&amp;#105;&amp;#118;&amp;#101; &amp;#97;&amp;#108;&amp;#108;&amp;#117;&amp;#115;&amp;#105;&amp;#111;&amp;#110;&amp;#115;. &amp;#84;&amp;#104;&amp;#101; &amp;#112;&amp;#114;&amp;#111;&amp;#112;&amp;#101;&amp;#114; &amp;#97;&amp;#117;&amp;#116;&amp;#104;&amp;#111;&amp;#114;&amp;#105;&amp;#116;&amp;#105;&amp;#101;&amp;#115; &amp;#104;&amp;#97;&amp;#118;&amp;#101; &amp;#98;&amp;#101;&amp;#101;&amp;#110; &amp;#110;&amp;#111;&amp;#116;&amp;#105;&amp;#102;&amp;#105;&amp;#101;&amp;#100;.</div>
<script type="text/javascript" language="javascript">
alert(thingy.innerHTML);
</script>
</body>
</html>

webmarkart
09-22-2002, 04:59 AM
you cant attach an html file... thats the only reason I zipped it.