| Author |
Button / Another URL
|
|
| Paul Curtis 2004-07-30, 7:15 pm |
| How do I go about inserting a button that will take the
visitor to another URL?
| |
| Richard Weerts 2004-07-30, 7:15 pm |
| to be safe across browsers, here's one way ...:
<form action=http://the other url method="GET">
<input type = "submit" value="click here to go to the other URL">
</form>
"Paul Curtis" <anonymous@discussions.microsoft.com> wrote in message
news:770101c47651$7caae6a0$a501280a@phx.gbl...
> How do I go about inserting a button that will take the
> visitor to another URL?
| |
| Kevin Spencer 2004-07-30, 7:15 pm |
| <input type="button" name="B1" value="Click Here"
onclick="document.location='http://www.microsoft.com';">
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"Paul Curtis" <anonymous@discussions.microsoft.com> wrote in message
news:770101c47651$7caae6a0$a501280a@phx.gbl...
> How do I go about inserting a button that will take the
> visitor to another URL?
| |
|
| Just use any button of choice and create a hyperlink to any URL site you want
"Paul Curtis" wrote:
> How do I go about inserting a button that will take the
> visitor to another URL?
>
| |
|
| Forgot to mention that you can also use the interactive button feature in FP03.
"Paul Curtis" wrote:
> How do I go about inserting a button that will take the
> visitor to another URL?
>
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |