The CreatorCon Call for Content is officially open! Get started here.

top.window

Rohit Agarwal
Mega Expert

Hi,

What is the use of top.window. Why top.window works in portal but window. is there any document related to this??

 

Thanks,

 

 

8 REPLIES 8

Priyanka Patil2
Tera Contributor

If you are within a frame:

  • window refers to the current frame.
  • parent refers to the parent of the current frame.
  • top refers to the outermost frame.

If you're not within any frame, these will all just be a reference to the current window. If you're only within one level of frame, parent and top will both be a reference to the same thing.

Thank you

 

Thanks Priyanka!

 

Can you please answer this: Why 'top.window' works in portal but 'window' does not work in service portal. is there any document related to this??

It is not supported in ServicePortal (ServiceNow catches the calls):

find_real_file.png

https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/build/service-portal/concept/un...

@Rohit Agarwal if this answered your question, please mark Correct so the thread will be closed and other users can find the answer.

Kind regards,

Willem