Sign in to follow this  
philou5672

display html text in popup windows

Recommended Posts

Hi,

Is it possible to display the html text in a new window that opens popup?

 

I'd like to display my json data " tooltext" in popup window

 

Thank a lot

 

best regards

 

phil

Share this post


Link to post
Share on other sites

Yes it is possible.A pop-up window that appears on top of help topic. Pop-up windows remain on the screen until users click anywhere inside or outside of them. For creating pop-up window you can use the following tag in html

<SCRIPT Language=JavaScript>
   MyFont="Helvetica,10,,italic"
   MyText="This is a pop-up window."
</SCRIPT>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this