message box

T

The Snoozing Team

Hi!

This is my code:

<a Href="hidetonotspamthegroup" Target="NEW">
<img src="B_INCRIP.gif" width="130" height="44" alt="Inscription"
border="0">

In that code i want to include a message box, Windows style with a OK and
CANCEL button,
to let know the visitor that the link will open a new window.

What i have to add to my code

Thank You VM
 
J

Jukka K. Korpela

The Snoozing Team said:
<a Href="hidetonotspamthegroup"

Stop being ridiculous. Post the URL of the actual document where your markup
appears, or expect advice that is at most at the same level of accuracy as
your description.
Target="NEW">

Are you sure you want to open the resource in a window named "NEW", if such
a window exists?
<img src="B_INCRIP.gif" width="130" height="44" alt="Inscription"
border="0">

And how is the user supposed to know it's a link when you have removed the
border that might convey that idea?
In that code i want to include a message box, Windows style with a OK and
CANCEL button,
to let know the visitor that the link will open a new window.

You have misunderstood what HTML is. It's not a programming language.

I could tell how to achieve the desired effect on wrongly configured
browsers using JavaScript, but then I would have to... tell you a long
story.

Just don't open any new windows, mm'kay? Leave it to users. _If_ you decide
to ignore this best advice, put a warning in normal prose in normal textual
content of the document before the link. That's the only way to tell it in a
reliable way. Well, not really. The user might activate the link from a list
of links constructed by the browser, or tab to the link bypassing the
warning, etc. But the best way of issuing a warning.
 

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,091
Messages
2,570,605
Members
47,225
Latest member
DarrinWhit

Latest Threads

Top