Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 BUG+FIX (3.1sr2): Missing Submit Button - Netscape
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jramers
Junior Member

133 Posts

Posted - 05 December 2000 :  15:04:29  Show Profile
I think there is a problem with the submit button in Netscape on the edit profile form. I think this only happens when extendend profiles are being used. I looked at the inc_profile page and the IF for extended is different than the other which screws up the tables and doesn't allow the submit button to show up in Netscape.

If you look at the very end of inc_profile you will see what I am talking about.

tilttek
Junior Member

Canada
333 Posts

Posted - 07 December 2000 :  15:09:08  Show Profile  Visit tilttek's Homepage
The problem is in the HTML.
Basicly you souldn't create a FORM like they do it now....

TABLE
TR
TD /TD
/TR
FORM
TR
TD /TD
TD /Td
TR
TR
TD /TD
TD /Td
TR
/FORM
/FORM
TR
TD /TD
TD /Td
TR
TR
TD /TD
TD /Td
TR
/FORM
/TABLE

It sould be done like this:

TABLE
TR
TD
FORM
TABLE
TR
TD /TD
TD /TD
/TR
TR
TD /TD
TD /TD
/TR
TR
TD /TD
TD /TD
/TR
/TABLE
/FORM
/TD
/Tr
TR
TD
FORM
TABLE
TR
TD /TD
TD /TD
/TR
TR
TD /TD
TD /TD
/TR
TR
TD /TD
TD /TD
/TR
/TABLE
/FORM
/TD
/TR
/TABLE



Philippe Gamache
http://www.tilttek.com
http://www.lapageamelkor.com
Go to Top of Page

jramers
Junior Member

133 Posts

Posted - 07 December 2000 :  15:13:51  Show Profile
Woah, anyway you can post that in the context of the code?

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 08 December 2000 :  04:45:55  Show Profile  Visit HuwR's Homepage
Not sure where he got that from, anyway, you are correct that the proplem is in inc_profile.asp

at the end of the file, the code reads

</td>
</tr>
<% if strUseExtendedProfile then %>
</table>
<p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="default.asp">Back To Forum</font></a></p>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align=center nowrap <%= strColspan %>>


<INPUT type="hidden" value="<% =Request.Form("MEMBER_ID") %>" name="MEMBER_ID">
<INPUT type="submit" value="Submit" name=Submit1>
</td>
</tr>
<% else%>
<tr>
<td align=center nowrap <%= strColspan %>>


<INPUT type="hidden" value="<% =Request.Form("MEMBER_ID") %>" name="MEMBER_ID">
<INPUT type="submit" value="Submit" name=Submit1>
</td>
</tr>

<tr>
<td bgColor="<% =strPageBGColor %>" align=center nowrap>

<% end if%>

change it to this

<table border="0" width="100%" cellspacing="0" cellpadding="0">
<% if strUseExtendedProfile then %>
<p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="default.asp">Back To Forum</font></a></p>

<tr>
<td align=center nowrap <%= strColspan %>>


<INPUT type="hidden" value="<% =Request.Form("MEMBER_ID") %>" name="MEMBER_ID">
<INPUT type="submit" value="Submit" name=Submit1>
</td>
</tr>
<% else%>
<tr>
<td align=center nowrap <%= strColspan %>>


<INPUT type="hidden" value="<% =Request.Form("MEMBER_ID") %>" name="MEMBER_ID">
<INPUT type="submit" value="Submit" name=Submit1>
</td>
</tr>
<% end if%>
</table>


'Resistance is futile'
Go to Top of Page

tilttek
Junior Member

Canada
333 Posts

Posted - 08 December 2000 :  09:19:19  Show Profile  Visit tilttek's Homepage
Hum, The problem with the HTML code was maybe some other problem, but browser that display STRICT HTML or if you try to change it in XHTML you will see that the HTML is manytime wrong. Ok we can see it in IE and NS, but Opera will have problems and some other. I saw somewhere a discussion abour NS6 and the problem was "proved" using the W3C validator. I did this with there HTML validator, and, ouch... Some page had more than 50 errors...


Philippe Gamache
http://www.tilttek.com
http://www.lapageamelkor.com
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 02 February 2001 :  22:32:28  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
added to source sf2k_31sr5a2.zip

Reinsnitz (Mike)
><)))'>
"Blessed are those who hear the word of God and obey it." - Luke 11:28
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07