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;">&#84;&#104;&#97;&#116; &#98;&#111;&#111;&#107; &#105;&#115; &#114;&#101;&#103;&#105;&#115;&#116;&#101;&#114;&#101;&#100; &#119;&#105;&#116;&#104; &#116;&#104;&#101; &#68;&#101;&#112;&#116;. &#111;&#102; &#72;&#111;&#109;&#101;&#108;&#97;&#110;&#100; &#83;&#101;&#99;&#117;&#114;&#105;&#116;&#121; &#97;&#115; &#99;&#111;&#110;&#116;&#97;&#105;&#110;&#105;&#110;&#103; &#112;&#111;&#115;&#115;&#105;&#98;&#108;&#121; &#115;&#117;&#98;&#118;&#101;&#114;&#115;&#105;&#118;&#101; &#97;&#108;&#108;&#117;&#115;&#105;&#111;&#110;&#115;. &#84;&#104;&#101; &#112;&#114;&#111;&#112;&#101;&#114; &#97;&#117;&#116;&#104;&#111;&#114;&#105;&#116;&#105;&#101;&#115; &#104;&#97;&#118;&#101; &#98;&#101;&#101;&#110; &#110;&#111;&#116;&#105;&#102;&#105;&#101;&#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.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.