Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it
    Registrato dal
    Jul 2003
    Messaggi
    583

    copia testo da finestra popup

    vi mostro l intero codice


    qui c'è il valore da copiare


    <%Response.Expires=0
    Response.Buffer = TRUE
    Response.Clear
    byteCount = Request.TotalBytes
    RequestBin = Request.BinaryRead(byteCount)
    Dim UploadRequest
    Set UploadRequest = CreateObject("Scripting.Dictionary")
    BuildUploadRequest RequestBin
    contentType = UploadRequest.Item("blob").Item("ContentType")
    filepathname = UploadRequest.Item("blob").Item("FileName")
    filename = Right(filepathname,Len(filepathname)-InstrRev(filepathname,"\"))
    value = UploadRequest.Item("blob").Item("Value")

    'Create FileSytemObject Component
    Set ScriptObject = Server.CreateObject("Scripting.FileSystemObject")

    'Create and Write to a File
    pathEnd = Len(Server.mappath(Request.ServerVariables("PATH_I NFO")))-14
    Set MyFile = ScriptObject.CreateTextFile(Left(Server.mappath(Re quest.ServerVariables("PATH_INFO")),pathEnd) & filename)

    For i = 1 to LenB(value)
    MyFile.Write chr(AscB(MidB(value,i,1)))
    Next
    MyFile.Close%>

    <head>
    <title></title>
    </head>


    <script language="Javascript">
    <!-- hide

    function insertf1(f1){

    window.opener.document.form.foto.value=foto;
    }
    // -->
    </script>



    <body bgcolor="#FFFFFF">
    <div align="center">
    <center>
    <table>
    <tr>
    <td width="100%">

    <p align="center">[img]../../frameup.jpg[/img]

    </td>
    </tr>
    <td>
    <p align="center"><font face="Verdana" size="2">
    <input name="foto" type="text" value="<%=filename%>"></font>

    [img]../immobilielq/copia.gif[/img]





    [img]../immobilielq/chiudi.gif[/img]

    </table>
    </center>
    </div>
    <div align="center">
    <center>
    <table>

    </table>
    </center>
    </div>
    </body>



    qui di seguito dove copiare






    <script language="JavaScript">
    <!-- hide from JavaScript-challenged browsers

    function openWindow3(url) {
    popupWin = window.open(url,'new_page1','width=400,height=170, scrollbars=yes')
    }

    function openWindow4(url) {
    popupWin = window.open(url,'new_page2','width=400,height=170, scrollbars=yes')
    }
    function openWindow5(url) {
    popupWin = window.open(url,'new_page3','width=400,height=170, scrollbars=yes')
    }
    function openWindow6(url) {
    popupWin = window.open(url,'new_page4','width=400,height=170, scrollbars=yes')
    }

    // done hiding -->
    </script>


    <form action="add-process.asp" method="post" name="form">


    <input name="foto" maxlength="40" size="20">


    anzichè copiare il testo mi copia questo : [object]

    perchè dove sto sbagliando?

    grazie

  2. #2
    Moderatore di Annunci siti web, Offro lavoro/collaborazione, Cerco lavoro L'avatar di cavicchiandrea
    Registrato dal
    Aug 2001
    Messaggi
    26,133
    fai cosi e funziona
    window.opener.document.form.foto.value=f1;
    Come facevi tu gli dicevi d'inserire la variabile foto che non esiste, mentre esiste f1
    Cavicchi Andrea
    Problemi con javascript, jquery, ajax clicca qui

  3. #3
    Utente di HTML.it
    Registrato dal
    Jul 2003
    Messaggi
    583
    GIUSTO funziona grazie mille

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.