Click here to Skip to main content
16,017,788 members
Home / Discussions / Web Development
   

Web Development

 
GeneralNewbie JavaScript Questions Pin
gmhanna19-Aug-04 4:13
gmhanna19-Aug-04 4:13 
GeneralRe: Newbie JavaScript Questions Pin
Paul Watson20-Aug-04 10:52
sitebuilderPaul Watson20-Aug-04 10:52 
GeneralEditing websites html pages Pin
Amitux19-Aug-04 0:23
Amitux19-Aug-04 0:23 
GeneralRunning application in browser frame Pin
wegerjos18-Aug-04 22:10
wegerjos18-Aug-04 22:10 
GeneralRe: Running application in browser frame Pin
Paul Watson20-Aug-04 10:53
sitebuilderPaul Watson20-Aug-04 10:53 
GeneralNewbie JavaScript Help Pin
gmhanna18-Aug-04 15:08
gmhanna18-Aug-04 15:08 
GeneralRe: Newbie JavaScript Help Pin
ChrisAdams18-Aug-04 16:39
ChrisAdams18-Aug-04 16:39 
GeneralSafari Browser detection PLEASE HELP! Pin
nmotlani18-Aug-04 12:59
sussnmotlani18-Aug-04 12:59 
Hello,

I am trying to get my site to recognize Safari 1.2 as a legitimate browser. I am using the browsercaps in machine.config to test browser versions. The problem is that the site works on Safari 1.0 but not on 1.2 and I don't know why. Below is the browsercap for 1.0, what is it missing for 1.2?

Thanks in advance!
Nadya

<case match="AppleWebKit/(?'version'(?'major'\d)(?'minor'\d+)(?'letters'\w*))">
browser=AppleWebKit
version=${version}
majorversion=${major}
minorversion=0.${minor}
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
<case match="AppleWebKit/(?'version'(?'major'\d)(?'minor'\d+)(?'letters'\w*))( \(KHTML, like Gecko\) )?(?'type'[^/\d]*)/.*$">
type=${type}


GeneralImage copier - the best image tool for all programmers, don't miss it (tool announcement:) Pin
includeh1017-Aug-04 11:32
includeh1017-Aug-04 11:32 
QuestionHow can I close the first page? Pin
ATC17-Aug-04 2:55
ATC17-Aug-04 2:55 
AnswerRe: How can I close the first page? Pin
ChrisAdams17-Aug-04 17:14
ChrisAdams17-Aug-04 17:14 
GeneralASP calling a DLL Problem!! Pin
Jason Jefferies16-Aug-04 23:04
Jason Jefferies16-Aug-04 23:04 
GeneralRe: ASP calling a DLL Problem!! Pin
wegerjos19-Aug-04 1:41
wegerjos19-Aug-04 1:41 
GeneralRemoving and replacing the bottom border of a table cell in Netscape Pin
Anonymous16-Aug-04 5:05
Anonymous16-Aug-04 5:05 
General&lt;TEXTAREA&gt; ELEMENT TEXT COLOR DOESN'T CHANGE Pin
Brendan Vogt16-Aug-04 4:38
Brendan Vogt16-Aug-04 4:38 
GeneralDatabase Transactions Pin
Brendan Vogt16-Aug-04 4:37
Brendan Vogt16-Aug-04 4:37 
GeneralASP: Combo load and combo reset Pin
Brendan Vogt16-Aug-04 4:35
Brendan Vogt16-Aug-04 4:35 
GeneralNetscape Constant Strings Pin
Brendan Vogt16-Aug-04 4:30
Brendan Vogt16-Aug-04 4:30 
GeneralThe RegExp Object Pin
Brendan Vogt16-Aug-04 4:29
Brendan Vogt16-Aug-04 4:29 
GeneralJavaScript - Validation Pin
Brendan Vogt16-Aug-04 4:27
Brendan Vogt16-Aug-04 4:27 
GeneralRe: JavaScript - Validation Pin
gmhanna18-Aug-04 15:35
gmhanna18-Aug-04 15:35 
GeneralCertificate Stores Pin
Gavin Jeffrey16-Aug-04 3:27
Gavin Jeffrey16-Aug-04 3:27 
GeneralAccess Web Browser Control Contents Pin
Asif Rehman14-Aug-04 17:07
Asif Rehman14-Aug-04 17:07 
GeneralExtracting the htm page from its shortcut Pin
mysorian14-Aug-04 4:53
professionalmysorian14-Aug-04 4:53 
GeneralRe: Extracting the htm page from its shortcut Pin
ChrisAdams15-Aug-04 19:33
ChrisAdams15-Aug-04 19:33 

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.