Login Register

form

Security tip in network listening hack technique

Did you ever thing the password that you submit into a page without SSL can be read from network listening hack technique?

see this page :
http://www.mhf.ir/2008/12/01/security-tip-in-network-listening-hack-tech...

this is my idea. :D
comment to me at my blog and if this method is usefull use it as the dojo toolkit. :D

good luck and be waiting.

ContentPane don't support FORM?

Hi,
Hi have in my application a ContenPane widget with attrib href=URL
URL is a particular designed page with a <FORM> html and other field...
When I click on the contentpane with the Firebug Inspector  I see that the tag <FORM ...> and </FORM> are removed from contenpane.

It's normal this for you?
The contentpane don't support the <form> ??

This because if I submit my form inside a contentpane ..don't work...

Have you any suggest for me?

P.S. I use the last version of dojo toolkit (1.2.1)

 

How to enable TextBox Dijit to save Login Data? (i.e Firefox Password-Store)

hi,

I searched in google and in whole dojo site but found any answer

How can I get Form Dijits (TextBox and Form) to login data like normal html input fields?

I'm using those dijits for a really long time but I've never seen this behaviour :(

thx and greetings,
Melchior

Conditionally Required Form Fields

Can you anyone point me in the right direction for handling form fields that are conditionally required? For example, if FieldA=yes/no is required, but FieldB is required only if FieldA=yes. I am using the required="true" attribute on FieldA. However, this does not work when required="true" on FieldB and response for FieldA=no. I have many cases like this in a form and some that nest many levels. Also, I am new to dojo. Thank you.

Lotus Domino Form ...Web with Dojo

Hi to all,
If I want realized my Dojo application with Lotus Domino like example mail
http://dojotoolkit.org/demos/email-using-1-0

I have some problem for using a TabContainer because all document that I use in Domino are FORM.
My problem is that into a ContentPane I can't use a Form because this TAG are removed.

For you what's the workaround for realized my application Dojo in Domino using TabContainer?

Tnx you for any suggest

Insert FORM tag html into a ContentPane widget don't work

I have this scenario :

a) I create dinamically a contentPane widget in my applicazion using the setHref(url) method
( the URL is a page with the FORM HTML inside )
b) If with the firebug inspector I analize the contentpane, I see that the tag html <FORM...> </FORM> are deleted from the content.

So that If I submit the form inside the contenpane...no work because there aren't the html <form> </form>

Problems when dynamically adding dijits to a form

I'm fairly new to Dojo, but wasn't able to find any information on this by searching (perhaps my search-fu is weak).

I'm attempting to have some local javascript add a second set of fields to a form. After running the function that adds them (and calls the parser), they work fine, but the previously generated versions get broken.

You can see the problem here:

http://geeklair.net/~dluke/dojo_problem.html

Here's an excerpt of the code:

dojo.require("dijit.form.Form");
dojo.require("dijit.form.TextBox");

Fields generated by javascript not posting?

I'm having a problem posting a form and was wondering if anyone here could help.

I have a form that has a user control inside of it, this user control will prompt for two dates, but the user has to be able to add as many date ranges as they want. So when they click the "Add" button, this code gets executed to generate the two textboxes. This is just one to make it easier to read:

var newSDTB = document.createElement('input');
newSDTB.id = this._count;
newSDTB.setAttribute('type', 'text');

Form Validation

Hello,

I´ve searched for a long time, but I have still no answer.
It would be fine, if someone can help me with this problem...

I have an form, with a dynamic number of ValidationTextBoxes that work ( they show invalidMessages and so on).
The problem is, when I submit the form - there is no warning, if an ValidationTextBox throws an invalidMessage.

Now, I want that the form only can be submitted, if no field is throwing an invalidMessage.
Please give me some help - the help I found until now was not really helpful.

heeelp: how to get >enctype='multipart/form-data'< into a programmaticly builded form dijit??

hi guys!

I switched over from using dojoType-inline-tags to programmaticly way.

Now I've got some big problems within uploading files!
The firebug-console is shouting that enctype='multipart/form-data and method=POST
are missing!

At the time when I did it by dojoType both of the parameters where overtaken into the dijit.
Now by doing it programmaticly both aren't overtaken

I searched the website and looked into the dijit-form classes without any success :(

1. the plain html tags (to be rendered programmaticly)

Syndicate content