NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Insert XHTML the right place
« previous
next »
Print
Pages: [
1
]
Author
Topic: Insert XHTML the right place (Read 3264 times)
Niels Larsen
Sr. Member
Posts: 430
Insert XHTML the right place
«
on:
January 12, 2017, 06:20:29 AM »
Hi
My scene: Normal popup-form called from a browse.
I would like to insert some xhtml after the <div id="xxxxxform_div"></div> (see attached image)
I think that I have tried every embed there is, but no luck.
Can anyone guide me?
Regards Niels
Logged
Bruce
Global Moderator
Hero Member
Posts: 11244
Re: Insert XHTML the right place
«
Reply #1 on:
January 13, 2017, 07:59:35 AM »
There's a bunch of wrapper HTML there to do with the Dialog itself.
Probably the best place to embed code (depending a bit on what exactly you are trying to do...) is in the
GenerateForm routine
before the opening of the <form> tag. ie before
packet.append('<form action=....
Cheers
Bruce
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Insert XHTML the right place