Trying again...

This is a discussion on Trying again... within the Net Objects Fusion forums in Application Servers & Tools category; I didn't get any responses to this problem, so thought I'd try again. I use Mal's shopping cart. It works well, and is easy to integrate into NOF. I have about 75 buttons around my site, and all but one work. The one that doesn't work is in a table, with a picture of the item. The table is 6x2. Only the first cell (row one, column one) doesn't work. I've tried copying the html from a cell that works; this cell still doesn't work. I've tried inserting a row in front of the first row - still doesn't work. ...

Go Back   Application Development Forum > Application Servers & Tools > Net Objects Fusion

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 12-09-2002, 11:29 PM
BrandyDesigns
Guest
 
Default Trying again...

I didn't get any responses to this problem, so thought I'd try again.

I use Mal's shopping cart. It works well, and is easy to integrate into
NOF. I have about 75 buttons around my site, and all but one work. The one
that doesn't work is in a table, with a picture of the item. The table is
6x2. Only the first cell (row one, column one) doesn't work. I've tried
copying the html from a cell that works; this cell still doesn't work. I've
tried inserting a row in front of the first row - still doesn't work. I
tried deleting the item in row one, column one; then the item in row one,
column two doesn't work.

It seems that the first entry in a table doesn't work properly. I'm at a
loss. Any ideas?

The page in question is at:
http://www.brandydesigns.com/Key_Lea...ash_racks.html

