Click here to Skip to main content
15,920,602 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Javascript size limit? Pin
Guffa2-Aug-05 9:57
Guffa2-Aug-05 9:57 
Questionwhat is a multiplexing server? Pin
ThinkingPrometheus2-Aug-05 2:39
ThinkingPrometheus2-Aug-05 2:39 
GeneralAdding to a table using Javascript Pin
totig2-Aug-05 2:01
totig2-Aug-05 2:01 
GeneralRe: Adding to a table using Javascript Pin
enjoycrack2-Aug-05 16:23
enjoycrack2-Aug-05 16:23 
GeneralJavascript question Pin
AlphonseElric1-Aug-05 23:25
AlphonseElric1-Aug-05 23:25 
GeneralRe: Javascript question Pin
Guffa2-Aug-05 0:44
Guffa2-Aug-05 0:44 
GeneralRe: Javascript question Pin
AlphonseElric2-Aug-05 15:16
AlphonseElric2-Aug-05 15:16 
GeneralRe: Javascript question Pin
Guffa2-Aug-05 23:06
Guffa2-Aug-05 23:06 
Ok, here is a simple example:

page1.html:

<html><br />
<head><br />
<title>page 1</title><br />
</head><br />
<body><br />
<form method="get" action="page2.html"><br />
name:<input type="text" name="name"><br />
info:<input type="text" name="info"><br />
<input type="submit"><br />
</form><br />
</body><br />
</html>


page2.html:

<html><br />
<head><br />
<title>page 2</title><br />
</head><br />
<body><br />
Form data:<br><br />
<script type="text/javascript"><br />
document.write(document.location.search);<br />
</script><br />
</body><br />
</html>


---
b { font-weight: normal; }

GeneralRe: Javascript question Pin
AlphonseElric2-Aug-05 23:29
AlphonseElric2-Aug-05 23:29 
GeneralRe: Javascript question Pin
Guffa3-Aug-05 1:44
Guffa3-Aug-05 1:44 
GeneralRe: Javascript question Pin
AlphonseElric3-Aug-05 15:28
AlphonseElric3-Aug-05 15:28 
GeneralRe: Javascript question Pin
Guffa4-Aug-05 5:46
Guffa4-Aug-05 5:46 
QuestionFind local time from HTTP request - is it possible? Pin
nzmike1-Aug-05 17:21
nzmike1-Aug-05 17:21 
AnswerRe: Find local time from HTTP request - is it possible? Pin
minhpc_bk1-Aug-05 17:47
minhpc_bk1-Aug-05 17:47 
GeneralRe: Find local time from HTTP request - is it possible? Pin
nzmike1-Aug-05 17:55
nzmike1-Aug-05 17:55 
GeneralArray Pin
Anonymous1-Aug-05 16:32
Anonymous1-Aug-05 16:32 
QuestionSocks Tunneling? Pin
Hadi Fakhreddine1-Aug-05 7:09
Hadi Fakhreddine1-Aug-05 7:09 
GeneralServer can't send data.. Pin
RoyRose781-Aug-05 2:18
RoyRose781-Aug-05 2:18 
GeneralFile Upload in ASP (size up to 10 MB) Pin
Member 55690231-Jul-05 18:47
Member 55690231-Jul-05 18:47 
GeneralRe: File Upload in ASP (size up to 10 MB) Pin
nzmike1-Aug-05 17:24
nzmike1-Aug-05 17:24 
GeneralASP script error Pin
lykazire31-Jul-05 17:38
lykazire31-Jul-05 17:38 
GeneralWindows 2000 Server Pin
Grahamfff30-Jul-05 10:55
Grahamfff30-Jul-05 10:55 
GeneralRe: Windows 2000 Server Pin
Guffa31-Jul-05 3:43
Guffa31-Jul-05 3:43 
GeneralRe: Windows 2000 Server Pin
Grahamfff31-Jul-05 11:36
Grahamfff31-Jul-05 11:36 
GeneralRe: Windows 2000 Server Pin
Guffa31-Jul-05 12:13
Guffa31-Jul-05 12:13 

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.