Re: qForm issue

2005-11-10 Thread Asim Manzur
you were right, once I changed it to "inline" it works without any
error, but now the format is not correct  i.e. its putting that error
msg into one cell and multiple line(because the cell width is not that
big). thats why I have the table-row parameter there.

Is there any way to do the colspan in the style tag?

Thanks once again.

Regards,



>>>document.getElementById(id).style.display = "table-row";
>
>Hmmm, the display argument in a style should be one of  "inline" "block"
>or "none" I think.
>I get the same error message with wrong values for display.
>
>--
>___
>REUSE CODE! Use custom tags;
>See http://www.contentbox.com/claude/customtags/tagstore.cfm
>(Please send any spam to this address: [EMAIL PROTECTED])
>Thanks.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223822
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: qForm issue

2005-11-09 Thread Claude Schneegans
 >>document.getElementById(id).style.display = "table-row";

Hmmm, the display argument in a style should be one of  "inline" "block" 
or "none" I think.
I get the same error message with wrong values for display.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223735
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: qForm issue

2005-11-09 Thread Asim Manzur
Actually I've added these three lines.

var id = this.obj.name + "1";
document.getElementById(id).style.visibility = "visible";
document.getElementById(id).style.display = "table-row";

I've added the  right under the row where the
form field is and put the visibility=hidden.

so, what I was trying to do is once those qforms gonna make those
fields background red, just display that  too.

and in IE its giving me an error, and in firefox it gives me an error
as well as it displays correctly too.

Please advise.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223711
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: qForm issue

2005-11-09 Thread Dan G. Switzer, II
>The only modification I've done is with the qform.js file under
>function _f_throwError(error)
>
>I have added these two lines in that function just to display inline error
>msgs in the form.
>
>document.getElementById(id).style.visibility = "visible";
>document.getElementById(id).style.display = "table-row";

What are you expecting those lines to do? Unless you've modified the
_f_throwError function in some other manor, the variable "id" would have no
value.

-Dan



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223702
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


qForm issue

2005-11-09 Thread Shy Boy
I am having issue with qForms.

In IE the error is "could not get the display property. Invalid argument."


In Firefox it does works and giving me the required result, but with error.
Exception..." Permission denied to get property XULElement.selectedIndex when 
calling method"


The only modification I've done is with the qform.js file under 
function _f_throwError(error)

I have added these two lines in that function just to display inline error msgs 
in the form.

document.getElementById(id).style.visibility = "visible";
document.getElementById(id).style.display = "table-row";

if there is any other solution to display the inline error msgs on forms that 
would be greate too..
thanks

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223684
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54