The site is live, so be sure to clear out your cart if you try it. (Unless,
of course, you'd like to buy something - except for the first item, which
doesn't work).

Thanks,
--
- Al Raden
http://www.brandydesigns.com


Reply With Quote
  #2  
Old 12-09-2002, 11:49 PM
Anton «gotFusion.com»
Guest
 
Default Re: Trying again...

You have huge gaps in your code, see below, after form closing tag! You need
to make sure when entering code with ctrl+t method, that there is no white
space before and after the code that you insert. Also, you need to clean the
code by using notepad as a go between. (In case you pasted the code)

Also, try and remove the sitemeter code for a test and see if that helps
your situation?

<form action="http://ww4.aitsafe.com/cf/add.cfm" method="post">
<input type="hidden" name="userid" value="63120953">
<input type="hidden" name="units" value=5>
<input type="hidden" name="return"
value="www.brandydesigns.com/Key_Leash_Racks/key_leash_racks.html">
<table>
<tr>
<td>
<input type="hidden" name="product[]" value="Jack Russell Key / Leash Rack">
</td>
</tr>
</table>
<input type="hidden" name="price" value="35">
<input type="submit" value="Add to Order Form" alt="Pay by check or money
order">
</form>




</B></FONT><B></B></TD>

--
Anton Strauss – Team NetObjects
www.gotFusion.com

Subscribe to the premium.support news group
subscribe-newsgroups@gotfusion.com

Antons Video Productions
www.videoproductions.com.au


Reply With Quote
  #3  
Old 12-09-2002, 11:55 PM
Anton «gotFusion.com»
Guest
 
Default Re: Trying again...

Make sure you insert any code with the ctrl+t method

--
Anton Strauss – Team NetObjects
www.gotFusion.com

Subscribe to the premium.support news group
subscribe-newsgroups@gotfusion.com

Antons Video Productions
www.videoproductions.com.au


Reply With Quote
  #4  
Old 12-10-2002, 12:09 AM
BrandyDesigns
Guest
 
Default Re: Trying again...

I've always used the Text - Insert HTML at the top; assume that's the same.

--
- Al Raden
http://www.brandydesigns.com

"Anton «gotFusion.com»" <newsgroupsupport@gotfusion.com> wrote in message
news:3df573c9_1@news.gotfusion.com...
> Make sure you insert any code with the ctrl+t method
>
> --
> Anton Strauss - Team NetObjects
> www.gotFusion.com
>
> Subscribe to the premium.support news group
> subscribe-newsgroups@gotfusion.com
>
> Antons Video Productions
> www.videoproductions.com.au
>
>



Reply With Quote
  #5  
Old 12-10-2002, 12:09 AM
BrandyDesigns
Guest
 
Default Re: Trying again...

Thanks for looking, Anton.

I cleaned up the extra spaces after all the buttons, and tried it without
the sitemeter code - no difference in behaviour. What's strange is that the
problem only occurs on the first occurance in a table... No problems with
any of my other buttons - even with the extra spaces.

--
- Al Raden
http://www.brandydesigns.com
"Anton «gotFusion.com»" <newsgroupsupport@gotfusion.com> wrote in message
news:3df57298_1@news.gotfusion.com...
> You have huge gaps in your code, see below, after form closing tag! You

need
> to make sure when entering code with ctrl+t method, that there is no white
> space before and after the code that you insert. Also, you need to clean

the
> code by using notepad as a go between. (In case you pasted the code)
>
> Also, try and remove the sitemeter code for a test and see if that helps
> your situation?
>
> <form action="http://ww4.aitsafe.com/cf/add.cfm" method="post">
> <input type="hidden" name="userid" value="63120953">
> <input type="hidden" name="units" value=5>
> <input type="hidden" name="return"
> value="www.brandydesigns.com/Key_Leash_Racks/key_leash_racks.html">
> <table>
> <tr>
> <td>
> <input type="hidden" name="product[]" value="Jack Russell Key / Leash

Rack">
> </td>
> </tr>
> </table>
> <input type="hidden" name="price" value="35">
> <input type="submit" value="Add to Order Form" alt="Pay by check or money
> order">
> </form>
>
>
>
>
> </B></FONT><B></B></TD>
>
> --
> Anton Strauss - Team NetObjects
> www.gotFusion.com
>
> Subscribe to the premium.support news group
> subscribe-newsgroups@gotfusion.com
>
> Antons Video Productions
> www.videoproductions.com.au
>
>



Reply With Quote
  #6  
Old 12-10-2002, 12:40 AM
Anton «gotFusion.com»
Guest
 
Default Re: Trying again...

You also have a huge html gap in your swish code after transparent

><param name="wmode" value="transparent"



></OBJECT>


--
Anton Strauss – Team NetObjects
www.gotFusion.com

Subscribe to the premium.support news group
subscribe-newsgroups@gotfusion.com

Antons Video Productions
www.videoproductions.com.au


Reply With Quote
  #7  
Old 12-10-2002, 01:19 AM
Anton «gotFusion.com»
Guest
 
Default Re: Trying again...

Also, there is a form with no action on your page??? maybe you enabled the
table is a form, if so, disable it!


<FORM NAME="Text1FORM" ACTION="" METHOD=POST>
--

Anton Strauss – Team NetObjects
www.gotFusion.com

Subscribe to the premium.support news group
subscribe-newsgroups@gotfusion.com

Antons Video Productions
www.videoproductions.com.au


Reply With Quote
  #8  
Old 12-10-2002, 08:44 AM
BrandyDesigns
Guest
 
Default Re: Trying again...

That was it! The text box was set as a form from a previous version of this
page. I had never gone back and changed that - just updated the contents of
the text box.

Thanks!

--
- Al Raden
http://www.brandydesigns.com
"Anton «gotFusion.com»" <newsgroupsupport@gotfusion.com> wrote in message
news:3df5877e_1@news.gotfusion.com...
> Also, there is a form with no action on your page??? maybe you enabled the
> table is a form, if so, disable it!
>
>
> <FORM NAME="Text1FORM" ACTION="" METHOD=POST>
> --
>
> Anton Strauss - Team NetObjects
> www.gotFusion.com
>
> Subscribe to the premium.support news group
> subscribe-newsgroups@gotfusion.com
>
> Antons Video Productions
> www.videoproductions.com.au
>
>



Reply With Quote
  #9  
Old 12-10-2002, 06:12 PM
Anton «gotFusion.com»
Guest
 
Default Re: Trying again...

Glad it works now

--
Anton Strauss – Team NetObjects
www.gotFusion.com

Subscribe to the premium.support news group
subscribe-newsgroups@gotfusion.com

Antons Video Productions
www.videoproductions.com.au


Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 04:32 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.