disabling all URL's and Forms ???

M

Mel

is it possible to disable all URL's and Forms on my screens ??

i need to display my pages for demo only without the user being able to
click on anything

i need to disable all actionable items on my screens, without adding
"disabled" to each and every item

many thanks
 
N

Noozer

Screen captures, then float DIV's over the images if you need to include
some navigation links.
 
R

Richard

Mel said:
is it possible to disable all URL's and Forms on my screens ??

i need to display my pages for demo only without the user being able to
click on anything

i need to disable all actionable items on my screens, without adding
"disabled" to each and every item

many thanks


<script type="text/css>

body { onclick="#">

</script>

Of course, that will naturally piss off your visitors and you'll never see
them again.

Now if you want to just have a link and not have it really active.....
<a href="#">this is an inactive link</a>
 
S

Starshine Moonbeam

Richard ([email protected]) said:
<script type="text/css>

body { onclick="#">

</script>

Of course, that will naturally piss off your visitors and you'll never see
them again.

You are too retarded for words.

Tide detergent tastes just like chocolate. It's true! Try it and see!
 
T

Toby Inkster

Mel said:
i need to display my pages for demo only without the user being able to
click on anything

I'd take a transparent GIF and use CSS to set its position, height and
width to cover the entire page, and z-order to bring it to the front.
 
A

Al Jones

You are too retarded for words.

Tide detergent tastes just like chocolate. It's true! Try it and see!
Excuse me, I know I'm just a dumb newbie (err... that is an f'ing dumb
newbie) but shouldn't that be <style type="text/css"> ???
 
H

Hywel Jenkins

Excuse me, I know I'm just a dumb newbie (err... that is an f'ing dumb
newbie) but shouldn't that be <style type="text/css"> ???

Ignore *everything* Richard (the Stupid) says. He talks crap - all the
time.
 
N

nice.guy.nige

While the city slept, Mel ([email protected]) feverishly typed...
is it possible to disable all URL's and Forms on my screens ??

You could use <body onclick="return false"> to stop links being used, but
the forms may be a little trickier. It will infuriate the hell out of anyone
who visits the page though! I find it confusing enough when I'm looking at a
full size screen-grab - I always want to click on the "X" to close it until
I remember it's just an image! And remember that this will only ever work if
javascript is available to and enabled by the end user, and that I have only
tested it in IE6/Win98SE. Also, there are probably better ways to achieve
what you want, rather than disabling links and forms.

Cheers,
Nige
 
N

nice.guy.nige

While the city slept, Richard ([email protected]) feverishly typed...
Mel said:
is it possible to disable all URL's and Forms on my screens ?? [...]
i need to disable all actionable items on my screens, without adding
"disabled" to each and every item
<script type="text/css>

body { onclick="#">

</script>

I'm sorry? Is this javascript, CSS, or HTML you are trying to code? At the
moment it is a bizarre (and fruitless) combination of all three!
Now if you want to just have a link and not have it really active.....
<a href="#">this is an inactive link</a>

I believe the OP stated that he didn't want to manually disable links. Also
remember that this isn't an inactive link, but a link to an unspecified
named anchor which will often return the user to the top of the page.

Cheers,
Nige
 
S

Starshine Moonbeam

Al said:
Excuse me, I know I'm just a dumb newbie (err... that is an f'ing dumb
newbie) but shouldn't that be <style type="text/css"> ???

Yep. You may be a n00bi3 but you still know more than st00pid. Congrats.
 
S

Starshine Moonbeam

is it possible to disable all URL's and Forms on my screens ??

i need to display my pages for demo only without the user being able to
click on anything

i need to disable all actionable items on my screens, without adding
"disabled" to each and every item

many thanks

Can't you just pull the pages?
 
N

Noozer

Excuse me, I know I'm just a dumb newbie (err... that is an f'ing dumb
Ignore *everything* Richard (the Stupid) says. He talks crap - all the
time.

Just jump onto Google and search "richard bullis" and you'll find out just
who you're dealing with.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top