|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Live update without forms
How do i do live update without using inputs and forms
Does it work with document.getElementById('1').write('test'); <p id="1"></p>? |
|
#2
|
|||
|
|||
|
RE: Live update without forms
Anyone?
If its no possible, say it! |
|
#3
|
|||
|
|||
|
RE: Live update without forms
google for
javascript innerhtml that should get you started |
|
#4
|
|||
|
|||
|
RE: Live update without forms
or for a slightly more direct answer
document.getElementById('1').innerHTML='something' |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Live update without forms |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|