search for: forms

Displaying 20 results from an estimated 28474 matches for "forms".

Did you mean: form
2009 Jun 22
2
Problem occured on ie4linux
Hi, guys I use ie4linux to browse a web page,but it throws an unexpected error and crashed.I have to visit this page for the reason of job,so i hope somebody could help me,thanks very much. the stack trace is bellow, main/renderbuffer.c:2153: _mesa_reference_renderbuffer: ? `oldRb->Magic == 0xaabbccdd' 1%. wine: Assertion failed at address 0xb7f62430 (thread 0016), starting
2006 Jun 20
6
checkbox_tag outside a form?
Is it possible to use checkbox_tag outside a form? I''ve put it in a view and it renders but I get nothing back in the params hash. Is there a way to get the value? Like maybe with some JS onsubmit to populate the params hash myself? Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Oct 02
1
problems with glm
I am having a couple of problems someone may be able to cast some light on. Question 1: I am making a logistic model but when i do this: glm.model = glm(as.factor(form$finished) ~ ., family=binomial, data=form[1:150000,]) I get this: Error in model.frame(formula, rownames, variables, varnames, extras, extranames, : variable lengths differ (found for 'barrier') which is
2007 Jul 28
3
problem with a form
...l in a form using WWW::Mechanize. I can fill in 2 of the 3 fields but one is giving me a problem. The name of this field is "name" when I use the following bit of code, it seems to change the name of the form, not the value of the field. The part of original page after pretty printing {forms #<WWW::Mechanize::Form {name "wp_pers_form"} {method "GET"} {action "http://www.whitepages.com/10866/search/FindPerson"} {fields #<WWW::Mechanize::Field:0x2b729834b4b8 @name="firstname", @value=""> #<WWW::Mechanize:...
2006 Apr 09
4
submitting forms help
I cant seem to figure this problem out and i was hoping someone could help me out. I have a page with a list of forms. I would like the user to be able to submit each form individually, or submit them all at once, to a different action (bascially, one that will do batch processing of all the forms). Is this possble? Please help. -------------- next part -------------- An HTML attachment was scrubbed... URL: htt...
2007 Jun 10
2
Problem replacing form element with another form
Having a strange problem with replacing a form with another form. If I do this Element.replace("some_form_id", "<form>dummy text</form>") where "some_form_if" is the id of a form element only the text between the form tags is inserted, not the form tags. Tend to think I must be doing something dumb, as can''t find any discussions on this anywhere.
2008 Dec 10
3
rspecing rjs - form.reset(''form'')
Hello, > > I couldn''t find much info on this. > > How do you rspec this: page.form.reset("form") > > I looked in the have_rjs source code and I can''t find anything on form > reset. > > Thanks, > > -- > Andrei > -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 31
4
How to have a form within a form?
...ion to be included in the form for the post. So for example, after a user adds a new avatar while writing a new blog post, it would be available to be selected as the avatar to be used for that post. What is the best way to go about this? As I understand it, W3C standards don''t allow forms within forms. So I have to find some way of adding the avatar without using a form within the form I''m using for the blog posting. But then, I need the avatar information to be within the post form. I could do the avatar information using AJAX and a hyperlink, but if I use GET, then...
2007 Nov 12
15
If form changed ask if you really want to exit page...
...and script.aculo.us develpment thanks (because of?) the Symfony PHP framework... I''d like to implement a feature on some admin pages, but I can''t seem to find the right search term to google it; I want to ask the user to confirm exit of a page, if she has changed anything on the forms displayed on it. I have some knowledge in other JS frameworks (did some things in Mootools) but for this thing I don''t know where to start. Any advice would be greatly appreciated :) Thanks!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you a...
2012 Jun 01
0
Inconsistent search results and crash on force-resync
Hi, I am seeing inconsistencies in search results (finding 2 emails when only 1 exists, finding the email when it has been moved to another folder, etc). I figured I should run force-resync to fix any issues. I ran the following: doveadm -v force-resync -u <user> <mailbox> and I got some worrysome logs. - I should mention that I have been seeing some crashes of fts-lucene in my
2010 Jun 03
3
issue submitting a form
...oader'' from downloader.rb:38 Basically, what I''m doing is this: require ''rubygems'' require ''mechanize'' agent = Mechanize.new # create agent bject page = agent.get(''www.mysite.com";) #authenticate form = page.forms.first form.username = ''username'' form.password = ''password'' #submit form page = agent.submit form I think what''s causing the error is a hidden field that the form has which looks like this: <input type="hidden" name="next&q...
2006 Apr 17
1
Form.Serialize - Method''s for limiting form data?
I have some ideas how to go about this, but wanted to see if people already had solutions in place for this. The basic scenario is i''m sending form data over ajax using form.serialize to send the form data (as per the standard methodology). However, on some pages i have very large forms (few thousand form fields - its a simulated editable grid), and I only want to send the data in the form fields that the user has changed. Are there any built in functions to specify filter rules to form.serialize? My initial approach is to have a 2nd empty form tag on the page, and whenever...
2006 May 18
4
Cascaded Forms
Hi guys, it''s me again ;) is it possible to put forms into forms? My problem is, i have a form which gathers informations about an SSL Certificate order. There is a field which holds the SSL CSR file. Now i wanted to put in a subform which has an form_remote_tag and decodes that CSR file and returns if everything was okay or not. Now if i put in...
2009 Aug 04
6
forms, javascript and ajax - hopefully an easy question
Right now I have a simple form hooked up. Now that the form is smooth and functional, I want to add a feature that I''m not sure how to implement. After a user modifies a form, I''d like to have a visual cue appear somewhere to show that the form has been changed and needs to be saved. It could be a red div at the top of the screen - anything - it is doesn''t matter. Just
2005 Aug 26
3
Free-form to fixed-form Fortran
Hello! I have writen some subrutines in Free-form Fortran. I would like to includ them in a package, which I would like to build on WinXP. I have all suggested tools/programs for bulding R packages on Windows (except latex). What is the best way of using these subrutines? Does sombody mybe know any translation tools for converting Free-form to fixed-form Fortran? Thanks for any suggestions,
2008 Jul 15
1
Modal forms remains hidden when main form clicked
...y hides a Modal Form because the Modal Form is still active, so they cannot do nothing in Main Form until they release the Modal Form, but Modal Form is hidden and they need to bring it to front first. ? There is anything I can do in may application to avoid this abnormal behavior ?, to make Modal Forms to run like in MS Windows (you can't change focus from a Modal Form to a no-Modal Form). Thank you.
2007 Mar 20
6
bad URI problem when submitting a form
...nt.get(''http://www.voyages-sncf.com/leisure/fr/launch/home/'') # the form isn''t on the main page, and it''s necessary to follow that # link to get a session on the site (local cookie) link = page.links.text("train") page = agent.click(link) form = page.forms.first # filling the form form.ORIGIN_CITY = "paris" form.DESTINATION_CITY = "lille" # submit page = agent.submit(form, form.buttons.first) Thanks, Bruno Duy?
2006 Mar 09
13
[prototype] how i send Dynamic form field values??
I want to know how can i send the values of form fields build dynamic with prototype. i have the form as follow: <form id="id" method="post" action="url"> <div id="dynamicFields"></div> </form> with prototype i fill the dynamicFields DIV with <input> and <select> tags, but when i submit the form the values of
2006 Mar 29
1
Help: Input of form 1 to hidden field in form 2?
Hi all I''m new to rails an i''m trying to build a step by step form / process to gather data. For example: form one: User enters a 8 digit number the submit button points to form 2. form two: the 8 digit number from form one becomes a hidden field in form 2. The problem I have is that the entire hash from form 1 is showing up in form two rather than just the input data.
2005 Dec 17
2
Alternative to nested form tags
You can''t nest HTML forms, so I was wondering ... I have an HTML form, and I have one element where I want to use Ajax inside the form (e.g., a pop-up that contains a search box when there are too many items for a selection list) ... how would I accomplish that? If I could use nested form tags, I could put a small, one...