NetTalk Central
		NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on August 20, 2012, 10:46:45 AM
		
			
			- 
				Hello please can anyone help on this i want to open a from do my updates either an insert or update but want it to open on a new wiindow but after i finish my update and click the save button, i want that new window to just close and not go back to the browse. 
			
 
			
			- 
				where must it go back to ?
what must be displayed in the browser ?
			 
			
			- 
				Is the new window a "popup" or new tab/browser window?
If popup, in the gotfocusback embed add p_web.Script('window.location.href="www.whatever.com";') or p_web.Script(p_web.WindowOpen('HomePage'))
Cheers,
Kevin
			 
			
			- 
				Hi it is a new browser window
			
 
			
			- 
				Hi Olu
In the General Settings of the NetWebForm settings, just type in the URL on Save and specify the Target frame as '_self', or '_blank' or whatever.
Cheers
Charl