Click here to Skip to main content
15,892,059 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to get output in ASP from output parameter of SP Pin
Ankur.Bakliwal19-Feb-07 1:42
Ankur.Bakliwal19-Feb-07 1:42 
AnswerRe: How to get output in ASP from output parameter of SP Pin
andyharman19-Feb-07 3:12
professionalandyharman19-Feb-07 3:12 
QuestionHelp for array in Javascript!!! Pin
hiral_shah18-Feb-07 23:38
hiral_shah18-Feb-07 23:38 
AnswerRe: Help for array in Javascript!!! Pin
Bradml18-Feb-07 23:56
Bradml18-Feb-07 23:56 
GeneralRe: Help for array in Javascript!!! Pin
hiral_shah19-Feb-07 1:15
hiral_shah19-Feb-07 1:15 
GeneralRe: Help for array in Javascript!!! Pin
Paddy Boyd19-Feb-07 3:33
Paddy Boyd19-Feb-07 3:33 
GeneralRe: Help for array in Javascript!!! Pin
hiral_shah19-Feb-07 17:37
hiral_shah19-Feb-07 17:37 
GeneralRe: Help for array in Javascript!!! Pin
Bradml19-Feb-07 18:26
Bradml19-Feb-07 18:26 
GeneralRe: Help for array in Javascript!!! Pin
hiral_shah19-Feb-07 21:41
hiral_shah19-Feb-07 21:41 
QuestionPopulating data grid in C# asp.net web application Pin
EEmaan18-Feb-07 21:16
EEmaan18-Feb-07 21:16 
AnswerRe: Populating data grid in C# asp.net web application Pin
kubben19-Feb-07 4:45
kubben19-Feb-07 4:45 
QuestionJRE plug in for IE Pin
Prashant C18-Feb-07 20:00
Prashant C18-Feb-07 20:00 
AnswerRe: JRE plug in for IE Pin
badgrs19-Feb-07 8:49
badgrs19-Feb-07 8:49 
Questionjavascript popup and PHP Pin
jotorres18-Feb-07 19:32
jotorres18-Feb-07 19:32 
ok well, heres a lil problem i'm comfronting.

i'm currently desgining a website, and this is what i have:

<form action = "#" method = "post" name = "message" onsubmit = "return formValidation()">
<input type = "text" name = "celPhone">

well ok, aside from all the javascript functions and stuff, i just want to know, is there any way possible for me to send the variable "celPhone" to a popup window that i have?

i did some debugging on the popup, window with:

$CELPHONE = $_POST["celPhone"];
echo $CELPHONE; -- doesn't work
echo $CELPHONE."<b>Is your number</b>"; -- doesn't work
echo $_POST["celPhone"]; -- didn't work either.

now here's the interesting part, i put on the html:
<form action = "sent.php" etc...>
all those codes work fine, but not on the popup.

anyone have any solution for me? any suggestions...??
it would be great,
thanks in advance!




The slowest components sits at the keyboard.
AnswerRe: javascript popup and PHP Pin
Bradml18-Feb-07 23:54
Bradml18-Feb-07 23:54 
GeneralRe: javascript popup and PHP Pin
jotorres19-Feb-07 6:06
jotorres19-Feb-07 6:06 
GeneralRe: javascript popup and PHP Pin
badgrs19-Feb-07 8:48
badgrs19-Feb-07 8:48 
QuestionIssues with Server.UrlEncode Pin
Nigel K Williams17-Feb-07 13:02
Nigel K Williams17-Feb-07 13:02 
AnswerRe: Issues with Server.UrlEncode Pin
Guffa17-Feb-07 14:27
Guffa17-Feb-07 14:27 
GeneralRe: Issues with Server.UrlEncode Pin
Nigel K Williams17-Feb-07 21:35
Nigel K Williams17-Feb-07 21:35 
AnswerRe: Issues with Server.UrlEncode Pin
Guffa18-Feb-07 2:17
Guffa18-Feb-07 2:17 
GeneralRe: Issues with Server.UrlEncode Pin
Nigel K Williams18-Feb-07 5:24
Nigel K Williams18-Feb-07 5:24 
GeneralRe: Issues with Server.UrlEncode Pin
Guffa18-Feb-07 6:59
Guffa18-Feb-07 6:59 
GeneralRe: Issues with Server.UrlEncode [modified] Pin
Nigel K Williams18-Feb-07 7:06
Nigel K Williams18-Feb-07 7:06 
GeneralRe: Issues with Server.UrlEncode Pin
Fred_Smith18-Feb-07 12:37
Fred_Smith18-Feb-07 12:37 

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.