Click here to Skip to main content
16,007,885 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: RECORD COUNT? Pin
Pete O'Hanlon24-Apr-07 9:33
mvePete O'Hanlon24-Apr-07 9:33 
GeneralRe: RECORD COUNT? Pin
Guffa24-Apr-07 11:44
Guffa24-Apr-07 11:44 
GeneralRe: RECORD COUNT? Pin
Pete O'Hanlon24-Apr-07 22:32
mvePete O'Hanlon24-Apr-07 22:32 
GeneralRe: RECORD COUNT? Pin
Bradml24-Apr-07 22:39
Bradml24-Apr-07 22:39 
AnswerRe: RECORD COUNT? Pin
Guffa25-Apr-07 1:08
Guffa25-Apr-07 1:08 
GeneralRe: RECORD COUNT? Pin
hifiger200426-Apr-07 17:18
hifiger200426-Apr-07 17:18 
QuestionFlash Version Pin
A.Muthunagai24-Apr-07 1:23
A.Muthunagai24-Apr-07 1:23 
AnswerRe: Flash Version [modified] Pin
Wael Al Wirr24-Apr-07 2:42
Wael Al Wirr24-Apr-07 2:42 
Hi i did this check using Javascript find below the script
<SCRIPT LANGUAGE="Javascript">
<!--

var flashinstalled = 0;
var flashversion = 0;
MSDetect = "false";
if (navigator.plugins && navigator.plugins.length)
{
	x = navigator.plugins["Shockwave Flash"];
	if (x)
	{
		flashinstalled = 2;
		if (x.description)
		{
			y = x.description;
			flashversion = y.charAt(y.indexOf('.')-1);
		}
	}
	else
		flashinstalled = 1;
	if (navigator.plugins["Shockwave Flash 2.0"])
	{
		flashinstalled = 2;
		flashversion = 2;
	}
}
else if (navigator.mimeTypes && navigator.mimeTypes.length)
{
	x = navigator.mimeTypes['application/x-shockwave-flash'];
	if (x && x.enabledPlugin)
		flashinstalled = 2;
	else
		flashinstalled = 1;
}
else
	MSDetect = "true";

// -->
</SCRIPT>


-- modified at 8:33 Monday 30th April, 2007

WaelA
Software Engineer
WaelA@hotmail.com

GeneralRe: Flash Version Pin
Bradml24-Apr-07 3:37
Bradml24-Apr-07 3:37 
GeneralRe: Flash Version Pin
Wael Al Wirr30-Apr-07 2:34
Wael Al Wirr30-Apr-07 2:34 
QuestionFirefox Redirect Pin
L Viljoen24-Apr-07 0:14
professionalL Viljoen24-Apr-07 0:14 
AnswerRe: Firefox Redirect Pin
Bradml24-Apr-07 1:32
Bradml24-Apr-07 1:32 
GeneralRe: Firefox Redirect Pin
L Viljoen24-Apr-07 20:56
professionalL Viljoen24-Apr-07 20:56 
AnswerRe: Firefox Redirect Pin
Wael Al Wirr24-Apr-07 2:46
Wael Al Wirr24-Apr-07 2:46 
AnswerRe: Firefox Redirect Pin
JimmyRopes27-Apr-07 18:37
professionalJimmyRopes27-Apr-07 18:37 
Questioncreate asp report,trough multiple tables from single database Pin
dheema23-Apr-07 23:55
dheema23-Apr-07 23:55 
AnswerRe: create asp report,trough multiple tables from single database Pin
enjoycrack24-Apr-07 0:23
enjoycrack24-Apr-07 0:23 
AnswerRe: create asp report,trough multiple tables from single database Pin
manowj26-Apr-07 20:52
manowj26-Apr-07 20:52 
Questionhelp me in downloading attachment in email client Pin
farria23-Apr-07 23:20
farria23-Apr-07 23:20 
AnswerRe: help me in downloading attachment in email client Pin
Shuaib wasif khan24-Apr-07 1:43
Shuaib wasif khan24-Apr-07 1:43 
QuestionOn FireFox, unable to access javascript's object value.. Pin
Tk..23-Apr-07 22:49
Tk..23-Apr-07 22:49 
AnswerRe: On FireFox, unable to access javascript's object value.. Pin
Guffa24-Apr-07 9:15
Guffa24-Apr-07 9:15 
GeneralRe: On FireFox, unable to access javascript's object value.. Pin
Tk..24-Apr-07 19:52
Tk..24-Apr-07 19:52 
QuestionData type mismatch in criteria expression. Pin
dheema23-Apr-07 19:04
dheema23-Apr-07 19:04 
AnswerRe: Data type mismatch in criteria expression. Pin
Pete O'Hanlon23-Apr-07 22:49
mvePete O'Hanlon23-Apr-07 22:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.