PC Review


Reply
Thread Tools Rate Thread

Button / Another URL

 
 
Paul Curtis
Guest
Posts: n/a
 
      30th Jul 2004
How do I go about inserting a button that will take the
visitor to another URL?
 
Reply With Quote
 
 
 
 
Richard Weerts
Guest
Posts: n/a
 
      30th Jul 2004
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" <(E-Mail Removed)> wrote in message
news:770101c47651$7caae6a0$(E-Mail Removed)...
> How do I go about inserting a button that will take the
> visitor to another URL?



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      30th Jul 2004
<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" <(E-Mail Removed)> wrote in message
news:770101c47651$7caae6a0$(E-Mail Removed)...
> How do I go about inserting a button that will take the
> visitor to another URL?



 
Reply With Quote
 
=?Utf-8?B?d3A=?=
Guest
Posts: n/a
 
      31st Jul 2004
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?
>

 
Reply With Quote
 
=?Utf-8?B?d3A=?=
Guest
Posts: n/a
 
      31st Jul 2004
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?
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Button.Click event doesn't fire when clicking button in formView.InsertItemTemplate Andy B. Microsoft ASP .NET 0 25th Nov 2009 03:27 PM
How to trap User quitting by clicking on the X button or Exit Access menu button? Rick Microsoft Access 5 14th Feb 2008 07:03 PM
Inspector doesn't change Save-Button to Send-Button when adding recipients via VB HarryWild Microsoft Outlook Program Addins 0 16th Jan 2008 10:20 AM
hitting enter button while in textbox calls correct button's click event TS Microsoft ASP .NET 5 29th Nov 2005 01:54 AM
instead of right click as save on each file i want to have a select button to choose from and then a download button to get them all at once Jasonc Windows XP Help 0 21st Dec 2003 02:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:31 PM.