|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate 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, im back again, I am making a html editor and currently have two forms. One the main form and a second form choose the background colour. I was wondering if it was possible for text to appear in a text box in form 1 by click on a button in form2. I want the text : <BODY bgcolor="red" to appear, any code suggestions?
|
|
#2
|
|||
|
|||
|
Sub Button_OnClick()
form1.textbox.value = "<some stuff here>" End Sub
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Another HTML prob |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|