Jump to content

padmapraveen_vasili

Members
  • Posts

    39
  • Joined

  • Last visited

About padmapraveen_vasili

  • Birthday 09/04/1983

Contact Methods

  • Website URL
    http://
  • ICQ
    0
  • Yahoo
    prawyn_4983

Profile Information

  • Location
    Hyderabad
  • Interests
    Riding bikes,learn and learn.<br />lot more in collecting all time hit movies. Etc

padmapraveen_vasili's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi all,i had login page developed in HTML.i want to put some validation to the login and password field.the login should be exactly 6 : all numeric fields.The password has max lenght of 25.I want to validate the length of LOGIN ID. it should be 6 and throw the error to show invalid login ID( less than six)and if the login ID and password are entered correctly it has to go to a home page.htmlCan we hard code the data in a page.like the LOgin ID must be 123123 and password is USofA11 456456 and password is AtoZplease can any help me out for this issue.I am try to develop a prototye for a small project.Thanks to one and all in advance..
  2. ...any how i got a reply finally.but friend..i was told by some people like you that, it can be done but it takes a ling time to disable these options at the browser level.for example there are site where right click of mouse is not allowed..any how it is ajava script validation only.iam looking for a solution for these..of course i am not expecting the whole code.so please forwad my issue to your friends nearby. and help me..thanx in advance.
  3. Hi all,i have some data in PDF file formatt in my application.when ever users click on it, i want the file to open for them with only OPEN option on the pop up window.i dont want it show the "SAVE" option for the file. that is only read and they can canot save the file on to the disk or to any other data storing devices.my applictaion is built on java and uses struts framework. i hope to receive many good responses for my query.Life is just to play...shh... learn always how to play...thanx in advace.PadmaPraveen.V
  4. i was expecting fast reply from you ASPNET guy..yes they are radio buttons, we can not select both at time, we can select only one at a time.the other gets into disable mode. they have seperate drop downs.
  5. hi all,i have two check boxes A and B, they both result to a dropdown list for countries.if i check, box A it shows the dropdown for A and the dropdown for for B must be disabled. and viceversa. they are mutually exclusive.and the country selected in dropdown for A should not appear in dropdown for B.i think i have explained to my level best.can any one please give the script for this issue.thanks in advance to every one..
  6. hi blue...sorry i think i have confused you guys...i also need to restrict the special characters also...ie only A-Z a-z 0-9only the first two positions can allow the alpha numeric..and the rest three numeric..i can enter the follwing type values...AB12A23451B345AB345and the main thing here is that..minium of two characters must me entered..the rest three is not mandatory..so please do pardon for the mail i sent to you all..and here is my actual problem..help me out guys..
  7. yes friend...that document is the field POS value is got there to check...i need a script to validate the field such that it should accept two char ALPHANUMERIC and will take the rest numeric..for example: it can be 12345 AB123 1B234 A2345 or simply can take AB 12...and little goat i have used the on blur call for validation..its working..but i am not able to satisfy the above given requirement..please let me know if you need any other calrifications....
  8. hi...the code given by scott is working fine..but when i put the code in the jsp..its not working properly..for every input iam getting negative error "invalid entry"i have seprate function for length validationand finally onBlur='Jscript:validatefield();'function validatefield(){ var tomatch=/[A-Za-z0-9]\w{1,}[0-9]\d{2}/ if(tomatch.test(document.pos)) { alert("valid entry for the field") } else { alert("Invalid entry to field") }}
  9. thnk you dude....its now working ...thnks a lot for you and a special thnks for the forum too..have nice a time...learn and enjoy
  10. the code is not working for this combination of input 123AB..it is accepting the above inputplease do consider this one..valid inputs are 12345, AB123,A1234,1B123the last 3 digits must be numeric...and it should not allow any special charaters.
  11. hi friends..i have to validate the text box content.the text field must contain "min and max 0f 5 characters"it can take alphanumeric values alsoif it takes characters, only the first two should be allowedThe first two may be number or characterThe last 3 must be numericIe the field can take 12345 or AB123please can any one help me out the issue as soon as possiable....
  12. sorry lakshmi.....i ahve one more thing taht is of the same way if you get success in this way then no problem i have a detailed document how to do the other way...but it is bulky dont know how to transfer...any how iam trying to paste it down...but the thing is that you need to use the software called MIX-FIX falsh playerAdding a custom Flash animation created with Mix-FX is a snap in Cool page HTML editor. By following these simple steps, you will be up and running in no time at all and impressing all of your visitors with your talents!1. Create an animation in mix-fix2. Go to Save/Publish for web, and save the file with the filename animation. When you use publish for web in mix-fix you will create 2 files, namely the SWF file and the HTML file containing the SWf file. The HTML file will include the proper HTML Flash tags. Make sure that you save the animation files to the same directory that contains or will contain your website.In Cool Page HTML Editor, do the following. 3. Open Cool Page4. Open or create a new the HTML page into which you want to insert the Flash animation.5. Save the HTML file to your web site directory 6. Go to Insert/HTML Object7. Make sure the HTML Tab is active. In the respective text field area you must copy and paste the HTML code that you generated with Mix-FX when you used the "publish for web" save option.8. To do this Launch Notepad and open the just created animation.html file. Now select the HTML code between the <object> </object> tags. This is the code that you must copy and paste into the Cool Page HTML Object Properties text field area.9. To assign the SwF file you must click on Browse and select the created animation.swf 10. Now you are done with the HTML settings. The next step is to set the correct size of the SWF file.11. To do this Click on the General Tab button.11. Go to the width and height input fields and enter the same width and height that you used in the HTML code that you just pasted into the HTML area.12. Click On OK13. Finally save and preview your file. It's important that you save the file first before you click on preview, or else you will see nothing. There you have it, a nice simple way to add a little extra pizzazz to your Flash presentation!Hope this will give some clearance for you/…….PADMAPRAVEEN.VM1Software engineeriGATE Global solutionsHyderabd
  13. hi MONA.....i think u need to check the following lines in your code,what i found is almost correct....the document.write('<a name="top"></a><TABLE cellspacing="1" width="100%" bgcolor="#99ccff" border="2" >><TR><TH bgcolor="#ffff99" COLSPAN="3" ALIGN="LEFT">'+cat.getAttribute("NAME")+'</TH></Tplease do check the <a name="top">...</a>here you need to insert the table content and the for loop with the parent and child tags.or describe some action that makes to run the for loop in the <a> .....</a> tag
  14. After creating a Flash movie you choose File > Save As from the top menu to save your movie. Save the file as "Somefilename.fla". To embed the Flash movie you just made into an HTML page, you should go back to your Flash program and do the following steps:Step 1Choose File > Open. Open a Flash movie you have created.Step 2Choose File > Export Movie.Step 3Name the file "somefilename.swf". Choose the location where the file is to be stored (in your Web folder). Click OK.Step 4Open the HTML page where you want to insert your Flash movie. Insert this code:<object width="550" height="400"><param name="movie" value="somefilename.swf"><embed src="somefilename.swf" width="550" height="400"></embed></object> Note: This is the minimum code you need to embed a Flash movie in a browser. A broken icon will appear on the Web page if the user does not have the Flash plug-in installed.Note: In the code above there is both an <embed> tag and an <object> tag. This is because the <object> tag is recognized by Internet Explorer, and Netscape recognizes the <embed> tag and ignores the <object> tag.Step 5Type in the address of the HTML file in your browser and look at your first Flash movie.but lakshmi....i am not so efficient as u think ...iam an electrical engineer doing my VLSI and Embeded systems.iam fresher to IT industry iam only 23 years old.but i worked as software engineer in iGATE global solutions...i worked on oracle and java scripts...and i learn a lot from this forum....do keep posting your issues....thanks a lot for the reply......but one thing lakshmi..iam not clear about the data base you are speaking about...if you do this way ..you need to keep the file ....where you store the source code and all the web components.....hope it will clear your query.....if not please ..kindly ignore....
  15. hi abeetha....make sure of the query you raised...if and only if you upload some files or data...you can download. from the site.and regarding bindiing it has different meaning in contexts,please specify the domain that you are speaking about...place the query in the corresponding forum..so that people can help you sooon..this is a general forum..bye abeetha...
×
×
  • Create New...