Re: [PHP] HTML button as hyperlink

2004-11-18 Thread John Nichel
Mulley, Nikhil wrote: Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead of a Form Button When user clicks on that button , it must be a href link . Please guide me. Thanks, Nikhil. Oh, I don't know. Maybe you can research HTML, forms, and possibly

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Richard Davey
Hello Nikhil, Thursday, November 18, 2004, 2:04:51 PM, you wrote: MN My Question is that , I have an HTML page , how can I make it as MN Hyperlink instead of a Form Button Failing to see the PHP relevance here. Perhaps you want a Beginners Guide to HTML? Best regards, Richard Davey --

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Mulley, Nikhil
Hoped that this is the best list , I had my problems got solved under PHP always here , so mailed request to it. -Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 7:48 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] HTML button as hyperlink

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Martin Holm
Mulley, Nikhil wrote: Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead of a Form Button When user clicks on that button , it must be a href link . Please guide me. Thanks, Nikhil. . first of all, i dont see anything regarding php in this question. form

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Angelo Zanetti
Hi, it can be set as type button then in the onClick method use javascript to call the target page. Hope this helps Angelo Mulley, Nikhil [EMAIL PROTECTED] 11/18/2004 4:04:51 PM Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead of a Form Button

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Mulley, Nikhil
Thanks Martin , it gelled :) -Original Message- From: Martin Holm [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 8:07 PM To: Mulley, Nikhil Cc: [EMAIL PROTECTED] Subject: Re: [PHP] HTML button as hyperlink Mulley, Nikhil wrote: Hi All, My Question is that , I have an HTML

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Jay Blanchard
[snip] Hoped that this is the best list , I had my problems got solved under PHP always here , so mailed request to it. [/snip] You're correct, this is the best list...but off-topic is still off-topic. The answer that ou seek is BASIC HTML ... a href=foo.phpimg scr=foo.jpg alt=Foo - Get Some!

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Angelo Zanetti
- From: Martin Holm [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 8:07 PM To: Mulley, Nikhil Cc: [EMAIL PROTECTED] Subject: Re: [PHP] HTML button as hyperlink Mulley, Nikhil wrote: Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Marek Kilimajer
Mulley, Nikhil wrote: Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead of a Form Button When user clicks on that button , it must be a href link . Please guide me. My preference is CSS. Style your link to look like a button. -- PHP General Mailing

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Marek Kilimajer
Chris Boget wrote: My preference is CSS. Style your link to look like a button. What would the CSS look like to do this, I'm curious... For default Mozilla button: A.button { padding: 0px 6px 0px 6px; border-width: 2px; border-style: outset; border-color: ButtonFace; background-color: