|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Hi. I am trying to make smileys to a guestbook, but they are a lot of smileys, so I create a popup window with all the smileys, but I dont know how to insert the text to the original field, from the popup window
I am using this script: <script language="JavaScript" type="text/JavaScript"> <!-- function InsertarSmile(e, smile) { e.value += smile; e.focus(); } //--> </script> The Original Form Name is: EnviarMensaje The Field Name is: Mensaje The URL IS: <a href="javascript:InsertarSmile(document.EnviarMensaje.Me nsaje, '[ ] ')"><imagen></a>Is that possible???? Regards, Carlos F. Rebolledo |
|
#2
|
||||
|
||||
|
Google window.opener()
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Insert Text to a field, from a popup window |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|