Click here to Skip to main content
15,899,754 members
Home / Discussions / Web Development
   

Web Development

 
QuestionUsage of "long" in oracle database Pin
gReaen30-Nov-07 21:41
gReaen30-Nov-07 21:41 
GeneralRe: Usage of "long" in oracle database Pin
Michael Sync3-Dec-07 16:12
Michael Sync3-Dec-07 16:12 
Questiontesting Pin
myprogs30-Nov-07 14:58
myprogs30-Nov-07 14:58 
AnswerRe: testing Pin
Paul Conrad1-Dec-07 9:55
professionalPaul Conrad1-Dec-07 9:55 
Questionready made web sites Pin
myprogs30-Nov-07 14:57
myprogs30-Nov-07 14:57 
AnswerRe: ready made web sites Pin
Christian Graus1-Dec-07 9:41
protectorChristian Graus1-Dec-07 9:41 
AnswerRe: ready made web sites Pin
Paul Conrad1-Dec-07 9:56
professionalPaul Conrad1-Dec-07 9:56 
QuestionJavascript help! Problem using Writeline, Please help , school project Pin
mdetwile30-Nov-07 13:00
mdetwile30-Nov-07 13:00 
For some reason, no value is getting put into the text file I'm trying to create. Have tried numerous things, just shows up as a blank, as if the select box is empty, but it does have a value in it! if i remove the .value it displays [object] so i know its at least recognizing as an object. Please help this is for a school final project!
I left out a lot of unnecessary code, if you think i left out something important let me know. Thank you all for your help.



function send() {
f = document.form // Make a form variable
e = f.email.value // define email variable

c = f.MWc1.value

alert ("email is: " + c)

var fso = new ActiveXObject("Scripting.FileSystemObject");
var s = fso.CreateTextFile("C:\Users\Matt\Desktop", true);

s.WriteLine(" test ");
s.WriteLine(c);

s.Close();

return true;
}




....etc. etc...


Jackson State
Florida







E-mail Address:







Confused | :confused:


Matt

AnswerRe: Javascript help! Problem using Writeline, Please help , school project Pin
Christian Graus30-Nov-07 14:53
protectorChristian Graus30-Nov-07 14:53 
AnswerRe: Javascript help! Problem using Writeline, Please help , school project Pin
Guffa1-Dec-07 2:47
Guffa1-Dec-07 2:47 
GeneralRe: Javascript help! Problem using Writeline, Please help , school project Pin
mdetwile1-Dec-07 9:44
mdetwile1-Dec-07 9:44 
GeneralRe: Javascript help! Problem using Writeline, Please help , school project Pin
Guffa1-Dec-07 10:30
Guffa1-Dec-07 10:30 
QuestionWSDL Pin
jesarg30-Nov-07 10:54
jesarg30-Nov-07 10:54 
QuestionWSS web parts and javascript integration Pin
Chris McGlothen30-Nov-07 7:11
Chris McGlothen30-Nov-07 7:11 
Questionusing javascript popup in asp.net to print some server side content Pin
DownBySpj30-Nov-07 2:19
DownBySpj30-Nov-07 2:19 
AnswerRe: using javascript popup in asp.net to print some server side content Pin
Chris McGlothen30-Nov-07 7:14
Chris McGlothen30-Nov-07 7:14 
QuestionCodinate Pin
govindparashar30-Nov-07 1:48
govindparashar30-Nov-07 1:48 
AnswerRe: Codinate Pin
Paul Conrad1-Dec-07 15:27
professionalPaul Conrad1-Dec-07 15:27 
QuestionFullscreen does not work off site ? Pin
Christian Graus29-Nov-07 23:31
protectorChristian Graus29-Nov-07 23:31 
AnswerRe: Fullscreen does not work off site ? Pin
Vasudevan Deepak Kumar30-Nov-07 1:29
Vasudevan Deepak Kumar30-Nov-07 1:29 
AnswerRe: Fullscreen does not work off site ? Pin
Shog930-Nov-07 5:31
sitebuilderShog930-Nov-07 5:31 
GeneralRe: Fullscreen does not work off site ? Pin
Christian Graus30-Nov-07 11:00
protectorChristian Graus30-Nov-07 11:00 
GeneralRe: Fullscreen does not work off site ? Pin
Shog930-Nov-07 11:27
sitebuilderShog930-Nov-07 11:27 
GeneralRe: Fullscreen does not work off site ? Pin
Christian Graus30-Nov-07 14:56
protectorChristian Graus30-Nov-07 14:56 
GeneralRe: Fullscreen does not work off site ? Pin
Shog930-Nov-07 17:35
sitebuilderShog930-Nov-07 17:35 

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.