now i Enclose all attributes with quotes. but nothing happens, and alo ,i just found if i add aler("something") in the JS code before the submit(), it works, but if i remove the alert, nothing happen again.
tried the following without any luck:
top.frames['groupFile'].document.groupForm.submit();
//window.frames['groupFile'].document.groupForm.submit();
// window.frames['groupFile'].document.getElementById('groupForm').submit();
//window.frames['groupFile'].document.forms['groupForm'].submit()...
hello,
i am tring to submit a iframe form from JS in the parent. but it works in IE, and not in fireforx. anyoen can help?
the code i use isone of the following:
window.frames['groupFile'].document.groupForm.submit();
//window.frames['groupFile'].document.getElementById('groupForm').submit();
hello, please help.
i have two(maybe more ) tables. i a now trying to create a virtual table basing on the existing tables.
the two tables have no relationship and both have the same number of records(e.g both 5) in the virtual table, i want i have all the fileds of both table and list all the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.