Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > About a forgotten URL

Reply
Thread Tools

About a forgotten URL

 
 
kim@webactor.dk
Guest
Posts: n/a
 
      03-16-2008
Hi there

I hope i am in the right forum here.
Once i visited a website - where i could insert my (or any) url in a
form field.

The funny thing was, when i submitted the url that i have inserted in
the form field -

The same url could be viewed in a new window - BUT in rotated mirror
kind of way.
Like i was (all of a sudden) setting or viewing the screen from
behind..

unfortunately i forgot the url to this website .. danm
I been searching all over the net for it... but noop

Do anyone know the about this site - or anyone with a similar
function ?
It was a kind of java (practical joke) browser mirror function

I hope you can help me


C yaaaa - Kimo
 
Reply With Quote
 
 
 
 
Evertjan.
Guest
Posts: n/a
 
      03-16-2008
wrote on 16 mrt 2008 in comp.lang.javascript:

> Hi there
>
> I hope i am in the right forum here.
> Once i visited a website - where i could insert my (or any) url in a
> form field.
>
> The funny thing was, when i submitted the url that i have inserted in
> the form field -
>
> The same url could be viewed in a new window - BUT in rotated mirror
> kind of way.
> Like i was (all of a sudden) setting or viewing the screen from
> behind..
>
> unfortunately i forgot the url to this website .. danm
> I been searching all over the net for it... but noop
>
> Do anyone know the about this site - or anyone with a similar
> function ?

Here you can only get javascript answers, this NG is not a general
helpdesk.

> It was a kind of java (practical joke) browser mirror function


Nor does this NG concern itself with Java, even as a theroretical joke.

try:

<script type='text/javascript'>
var s = 'http://cnn.com/';
s = s.split('').reverse().join('');
alert(s);
</script>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
 
 
 
Thomas 'PointedEars' Lahn
Guest
Posts: n/a
 
      03-16-2008
wrote:
> The funny thing was, when i submitted the url that i have inserted in
> the form field -
>
> The same url could be viewed in a new window - BUT in rotated mirror
> kind of way.
> Like i was (all of a sudden) setting or viewing the screen from
> behind..
> [...]
> Do anyone know the about this site - or anyone with a similar
> function ?
> It was a kind of java (practical joke) browser mirror function
>
> I hope you can help me


Gladly. I don't know the Web site you are talking about.

Besides, Java is off-topic here; you may have more luck in the
comp.lang.java hierarchy.

How to use your favorite search engine also is off-topic here. Instead,
programming in ECMAScript implementations like JavaScript is on-topic here.
And when that is discussed, using proper English and text formatting is
appreciated.

http://jibbering.com/faq/


PointedEars
--
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee
 
Reply With Quote
 
Dr J R Stockton
Guest
Posts: n/a
 
      03-16-2008
In comp.lang.javascript message <10a1ec43-ac65-4749-b65e-1101d2635fc8@i1
2g2000prf.googlegroups.com>, Sun, 16 Mar 2008 09:18:55,
posted:

>The same url could be viewed in a new window - BUT in rotated mirror
>kind of way.


>Do anyone know the about this site - or anyone with a similar
>function ?


See the source of <URL:http://www.merlyn.demon.co.uk/gullible.htm> - the
page is best viewed in IE6 or probably IE7+ - for a clue as to how you
might do this by editing a saved copy of the page in question.

It's a good idea to read the newsgroup c.l.j and its FAQ. See below.

--
(c) John Stockton, nr London UK. ?@merlyn.demon.co.uk IE6 IE7 FF2 Op9 Sf3
news:comp.lang.javascript FAQ <URL:http://www.jibbering.com/faq/index.html>.
<URL:http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forgotten masterpassword Us Firefox 6 04-30-2008 06:55 PM
About forgotten URL kim@webactor.dk Java 0 03-18-2008 12:41 PM
HEXUS.review: Siemens SL65, A Forgotten gem? Silverstrand Front Page News 0 08-07-2005 09:52 PM
URL - substitution of a correct URL by a GUID like URL in favorites. Just D. ASP .Net Mobile 0 08-11-2004 04:26 PM
redirect URL's, return URL's, and URL Parameters Jon paugh ASP .Net 1 07-10-2004 05:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57