Jump to content
UBot Underground

Popup Over Ui


Recommended Posts

I need to figure out how to make a popup show over a UI. My UI is full window length and width.

 

The popup will have buttons of either "yes" or "no"

 

This is to make a decision to check to make sure you want to delete the selected item.

 

I've used the following javascript :

onClick=window.open("{#url}","demo","width=110,height=450 ,toolbar=0,status=0,scrollbars=no,"); value="URL">

the #url value is loaded on onload.

 

This works if I shorten my UI to not cover the whole page but that's not what I want. I need it to popup over the full page UI

 

Bottom line…is there a way to make a popup appear over a full windowed UI?

 

Thanks for any suggestions

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...