size of web page

D

Doug

How can the width and height of a web page be controlled. It would be nice
if the web page size (for a link) could be revised so it can appear like a
message dialog instead of the full size page.
 
B

brucie

How can the width and height of a web page be controlled.

modern browsers can prevent you from fiddling with window width/height (and
a lot of other giggly stuff)
It would be nice if the web page size (for a link)

if its just a link to another site you're better off just using a normal
link, if people want to open that link in a new window they can do it
themselves.
could be revised so it can appear like a message dialog instead of the
full size page.

what you want is a <evil>popup</evil> with the width and height specified
but many people use various means to block them.

without knowing what you really want one for i can only recommend against
it because its evil and put you on my "people not to be saved" list when
armageddon arrives.
 
D

Doug

I guarantee it has no evil intent. All I want it for is to throw up a
message in a pop-up (another page) that tells the user something like "fill
in the cotton picken edit box." just like in the desktop world of
programming.

I know advertising pop-ups are evil and I hate them also.
 
B

brucie

In post <Doug said:

[rearranged, please don't toppost]
I guarantee it has no evil intent.

sure, thats what they all say.
All I want it for is to throw up a message in a pop-up (another page)
that tells the user something like "fill in the cotton picken edit box."
just like in the desktop world of programming.

hmmmmm... i think this would be more appropriate:

Javascript form validation ¡V doing it right
http://www.xs4all.nl/~sbpoley/webmatters/formval.html

but don't forget you still need to validate server side.
 
A

Arne

Once said:
sure, thats what they all say.


hmmmmm... i think this would be more appropriate:

Javascript form validation ¡V doing it right
http://www.xs4all.nl/~sbpoley/webmatters/formval.html

but don't forget you still need to validate server side.

What happened here? The encoding change from ISO-8859-1 to
"Traditional Chinese (Big5)" for no reason at all.
Is it me or is it you? :)

--
/Arne
-- *Joke of the day* ----------------------------------------
Customer: I have problems printing in red.
Tech Support: Do you have a color printer?
Customer: Aaaah .............. thank you..
-------------------------------------------------------------
 
J

Jonathan N. Little

Doug said:
I guarantee it has no evil intent. All I want it for is to throw up a
message in a pop-up (another page) that tells the user something like "fill
in the cotton picken edit box." just like in the desktop world of
programming.
<snip>
JavaScript alert is maybe what your are thinking?

alert("fill in the cotton picken edit box.");
 
B

brucie

What happened here? The encoding change from ISO-8859-1 to
"Traditional Chinese (Big5)" for no reason at all.
Is it me or is it you? :)

aaahhhhhhhh! its me. Dunno why it did that, 8859-1 is the only allowable
charset i have setup for posting.
 
D

Doug

js validation is a waste of time. go php!

brucie said:
In post <Doug said:

[rearranged, please don't toppost]
I guarantee it has no evil intent.

sure, thats what they all say.
All I want it for is to throw up a message in a pop-up (another page)
that tells the user something like "fill in the cotton picken edit box."
just like in the desktop world of programming.

hmmmmm... i think this would be more appropriate:

Javascript form validation ¡V doing it right
http://www.xs4all.nl/~sbpoley/webmatters/formval.html

but don't forget you still need to validate server side.
 
B

brucie

js validation is a waste of time.

no its not, if the visitor has JS it saves time and a trip to the server
and back again. the problem arises when JS is required or is the only
validation made on the form goodies.

of course you still need to validate server side regardless of whats been
done client side, common sense.
 
B

brucie


please don't toppost (for the second time) i've only just been released and
am enjoying my freedom.

i really don't want to have to go to the effort already of hunting down
topposters and hacking them into itty bitty pieces.

this will help you out:

How do I quote correctly in Usenet? - Quoting and Answering
http://www.netmeister.org/news/learn2quote2.html

i have heaps more links on quoting correctly if you have difficulties with
the above.
 
R

rf

brucie said:
please don't toppost (for the second time) i've only just been released and
am enjoying my freedom.

Strewth. I've only been gone a day or three enjoying the freedom of the
Alps in Springtime and the elusive brucie drops back in again in my
absence.

Cheers Mate!.
 
B

brucie

Strewth.
golly!

I've only been gone a day or three enjoying the freedom of the
Alps in Springtime and the elusive brucie drops back in again in my
absence.

i needed to establish an alibi. hmmm.... maybe i shouldn't have said that.
Cheers Mate!.

kissy
 

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

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top