Click here to Skip to main content
15,912,977 members
Home / Discussions / Web Development
   

Web Development

 
QuestionMaking a new line? Pin
30-Jan-02 8:05
suss30-Jan-02 8:05 
AnswerRe: Making a new line? Pin
Jon Sagara30-Jan-02 8:36
Jon Sagara30-Jan-02 8:36 
GeneralRe: Making a new line? Pin
30-Jan-02 11:50
suss30-Jan-02 11:50 
GeneralMessage Boxes Pin
Wildcard29-Jan-02 16:16
Wildcard29-Jan-02 16:16 
GeneralRe: Message Boxes Pin
Paul Watson29-Jan-02 23:10
sitebuilderPaul Watson29-Jan-02 23:10 
GeneralRe: Message Boxes Pin
Paul Watson31-Jan-02 4:29
sitebuilderPaul Watson31-Jan-02 4:29 
GeneralLogin against a database Pin
28-Jan-02 15:48
suss28-Jan-02 15:48 
GeneralHIGH PROBLEM WITH WINDOW IN JS Pin
28-Jan-02 5:21
suss28-Jan-02 5:21 
hallo everyone,

I have the follow problem:

I have a create a button. this button open a new window with a upload form. If the user use this form, I upload load a new page with the result.

I want know which form is used and which fild, to solve this problem I forward this parameters with the querystring.

My actually problem is now, to copy the path from the uploaded location into the page field with the relevant data.

thanks . . .
Roni

=================================
this is in the form:
<td>
<input value="NULL" type="text" name="uploadPicTickerEdit" class="engInput">
</td>
<td width="20">
<div align="LEFT">
<button name="uploadPicTickerEditBrowse" ONCLICK="openWindowUpload('../../../mdl/global/upload/uploadFiles.asp?targetField=uploadPicTickerEdit&targetForm=EditArticle')" title="BROWSE" type="button" disabled><img SRC="../../images/upload.gif"></button>
</div>


the function to poen the window:

function openWindowUpload(url) {
popupWin = window.open(url,'Upload','width=600,height=60,scrollbars=no')
}


upload form:

<form NAME="UPLOAD" method="POST" action="endUpload.asp?FIELD=<%=target%>&FormName=<%=targetForm%>" enctype="multipart/form-data" onsubmit="return chkUpload()">

result page:


<LINK HREF = "../../../admin/include/css/tbl.css" REL="stylesheet" TYPE="text/css">
<SCRIPT LANGUAGE="JavaScript1.2">
<!--

THIS IS THE FUNCTION FOR THE COPY

function copyBack()
{
<%
response.write( "parent.document." & copyTargetForm & "." & _
copyTargetField & ".value = '" & _
NewFileName & "';" )
%>
}
//-->
</SCRIPT>
</head>
.
.
.

==============================================
GeneralRe: HIGH PROBLEM WITH WINDOW IN JS Pin
Philip Patrick28-Jan-02 11:09
professionalPhilip Patrick28-Jan-02 11:09 
GeneralRe: HIGH PROBLEM WITH WINDOW IN JS Pin
roni schuetz29-Jan-02 18:49
roni schuetz29-Jan-02 18:49 
GeneralRe: HIGH PROBLEM WITH WINDOW IN JS Pin
Philip Patrick29-Jan-02 23:08
professionalPhilip Patrick29-Jan-02 23:08 
Generalwriting files to different machine Pin
omkamal25-Jan-02 7:50
omkamal25-Jan-02 7:50 
GeneralRe: writing files to different machine Pin
Konstantin Vasserman25-Jan-02 16:20
Konstantin Vasserman25-Jan-02 16:20 
GeneralJust another shameless plug Pin
frog_jumps24-Jan-02 8:27
frog_jumps24-Jan-02 8:27 
QuestionHow to test if an object property exists in JS Pin
Wolfram Steinke23-Jan-02 11:43
Wolfram Steinke23-Jan-02 11:43 
AnswerRe: How to test if an object property exists in JS Pin
Konstantin Vasserman23-Jan-02 15:44
Konstantin Vasserman23-Jan-02 15:44 
AnswerRe: How to test if an object property exists in JS Pin
Torsten Mauz11-Mar-02 5:19
Torsten Mauz11-Mar-02 5:19 
GeneralVisual Inheritance in ASP.NET Pin
22-Jan-02 13:44
suss22-Jan-02 13:44 
GeneralRe: Visual Inheritance in ASP.NET Pin
Konstantin Vasserman23-Jan-02 15:31
Konstantin Vasserman23-Jan-02 15:31 
GeneralRe: Visual Inheritance in ASP.NET Pin
24-Jan-02 5:22
suss24-Jan-02 5:22 
GeneralRe: Visual Inheritance in ASP.NET Pin
Konstantin Vasserman24-Jan-02 5:49
Konstantin Vasserman24-Jan-02 5:49 
GeneralDynamic control creation and event handling Pin
omkamal22-Jan-02 11:41
omkamal22-Jan-02 11:41 
GeneralRe: Dynamic control creation and event handling Pin
Konstantin Vasserman24-Jan-02 5:45
Konstantin Vasserman24-Jan-02 5:45 
GeneralRe: Dynamic control creation and event handling Pin
omkamal24-Jan-02 16:49
omkamal24-Jan-02 16:49 
GeneralRe: Dynamic control creation and event handling Pin
Konstantin Vasserman25-Jan-02 4:10
Konstantin Vasserman25-Jan-02 4:10 

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.