Click here to Skip to main content
15,909,205 members
Home / Discussions / Web Development
   

Web Development

 
GeneralAbout MAC address Pin
Marker00718-Dec-07 19:52
Marker00718-Dec-07 19:52 
GeneralRe: About MAC address Pin
Johnny ²18-Dec-07 20:18
Johnny ²18-Dec-07 20:18 
QuestionDrag and drop Files from Windows explorer to List box Pin
ram197418-Dec-07 19:03
ram197418-Dec-07 19:03 
GeneralRe: Drag and drop Files from Windows explorer to List box Pin
Johnny ²18-Dec-07 20:22
Johnny ²18-Dec-07 20:22 
GeneralRe: Drag and drop Files from Windows explorer to List box [modified] Pin
ram197418-Dec-07 20:59
ram197418-Dec-07 20:59 
GeneralRe: Drag and drop Files from Windows explorer to List box Pin
Michael Sync18-Dec-07 22:34
Michael Sync18-Dec-07 22:34 
GeneralRegarding treeview Drag and Drop Pin
sandhya1418-Dec-07 17:37
sandhya1418-Dec-07 17:37 
Generaldocument.all nightmare Pin
Alaric_18-Dec-07 11:51
professionalAlaric_18-Dec-07 11:51 
Hi everybody...I'm required to make changes to somebody else's system and they've got deprecated DOM references all over the place. I would prefer to write using calls to the current DOM, but I honestly can't think of a replacement for a call that was made. Does anyone know of a call to replace this?
function populateCallingForm(value){
var obj = document.all.txtControl.value;
parent.opener.document.all(obj).value = value;
}


...the gist of this: a web application was developed that tries to provide client/server functionality(oh gee....surprise surprise) and a button click event fires off a javascript function that opens a form inside a "window.open()" call and passes disgustingly ambiguous parameters(you don't want me to explain lol) into the QueryString. The form inside the new window reads the QueryString and stores the id of the calling control in 'txtControl.' When the "new" form is closed, the value that was selected on it needs to be transported back to the page that called it in the first place....never done this on the web before, because this is client/server functionality ...and for some reason they chose against AJAX to do this, (they used the old IE4/Nav4 DOM)
"I need build Skynet. Plz send code"

QuestionTextbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200418-Dec-07 11:46
hifiger200418-Dec-07 11:46 
AnswerRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_18-Dec-07 11:56
professionalAlaric_18-Dec-07 11:56 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200418-Dec-07 14:29
hifiger200418-Dec-07 14:29 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_18-Dec-07 15:38
professionalAlaric_18-Dec-07 15:38 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200418-Dec-07 18:47
hifiger200418-Dec-07 18:47 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_19-Dec-07 1:39
professionalAlaric_19-Dec-07 1:39 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200419-Dec-07 2:33
hifiger200419-Dec-07 2:33 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_19-Dec-07 4:52
professionalAlaric_19-Dec-07 4:52 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200419-Dec-07 5:11
hifiger200419-Dec-07 5:11 
AnswerRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_19-Dec-07 5:49
professionalAlaric_19-Dec-07 5:49 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200419-Dec-07 12:28
hifiger200419-Dec-07 12:28 
QuestionNeed JavaScript for Data validation in grid Pin
chand1018-Dec-07 5:05
chand1018-Dec-07 5:05 
GeneralRe: Need JavaScript for Data validation in grid Pin
ram197418-Dec-07 19:09
ram197418-Dec-07 19:09 
GeneralFirst VS2005 and MS Access Web Project Pin
jszabo18-Dec-07 0:45
jszabo18-Dec-07 0:45 
AnswerRe: First VS2005 and MS Access Web Project Pin
jchalfant18-Dec-07 4:38
jchalfant18-Dec-07 4:38 
GeneralRe: First VS2005 and MS Access Web Project Pin
jszabo18-Dec-07 12:49
jszabo18-Dec-07 12:49 
GeneralRe: First VS2005 and MS Access Web Project Pin
jszabo22-Dec-07 0:33
jszabo22-Dec-07 0:33 

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.