Web forms Questions

1

Limit for number of rows and columns in planning webforms?
Hi is there any limitations for no of rows or columns in planning webforms.is it possible to have 2500 rows and 25 columns in webforms.

Answer Question   |  December 7, 2010  4:01 PM
Web forms, Windows XP
asked by:
5 pts.

Use VB Script to Populate a form in IE8
I would like to use vbscript to populate pre-defined fields on forms from a website. I have written some code which should work but I must be missing something. Here is the code I have now… DIM objBrowser DIM objForm Set objBrowser = CreateObject(“InternetExplorer.Application”) objBrowser.navigate “https://accounts.craigslist.org/” objBrowser.Visible = True While objBrowser.Busy   WScript.Sleep 50 Wend [...]

Answer Question   |  January 11, 2010  7:27 PM
forms, VBScript, Web forms
asked by:
5 pts.

Web based forms and Oracle databases
I am researching software that designs/builds web based forms for data input and output that will work with Oracle. I am looking for suggestions on the newest most efficient software available for designing, creating and managing webforms that comunicate to an Oracle database

Answer Question   |  April 1, 2009  4:07 PM
Oracle Database, Web forms
asked by:
5 pts.

Reduce the size of original checkbox
i need to reduce the size of the checkbox. the size should be smaller then the checkbox we orginal use..it should be changed as the parameters we give…..

Answer Question   |  March 9, 2009  9:54 AM
CheckBox, CSS, Web development, Web forms
asked by:
988
30 pts.

Help a beginner! What is wrong with this VBScript code?
<html> <head> <%Dim ColorIndex(4),Colors(4),i %> </head> <body> <%ColorIndex(1)=”Love”:ColorIndex(2)=”Jealous”:ColorIndex(3)=”Peace”:ColorIndex(4)=+”Leading” Colors(1)=”red”:Colors(2)=”yellow”:Colors(3)=”green”:Colors(4)=”blue”%> <form name =”myform”> <select name=”mycolors” onchange =”GetIndex()”> <% for i=1 to 4 %> <option><%= Colors(i)%></option> <% Next %> </select> <script language =”vbscript”> sub getIndex() dim c c=myform.mycolors.selectedIndex msgbox “you selected “& “<%=Colors(c)%>” & ” which means ” & “<%=colorIndex(c)%>” ‘c won’t work here end sub </script></form> [...]

Answer Question   |  January 27, 2009  6:33 AM
Arrays, VBScript, Web development, Web forms
asked by:
70 pts.

jQuery change INPUT type – name or full field on forms
Hi, I´m really busy on this, I need a Jquery to replace some form and input attributes because I´m using a third part script wich don´t give me a chance to change the ids and classes. I searched all internet and now I decided to post here… I need Jquery to change the fields (on [...]

Answer Question   |  April 23, 2009  3:21 PM
INPUT element, INPUT tag, INPUT TYPE, JavaScript, JavaScript libraries, jquery, Web development, Web forms
asked by:
5 pts.

Web email form
I need to make an email form work with a file upload option. Basically, I want the user to input their information into fields, include a file, and then have all the information sent to me in an email (including the file). Is this possible?

Answer Question   |  April 14, 2008  5:28 PM
PHP, Web development, Web forms
asked by:
15 pts.

1