Hi all
This has to be the dumbest question asked on here for a long time and I hang my head in shame that I can't figure it out.
I have a Multiview inside an UpdatePanel and I have to include a single line of Javascript on one of the View pages. I realise that I probably have to RegisterClientScriptBlock with ScriptManager, or similar, but every example I've seen relies on an event to fire that script. In this case there is no event. It's just static text.
I'm *trying* to include '<script type="text/javascript" language="javascript" src="http://www.xyz123.com/jsThing.asp?U=12345"></script>' on the page, which injects a status message issued by xyz123.com. The status message is in the form 'document.write('hello world')', but of course, it can't do a document.write from where it is inside the UpdatePanel.
I'm using VB but I will figure out anything, if someone could kindly point me to an example of some description.
TI ...
Go to the complete details ...