Subversion Repositories DevTools

Rev

Rev 6623 | Rev 6626 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6623 Rev 6625
Line 201... Line 201...
201
//
201
//
202
//	Callable function to instantiate an Iframe Dialog
202
//	Callable function to instantiate an Iframe Dialog
203
//  Used in a replacement for MM_openBrWindow called MM_openVixIFrame
203
//  Used in a replacement for MM_openBrWindow called MM_openVixIFrame
204
// 	Parameters:
204
// 	Parameters:
205
// 		pthis	- The parent's context
205
// 		pthis	- The parent's context
206
//		url		- URL of the windoe content
206
//		url		- URL of the window content
207
//  	winName	- Title of the new Window
207
//  	winName	- Title of the new Window
208
 
208
 
209
function vixIframeDialog2(pthis, url, winName)
209
function vixIframeDialog2(pthis, url, winName)
210
{
210
{
211
	vixIframe.parent = pthis;
211
	vixIframe.parent = pthis;