Sponsored Content
Top Forums UNIX for Dummies Questions & Answers X-Windows help in Windows XP using XMing Post 302473688 by firstmode on Monday 22nd of November 2010 04:47:38 AM
Old 11-22-2010
Thanks for the reply VBE,

What do you think the x-windows configuration screen is asking for then within that application?

Image

---------- Post updated at 03:43 AM ---------- Previous update was at 03:33 AM ----------

I can currently display this GUI application within our Secure Global Desktop environment running on Solaris. We do this by entering in the port number and server number to display to. We have 4 server choices, as you can see below, per the small window in the upper right hand corner, I am on server 2, port 19. Those are the choices I enter after running the GUI command within the UNIX terminal of the Ericsson switch :

Image

---------- Post updated at 03:47 AM ---------- Previous update was at 03:43 AM ----------

After I enter the display information above I get access to the BSM Navigator which requires an X-Windows Server:

Image
 

2 More Discussions You Might Find Interesting

1. Red Hat

Xming Vs ssh connect to RHEL server from Windows machine

I am able to connect a RHEL server from my Windows machine using Putty (via ssh). My question is what is the advantage of using Xming instead of Putty? Is it that Xming would enable a graphical connect from the Windows machine to RHEL server? I hope my question is clear that what is the... (9 Replies)
Discussion started by: RHCE
9 Replies

2. UNIX for Beginners Questions & Answers

Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows

Hi, totally new to linux base using windows when started learning and using computers. but i remember that one pc was there , look alike windows desktop, but could not do the task as windows just click and open and view edit etc. But, you could do a little differently even saving in and opening... (8 Replies)
Discussion started by: jraju
8 Replies
HTML::Lint::HTML4(3pm)					User Contributed Perl Documentation				    HTML::Lint::HTML4(3pm)

	'expectArgsRE' => 'A|FONT',

	'headTagsRE' => 'TITLE|NEXTID|LINK|BASE|META',

	'requiredContext' =>
	{
	'AREA'	   => 'MAP',
	'CAPTION'  => 'TABLE',
	'DD'	   => 'DL',
	'DT'	   => 'DL',
	'FIELDSET' => 'FORM',
	'FRAME'    => 'FRAMESET',
	'INPUT'    => 'FORM',
	'LABEL'    => 'FORM',
	'LEGEND'   => 'FIELDSET',
	'LI'	   => 'DIR|MENU|OL|UL',
	'NOFRAMES' => 'FRAMESET',
	'OPTGROUP' => 'SELECT',
	'OPTION'   => 'SELECT',
	'SELECT'   => 'FORM',
	'TD'	   => 'TR',
	'TEXTAREA' => 'FORM',
	'TH'	   => 'TR',
	'TR'	   => 'TABLE',
	'PARAM'    => 'APPLET|OBJECT',
	},

	'okInHead' =>
		{
			'ISINDEX' => 1,
			'TITLE'   => 1,
			'NEXTID'  => 1,
			'LINK'	  => 1,
			'BASE'	  => 1,
			'META'	  => 1,
			'RANGE'   => 1,
			'STYLE'   => 1,
			'OBJECT'  => 1,
			'!--'	  => 1,
		},

	## elements which cannot be nested
	'nonNest' => 'A|FORM',

	'requiredAttributes' =>
	{
	APPLET	=> 'WIDTH|HEIGHT',
	AREA		=> 'ALT',
	BASE		=> 'HREF',
	BASEFONT	=> 'SIZE',
	BDO		=> 'DIR',
	FORM		=> 'ACTION',
	IMG		=> 'SRC|ALT',
	LINK		=> 'HREF',
	MAP		=> 'NAME',
	NEXTID	=> 'N',
	SELECT	=> 'NAME',
	TEXTAREA	=> 'NAME|ROWS|COLS'
	},

	'attributeFormat' =>
	{
		'ALIGN',	 'BOTTOM|MIDDLE|TOP|LEFT|CENTER|RIGHT|JUSTIFY|'.
				'BLEEDLEFT|BLEEDRIGHT|DECIMAL',
		'ALINK' 	 => 'color',
		'BGCOLOR'	   => 'color',
		'CLEAR',	'LEFT|RIGHT|ALL|NONE',
		'COLOR' 	 => 'color',
		'COLS', 	 'd+|(d*[*%]?,)*s*d*[*%]?',
		'COLSPAN',	   'd+',
		'DIR'		=> 'LTR|RTL',
		'HEIGHT',	   'd+',
		'INDENT',	   'd+',
		'LINK'		=> 'color',
		'MAXLENGTH',   'd+',
		'METHOD',	   'GET|POST',
		'ROWS', 	   'd+|(d*[*%]?,)*s*d*[*%]?',
		'ROWSPAN',	   'd+',
		'SEQNUM',	   'd+',
		'SIZE', 	   '[-+]?d+|d+,d+',
		'SKIP', 	   'd+',
		'TYPE', 	   'CHECKBOX|HIDDEN|IMAGE|PASSWORD|RADIO|RESET|'.
				'SUBMIT|TEXT|[AaIi1]|disc|square|circle|'.
				'FILE|.*',
		'UNITS',	 'PIXELS|EN',
		'VALIGN',	 'TOP|MIDDLE|BOTTOM|BASELINE',
		'VLINK' 	 => 'color',
		'WIDTH',	 'd+%?',
		'WRAP', 	 'OFF|VIRTUAL|PHYSICAL',
		'X',		 'd+',
		'Y',		 'd+'
	},

	'badTextContext' =>
	{
		'HEAD',  'BODY, or TITLE perhaps',
		'UL',	 'LI or LH',
		'OL',	 'LI or LH',
		'DL',	 'DT or DD',
		'TABLE', 'TD or TH',
		'TR',	 'TD or TH'
	},

	'bodyColorAttributes' =>
	[
		qw(BGCOLOR TEXT LINK ALINK VLINK)
	],

       );

NAME
HTML::Lint::HTML4 -- Rules for HTML 4 as used by HTML::Lint. SYNOPSIS
No user serviceable parts inside. Used by HTML::Lint. SEE ALSO
HTML::Lint AUTHOR
Andy Lester "andy at petdance.com" COPYRIGHT
Copyright (c) Andy Lester 2005. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-04-06 HTML::Lint::HTML4(3pm)
All times are GMT -4. The time now is 04:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy