Click here to Skip to main content
15,921,905 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Javascript file existing checking Pin
Torsten Mauz30-Nov-06 1:35
Torsten Mauz30-Nov-06 1:35 
QuestionWORD SEARCHING AND LISTING CODE ON HTML PAGES [modified] Pin
MARSHAX29-Nov-06 1:18
MARSHAX29-Nov-06 1:18 
GeneralASP.NET Caching Problem Pin
Brady Kelly29-Nov-06 0:27
Brady Kelly29-Nov-06 0:27 
GeneralRe: ASP.NET Caching Problem Pin
Torsten Mauz29-Nov-06 11:59
Torsten Mauz29-Nov-06 11:59 
QuestionHow to use CDONTS in UNIX Server using ASP Pin
Debi Prasad28-Nov-06 23:42
Debi Prasad28-Nov-06 23:42 
AnswerRe: How to use CDONTS in UNIX Server using ASP Pin
Bradml29-Nov-06 0:09
Bradml29-Nov-06 0:09 
GeneralRe: How to use CDONTS in UNIX Server using ASP Pin
Brady Kelly29-Nov-06 0:28
Brady Kelly29-Nov-06 0:28 
QuestionAbout the CodeProject page "script/comments/user_reply.asp" Pin
Davids_Maguire28-Nov-06 22:07
Davids_Maguire28-Nov-06 22:07 
hi all .. I was browsing the CodeProjectSmile | :) looking for something then I get to the "user_reply.asp" Page and I found my self really interested in the preview button in the page specially that I'm not a good js Coder .. any way I found the button goes to the following function

function Preview() <br />
{<br />
if (Submitted) return false;<br />
PreviewWnd = open("","preview","toolbar=no,resizable=yes,scrollbars=yes,directories=no,menubar=no,width=400,height=300");<br />
document.MessageForm.action = "/script/comments/preview.asp";<br />
document.MessageForm.target = "preview";<br />
return true; <br />
}


three functions that I'm intersted in .. i know about "open" and "action" too .. but
1)how they are used here what is the scenario?? ..
2)does this code allready submits the form to the page "preview.asp"? or just change the forms action ?
3)and why set the "target" to preview ??
as being an ASP.net developper .. 4)is there a way to read "user_reply.asp" controls data in the server side code of "preview.asp" in order to construct the page according to user input ??

too many questions !!! Confused | :confused:
thanks in advance
AnswerRe: About the CodeProject page "script/comments/user_reply.asp" Pin
Guffa29-Nov-06 0:16
Guffa29-Nov-06 0:16 
GeneralRe: About the CodeProject page "script/comments/user_reply.asp" Pin
Davids_Maguire29-Nov-06 1:22
Davids_Maguire29-Nov-06 1:22 
AnswerRe: About the CodeProject page "script/comments/user_reply.asp" Pin
Guffa29-Nov-06 13:21
Guffa29-Nov-06 13:21 
Questionproblem with frame levels Pin
Wim Engberts28-Nov-06 22:00
Wim Engberts28-Nov-06 22:00 
AnswerRe: problem with frame levels Pin
Bradml28-Nov-06 22:44
Bradml28-Nov-06 22:44 
GeneralRe: problem with frame levels Pin
Wim Engberts28-Nov-06 22:50
Wim Engberts28-Nov-06 22:50 
GeneralRe: problem with frame levels Pin
Bradml28-Nov-06 22:56
Bradml28-Nov-06 22:56 
GeneralRe: problem with frame levels Pin
Wim Engberts28-Nov-06 23:10
Wim Engberts28-Nov-06 23:10 
GeneralRe: problem with frame levels Pin
Bradml29-Nov-06 0:34
Bradml29-Nov-06 0:34 
GeneralRe: problem with frame levels Pin
Wim Engberts29-Nov-06 0:43
Wim Engberts29-Nov-06 0:43 
GeneralRe: problem with frame levels Pin
Bradml29-Nov-06 0:50
Bradml29-Nov-06 0:50 
GeneralRe: problem with frame levels Pin
Wim Engberts29-Nov-06 1:24
Wim Engberts29-Nov-06 1:24 
GeneralRe: problem with frame levels Pin
Wim Engberts28-Nov-06 23:30
Wim Engberts28-Nov-06 23:30 
Questionproblem with update database in php Pin
Arif Liminto28-Nov-06 21:30
professionalArif Liminto28-Nov-06 21:30 
AnswerRe: problem with update database in php Pin
Bradml28-Nov-06 22:42
Bradml28-Nov-06 22:42 
QuestionProblem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 20:06
resmy.m@gmail.com28-Nov-06 20:06 
AnswerRe: Problem with XMLHTTPRequest Pin
Bradml28-Nov-06 20:16
Bradml28-Nov-06 20: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.