Click here to Skip to main content
16,015,077 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: QUERY: handling CSS/JS errors.... Pin
Guffa16-Jun-06 9:42
Guffa16-Jun-06 9:42 
GeneralRe: QUERY: handling CSS/JS errors.... Pin
Edbert P20-Jun-06 20:25
Edbert P20-Jun-06 20:25 
QuestionJavaScript Alert Box Pin
PrakashBhaskar16-Jun-06 2:53
PrakashBhaskar16-Jun-06 2:53 
AnswerRe: JavaScript Alert Box Pin
Vasudevan Deepak Kumar16-Jun-06 3:16
Vasudevan Deepak Kumar16-Jun-06 3:16 
QuestionBrowser testing Pin
Megan Forbes16-Jun-06 1:28
Megan Forbes16-Jun-06 1:28 
AnswerRe: Browser testing Pin
Vasudevan Deepak Kumar16-Jun-06 1:30
Vasudevan Deepak Kumar16-Jun-06 1:30 
GeneralRe: Browser testing Pin
Megan Forbes16-Jun-06 1:33
Megan Forbes16-Jun-06 1:33 
GeneralRe: Browser testing Pin
Megan Forbes16-Jun-06 2:36
Megan Forbes16-Jun-06 2:36 
Megan Forbes wrote:
display a warning to Mac users only (still looking up how to do this)


Just in case anyone else is interested:



<script type="text/javascript"><!--<br />
<br />
//Declare variables for both functions<br />
var detect = navigator.userAgent.toLowerCase();<br />
var OS;<br />
<br />
function checkIt(string)<br />
{<br />
	//Declare local variables<br />
	var place, thestring;<br />
	place = detect.indexOf(string) + 1;<br />
	thestring = string;<br />
	return place;<br />
}<br />
<br />
function isMac(){<br />
	//Declare local variables<br />
	var OS;<br />
	if (!OS)<br />
	{<br />
		if (checkIt('mac'))<br />
			{<br />
				OS = "mac";<br />
				alert("Mac");<br />
			}else<br />
			{<br />
				alert("Not Mac");<br />
			}<br />
	}<br />
}<br />
//--></script>


Still looking for a Mac browser emulator though if anyone knows of one?



A mum and loving it!
AnswerRe: Browser testing [modified] Pin
Graham Nimbley16-Jun-06 16:42
Graham Nimbley16-Jun-06 16:42 
GeneralRe: Browser testing Pin
Megan Forbes17-Jun-06 0:59
Megan Forbes17-Jun-06 0:59 
QuestionFrames.... Pin
Peace2u15-Jun-06 22:47
Peace2u15-Jun-06 22:47 
AnswerRe: Frames.... Pin
Guffa16-Jun-06 0:12
Guffa16-Jun-06 0:12 
GeneralRe: Frames.... Pin
Peace2u16-Jun-06 0:20
Peace2u16-Jun-06 0:20 
GeneralRe: Frames.... [modified] Pin
Vasudevan Deepak Kumar16-Jun-06 1:31
Vasudevan Deepak Kumar16-Jun-06 1:31 
Question8002801d problem in &quot;global.asa&quot; [modified] Pin
Orkun GEDiK15-Jun-06 20:20
Orkun GEDiK15-Jun-06 20:20 
AnswerRe: 8002801d problem in &quot;global.asa&quot; Pin
Vasudevan Deepak Kumar16-Jun-06 1:28
Vasudevan Deepak Kumar16-Jun-06 1:28 
QuestionJavaScript Debugger Pin
tictactoer15-Jun-06 13:37
tictactoer15-Jun-06 13:37 
AnswerRe: JavaScript Debugger Pin
Vasudevan Deepak Kumar16-Jun-06 1:29
Vasudevan Deepak Kumar16-Jun-06 1:29 
Questionhow to convert a text field in the Access database to a hyperlink in the brower [modified] Pin
bobolov14-Jun-06 22:42
bobolov14-Jun-06 22:42 
QuestionFolder Selection Box ????? Pin
BlrBoy14-Jun-06 21:04
BlrBoy14-Jun-06 21:04 
AnswerRe: Folder Selection Box ????? Pin
Paddy Boyd14-Jun-06 23:07
Paddy Boyd14-Jun-06 23:07 
GeneralRe: Folder Selection Box ????? [modified] Pin
BlrBoy15-Jun-06 0:55
BlrBoy15-Jun-06 0:55 
AnswerRe: Folder Selection Box ????? Pin
Shog915-Jun-06 10:20
sitebuilderShog915-Jun-06 10:20 
QuestionNeed help for automatic web reminder which runs in the background... Pin
YoungJoe14-Jun-06 20:55
YoungJoe14-Jun-06 20:55 
Questionhow to remove the close button from a Web Page [modified] Pin
Chetan.visodiya14-Jun-06 18:19
Chetan.visodiya14-Jun-06 18:19 

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.