I want to have a link on a php page that when opened, has to be closed in order to move on.  I have done this on pages using a button and _javascript_ as follows:

<input name="btnHelp" type="button" value="Help" ;">

When the button is clicked, the form is *NOT* submitted - this is what I want.

However, if I use an anchor, the form is submitted.  Is there a way to prevent this?  Here is the code I tried:

<a href="" ;">

When the above is executed, the page is submitted, and I do not want that....

Todd
--

<<inline: NewLogo.gif>>

Reply via email to