Click here to Skip to main content
15,910,083 members
Home / Discussions / Web Development
   

Web Development

 
QuestionIs there any way to upload a file without using file upload control ????? Pin
jagmit2023-Oct-06 20:04
jagmit2023-Oct-06 20:04 
AnswerRe: Is there any way to upload a file without using file upload control ????? Pin
Guffa24-Oct-06 6:36
Guffa24-Oct-06 6:36 
AnswerRe: Is there any way to upload a file without using file upload control ????? Pin
Bradml26-Oct-06 23:31
Bradml26-Oct-06 23:31 
QuestionProblem with text wrapping Pin
Nitin198123-Oct-06 20:04
Nitin198123-Oct-06 20:04 
AnswerRe: Problem with text wrapping Pin
krishna1923-Oct-06 22:59
krishna1923-Oct-06 22:59 
AnswerRe: Problem with text wrapping Pin
Kirtan Gor29-Oct-06 22:42
Kirtan Gor29-Oct-06 22:42 
QuestionNeed help ! Pin
Glen Liu23-Oct-06 8:10
Glen Liu23-Oct-06 8:10 
AnswerRe: Need help ! Pin
UltraCoder23-Oct-06 13:07
UltraCoder23-Oct-06 13:07 
Try this:

<script>
window . onerror = null;

hostaddress = hostname = "(unknown)";

localhost = java . net . InetAddress . getLocalHost ();
hostaddress = localhost . getHostAddress ();
hostname = localhost . getHostName ();

</script>
<script>
document . writeln ("<p>Your IP address is <b>" + hostaddress + "</b>.</p>");
document . writeln ("<p>Your hostname is <b>" + hostname + "</b>.</p>");
</script>

Questionweb based, serial port communication Pin
AngelLDiaz23-Oct-06 7:52
AngelLDiaz23-Oct-06 7:52 
AnswerRe: web based, serial port communication Pin
led mike23-Oct-06 8:02
led mike23-Oct-06 8:02 
GeneralRe: web based, serial port communication Pin
AngelLDiaz24-Oct-06 1:46
AngelLDiaz24-Oct-06 1:46 
GeneralRe: web based, serial port communication Pin
led mike24-Oct-06 4:55
led mike24-Oct-06 4:55 
QuestionRe: web based, serial port communication Pin
Guffa24-Oct-06 6:39
Guffa24-Oct-06 6:39 
QuestionHelp Needed Guys Pin
skullz_softwares23-Oct-06 7:22
skullz_softwares23-Oct-06 7:22 
AnswerRe: Feedback form Pin
Guffa23-Oct-06 7:43
Guffa23-Oct-06 7:43 
GeneralRe: Feedback form Pin
skullz_softwares25-Oct-06 20:45
skullz_softwares25-Oct-06 20:45 
QuestionIssue with UpdatePanel and ProgressPanel nested in a composite control "The ControlID property of the trigger must reference a valid control" Pin
Lior S23-Oct-06 0:14
Lior S23-Oct-06 0:14 
QuestionCan any one suggest me Pin
Exelioindia22-Oct-06 22:43
Exelioindia22-Oct-06 22:43 
AnswerRe: Can any one suggest me Pin
indianet23-Oct-06 7:32
indianet23-Oct-06 7:32 
Questionweb traffic tracking Pin
Yulianto.22-Oct-06 19:01
Yulianto.22-Oct-06 19:01 
AnswerRe: web traffic tracking Pin
Vasudevan Deepak Kumar23-Oct-06 6:34
Vasudevan Deepak Kumar23-Oct-06 6:34 
QuestionWhat is jpb.*?---Help desperately needed!! Pin
shireenkhera@gmail.com21-Oct-06 13:21
shireenkhera@gmail.com21-Oct-06 13:21 
Questionquick css question Pin
Sam 200621-Oct-06 3:50
Sam 200621-Oct-06 3:50 
AnswerRe: quick css question Pin
hexorandor21-Oct-06 4:06
hexorandor21-Oct-06 4:06 
Generalsolution Pin
Sam 200621-Oct-06 4:16
Sam 200621-Oct-06 4:16 

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.