FutureQuest, Inc. FutureQuest, Inc. FutureQuest, Inc.

FutureQuest, Inc.
Go Back   FutureQuest Community > General Site Owner Support (All may read/respond) > General Coding/Development
User Name
Password  Lost PW

Reply
 
Thread Tools Search this Thread Display Modes
Old 07-18-2000, 11:49 PM   Postid: 20931
MTDesigns
Site Owner
 
MTDesigns's Avatar

Forum Notability:
83 pts: Helpful Contributor
[Post Feedback]
 
Join Date: Aug 1999
Location: U.S.
Posts: 1,680
Another problem ;(

Well, now it seems that the Britannica search button is leading to the same destination as the email button above it *sigh*.  If anyone has a moment to take a peek, I'd really appreciate it   .

http://www.soc-um.org/indexS2c.html

I feel like I'm asking a lot lately, but I do thanx you all so very much!

Joi~
[This message has been edited by MTDesigns (edited 07-18-00@11:51 pm)]
MTDesigns is offline   Reply With Quote
Old 07-19-2000, 12:40 AM   Postid: 20932
Dan Kaplan
Registered User

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Oct 1999
Location: Salem, Oregon
Posts: 1,416
The problem appears to be a missing </form> tag.  Let's see if this will work for illustrating it:

Quote:
      <!--MAILING LIST-->
      <form method=&quot;post&quot; action=&quot;http://www.listbot.com/cgi-bin/subscriber&quot;>
      <font face=&quot;verdana&quot; size=&quot;2&quot; color=&quot;#ffffff&quot;>Join our mailing list!</font>

      <input type=text name=&quot;e_mail&quot; value=&quot;enter email&quot; SIZE=&quot;15&quot; MAXLENGTH=&quot;25&quot;><input type=hidden name=&quot;list_id&quot; value=&quot;Mailing List&quot;><input type=hidden name=&quot;Act&quot; value=&quot;subscribe_list&quot;>

      <input type=image src=&quot;http://www.listbot.com/subscribe_button.gif&quot; border=0 width=77 height=28 alt=&quot;Click here to join our mailing list!&quot;>

      </form>
       <!--END MAILING LIST-->

<!--begin email-->  
                                     <table border=&quot;0&quot; align=&quot;left&quot;>
                                     <tr align=&quot;left&quot;>
                                     <td align=&quot;left&quot; valign=&quot;center&quot;>
                                           <table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;>
                                       <form name=&quot;login_form&quot; action=&quot;http://socum.mail.everyone.net/email...s/loginuser.pl&quot; method=&quot;post&quot;>
                                       <tr>
                                   <td align=&quot;center&quot; valign=&quot;center&quot; colspan=3>
                                       <font face=&quot;Arial,Helvetica,sans-serif&quot; size=&quot;1&quot;><a href=&quot;http://socum.mail.everyone.net/email...eragreement.pl&quot;>Free email! Sign up!</a></font>
                                       </td>
                                 </tr>
                                 <tr>
                                 <td>
                                      <input type=&quot;text&quot; name=&quot;loginName&quot; size=&quot;10&quot; value=&quot;&quot; maxlength=32>

                                      <font color=&quot;#ffffff&quot; face=&quot;verdana&quot; size=&quot;1&quot;>User Name</font>
                                       </td>
                                    </tr>
                                  <tr>
                                 <td>
                                      <input type=&quot;password&quot; name=&quot;user_pwd&quot; size=10 maxlength=32>
          
                                  <font color=&quot;#ffffff&quot; face=&quot;verdana&quot; size=&quot;1&quot;>Password</font>
                                       </td>
                                    </tr>
                                  <tr>
                                       <td align=&quot;left&quot; valign=&quot;top&quot;>
                                       <input type=&quot;image&quot; src=&quot;http://www.soc-um.org/images/newemail.gif&quot; border=&quot;0&quot; align=&quot;top&quot; width=&quot;60&quot; height=&quot;22&quot; alt=&quot;Click here to login to your SOC-UM email account&quot;>
                                       </td>
                                       </tr>
                                       </table>  
                                     </td>
                                     </tr>
                                     </table>
                                  <!--end email-->    

      

      

      

      

      

      

      

      


       <table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; height=&quot;60&quot;>
       <tr bgcolor=&quot;#336699&quot;><td><img src=&quot;http://www.britannica.com/awards/squaresearch.jpg&quot; width=&quot;125&quot; height=&quot;42&quot;></td></tr>
       <tr bgcolor=&quot;#6699CC&quot;><td>
       <table border=0 cellpadding=0 cellspacing=0 width=&quot;125&quot; bgcolor=&quot;#6699CC&quot; height=&quot;31&quot;>
       <form action=&quot;http://search.britannica.com/bcom/se...,5843,,00.html&quot; &quot;target=&quot;Britannica.com&quot; method=&quot;get&quot;>
       <tr><td height=&quot;11&quot; width=&quot;281&quot;><div align=&quot;left&quot;>&amp;nbsp;<input type=&quot;text&quot; name=&quot;p_query0&quot; size=&quot;5&quot; align=&quot;absmiddle&quot;>
       </div></td>
       <td height=&quot;4&quot; width=&quot;281&quot;><div align=&quot;left&quot;>&amp;nbsp;<input type=&quot;submit&quot;name=&quot;submit&quot; value=&quot;Find&quot;></div></td></tr>
       </form></table></td></tr></table>
       <!--***********END BANNER IMAGE*********-->
Dan

edit:  challenge is getting color tags to work with formatting tags...

edit 2:  ok, instead of color coding the form tags, we'll go straight bold.  


[This message has been edited by Dan Kaplan (edited 07-19-00@12:43 pm)]
Dan Kaplan is offline   Reply With Quote
Old 07-19-2000, 01:03 AM   Postid: 20933
MTDesigns
Site Owner
 
MTDesigns's Avatar

Forum Notability:
83 pts: Helpful Contributor
[Post Feedback]
 
Join Date: Aug 1999
Location: U.S.
Posts: 1,680
Thanx so much Dan - works perfectly now !

Best always,

Joi~
MTDesigns is offline   Reply With Quote
Old 07-19-2000, 01:07 AM   Postid: 20934
Dan Kaplan
Registered User

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Oct 1999
Location: Salem, Oregon
Posts: 1,416
You are most formally welcome!

Delve
Dan Kaplan is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 visitors)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 08:31 AM.


Running on vBulletin®
Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.
Hosted & Administrated by FutureQuest, Inc.
Images & content copyright © 1998-2013 FutureQuest, Inc.
FutureQuest, Inc.