NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: jari@softmade.fi on June 20, 2016, 09:47:06 AM
-
Hello
How can I translate the 'Alert'-text to 'Huom'
I tried to p_web.Message('Huom',loc:alert,p_web.site.MessageClass,Net:Send,1) but that did not work out
regards
Jari
-
Hi Jari,
When it comes to Alert and messages, context is everything.
Can you tweak a shipping example to show what you have in mind?
thanks
Bruce
-
Hi Bruce
See attachment
I just want to change Alert text in the header
Jari
-
what embed point did you add your code to?
That is the context I am talking about...
cheers
Bruce
-
Try this: instead of p_web.Message('Huom',loc:alert,p_web.site.MessageClass,Net:Send,1), this:
p_web.Script('ntAlert("bla-bla-bla!","Huom...!");')
-
Thanks Oggy
That works fine
Jari