|
Posted by pcx99 on 02/08/07 14:36
STILL LEARNING wrote:
> I'm not sure if this can even be done, but what prompts the question
> is my desire to be able to create an "Uber Link" script/code of some
> sort, such that even if the html page contains nothing but a
> background image -or- a background color -- in other words, the page
> has neither content nor placed images -- any click, ANYWHERE, will
> launch the URL in your browser.
>
> I realize I can make traditional text links and graphics links; what
> I'm looking for is to be paroled from these . . . and making the
> entire page, whether empty or not, one big CLICK.
>
> Thanks.
>
> SL
>
document.onclick=function () {
document.location.href="http://someurl.com"; }
--
http://www.hunlock.com -- Musings in Javascript, CSS.
$FA
Navigation:
[Reply to this message]
|