Click here to Skip to main content
16,004,453 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Does anyone know of any good Dreamweaver alternatives? Pin
Kenny McKee8-Jan-09 15:05
Kenny McKee8-Jan-09 15:05 
Question, I need to a browse button to be able to open an image in the image control and also be able to get the path for the image... Can anyone help... Pin
akshayshirke117-Jan-09 3:00
akshayshirke117-Jan-09 3:00 
AnswerRe: , I need to a browse button to be able to open an image in the image control and also be able to get the path for the image... Can anyone help... Pin
SeMartens7-Jan-09 21:13
SeMartens7-Jan-09 21:13 
QuestionSEND EMAIL IN PHP Pin
Deepak C Lakshman6-Jan-09 8:50
Deepak C Lakshman6-Jan-09 8:50 
AnswerRe: SEND EMAIL IN PHP Pin
leckey6-Jan-09 9:42
leckey6-Jan-09 9:42 
AnswerRe: SEND EMAIL IN PHP Pin
Aman Bhullar6-Jan-09 20:29
Aman Bhullar6-Jan-09 20:29 
GeneralRe: SEND EMAIL IN PHP Pin
Deepak C Lakshman7-Jan-09 6:47
Deepak C Lakshman7-Jan-09 6:47 
AnswerRe: SEND EMAIL IN PHP Pin
Mohammad Dayyan8-Jan-09 10:14
Mohammad Dayyan8-Jan-09 10:14 
QuestionJavascript problem please help me? Pin
srinivassam5-Jan-09 22:44
srinivassam5-Jan-09 22:44 
AnswerRe: Javascript problem please help me? Pin
Aman Bhullar6-Jan-09 0:04
Aman Bhullar6-Jan-09 0:04 
AnswerRe: Javascript problem please help me? Pin
il_manti10-Jan-09 20:55
il_manti10-Jan-09 20:55 
QuestionDetermine Installed Apps on client pc Pin
Armandt__5-Jan-09 20:21
Armandt__5-Jan-09 20:21 
AnswerRe: Determine Installed Apps on client pc Pin
Aman Bhullar6-Jan-09 20:30
Aman Bhullar6-Jan-09 20:30 
GeneralRe: Determine Installed Apps on client pc Pin
Armandt__6-Jan-09 21:00
Armandt__6-Jan-09 21:00 
GeneralRe: Determine Installed Apps on client pc Pin
Hema Bairavan8-Jan-09 5:10
Hema Bairavan8-Jan-09 5:10 
GeneralRe: Determine Installed Apps on client pc Pin
Armandt__8-Jan-09 18:48
Armandt__8-Jan-09 18:48 
QuestionAny other way to dynamically generate Crystal report then VB Pin
Chinzac5-Jan-09 10:51
Chinzac5-Jan-09 10:51 
Questionsend sms from website Pin
Marc Soleda5-Jan-09 4:06
Marc Soleda5-Jan-09 4:06 
AnswerRe: send sms from website Pin
Aman Bhullar5-Jan-09 4:42
Aman Bhullar5-Jan-09 4:42 
QuestionLooking for a 'create row' script/component (Classic ASP). AJAX? Pin
wanadoo4-Jan-09 23:35
wanadoo4-Jan-09 23:35 
AnswerRe: Looking for a 'create row' script/component (Classic ASP). AJAX? Pin
Aman Bhullar5-Jan-09 19:22
Aman Bhullar5-Jan-09 19:22 
wanadoo wrote:
Hope that is clear(!) Any guidance would be much appreciated.



You need following steps to do the task

1. Place a div tag on the page.
2. Create a global variale in Javascript with default value '1'
3. When user hit a Create Button from interface, it should call Javascript function. This function should, create a new Table, assisgn this table the ID that the Global variable has. Now create as many as controls you want. For eg for 'name' create input control with id name_1 i.e. append the value of varible to id of every control.
Now with the delete function of row create it as DeleteRow(1); 1-value of global row. now the called function knows which table and controls to delete.
Increment the Global variable by 1(One)
4. Append the generated table text to the DIV.
QuestionRegex Allow only spaces and charcters in a textbox Pin
Member 40066484-Jan-09 19:14
Member 40066484-Jan-09 19:14 
AnswerRe: Regex Allow only spaces and charcters in a textbox Pin
Mohammad Dayyan5-Jan-09 19:26
Mohammad Dayyan5-Jan-09 19:26 
QuestionHow to stop multiple login with same userid and password? - ASP Pin
Jaiprakash M Bankolli2-Jan-09 21:05
Jaiprakash M Bankolli2-Jan-09 21:05 
AnswerRe: How to stop multiple login with same userid and password? - ASP Pin
Aman Bhullar3-Jan-09 5:07
Aman Bhullar3-Jan-09 5:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.