•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 401,969 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,858 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 955 | Replies: 8
![]() |
•
•
Join Date: Mar 2008
Posts: 12
Reputation:
Rep Power: 1
Solved Threads: 0
Hi all,
Actually, I had posted a thread in the php forum. But I don't know the javascripts and AJAX very well, so would like ask for help from anyone here.
The code below is originally from edit-in-place scripts. But this didn't work for my case. Does anyone know about this?
inside editinplace.js
Thanks in advance.
Actually, I had posted a thread in the php forum. But I don't know the javascripts and AJAX very well, so would like ask for help from anyone here.
The code below is originally from edit-in-place scripts. But this didn't work for my case. Does anyone know about this?
inside editinplace.js
function init(){
var max=50;
for(i=1; i<max; i++){
makeEditable('item_'+i ; );
}
}Thanks in advance.
Last edited by littlegreen : Mar 3rd, 2008 at 11:56 am.
hi
you can access multiple controls as...
Got it?
you can access multiple controls as...
For i = 8 to 13
fileName = LCase(load.getFileName("file" & i ))Got it?
Accept Challenges and Enjoy Coding... :)
•
•
Join Date: Mar 2008
Posts: 12
Reputation:
Rep Power: 1
Solved Threads: 0
•
•
•
•
hi
you can access multiple controls as...
For i = 8 to 13 fileName = LCase(load.getFileName("file" & i ))
Got it?
Hi sbv,
Thanks, but i don't get what you mean (forgive me because I'm quite blur)?
mm.. is it related to uploading files? If that is the case, I don't need to upload any file.. and where should I place your code? the code you provided is in what language? ASP? For your information, I'm using PHP.
Thanks. •
•
Join Date: Jan 2008
Location: Bangalore, India
Posts: 336
Reputation:
Rep Power: 0
Solved Threads: 32
•
•
•
•
Multiple items with the same id problem (edit-in-place)
so what is actually your problem ????
what you want to do in PHP ??
your exact problem definition will help us to answer you quickly.
what ever sbv ^ has posted is a way to solve id problem. using this example you can solve your id problem. this is not the exact solution but a way how probably you can solve same id problem.
Last edited by DangerDev : Mar 5th, 2008 at 8:38 am.
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila.
~Mitch Ratcliffe
~Mitch Ratcliffe
•
•
Join Date: Mar 2008
Posts: 12
Reputation:
Rep Power: 1
Solved Threads: 0
•
•
•
•
So did you get the solution yet or not. If no then please elaborate your need.
Best Luck
Thanks, sbv. I had done what I want but there's another problem with me. There's a error on the page icon appears in my ie browser when i view the page. I don't know why...
inside the editinplace.js,
function init(){
var max=50;
for(i=1; i<max; i++){
makeEditable('item_'+i ); // after i remove the semicolon, i can get what i need. but i get the error on the page icon in the left bottom of the browser.
}
}
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- memory management in wndows 2000 (Windows NT / 2000 / XP / 2003)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: New to AJAX.
- Next Thread: Drop Down Menu Refresh ....pls help????



Linear Mode