[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| Title: | Internet Tools |
| Notice: | Report ALL NETSCAPE Problems directly to kdlucas@netscape.com . rnet? Read note 448.L for beginner information. |
| Moderator: | teco.mro.dec.com::tecotoo.mro.dec.com::mayer |
|
| Created: | Fri Jun 25 1993 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 4714 |
| Total number of notes: | 40609 |
4585.0. "Buttons in HTML to "call" URL's" by SCAMP::SMITH (Never say never, I always say.) Fri Mar 28 1997 23:16
If this is the wrong Conference to post this question,
please redirect me. Thanks.
Anyway, I'm trying to create a Page at my Web Site, so
when I press a "button", it will go to a certain URL.
However, with the "code" I'm trying now, it semi-works,
in that it goes to the URL I want, except that it's
appending a "?" to the end of the URL. It doesn't
seem to bother some Web Sites, but others don't like it.
Any suggestions on how to remove the aforementioned "?"
would be greatly appreciated. Thanks!
Here's a piece of the code:
<HTML>
<BODY background="buttonpg.jpg">
<center><BR>
<H3><FONT Color="#66ffff">Click the </Font><FONT Color="#ffff00">button</Font><FONT Color="#66ffff"> to
<img src="blnkstar.gif" align=top>virtually<img src="blnkstar.gif" align=top> go there!</Font></H3><P><BR>
<Table Width=10% BGColor="#0000ff" Border=0 Cellspacing=6 Cellpadding=6>
<TR>
<TD>
<center>
<FORM NAME=TEST1 ACTION="http://home.netscape.com/" target="_parent">
<INPUT TYPE="SUBMIT" VALUE="Netscape">
</center>
</TD>
</FORM>
<TD>
<center>
<FORM NAME=TEST2 ACTION="http://www.microsoft.com/" target="_parent">
<INPUT TYPE="SUBMIT" VALUE="Microsoft">
</center>
</TD>
</FORM>
<TD>
<center>
<FORM NAME=TEST3 ACTION="http://www.winzip.com/" target="_parent">
<INPUT TYPE="SUBMIT" VALUE=" WinZip ">
</center>
</TD>
</FORM>
</TR>
</table>
</BODY>
</HTML>
(Mike)
| T.R | Title | User | Personal Name | Date | Lines
|
|---|