Forum Moderators: bakedjake
What about Palm PDA?? What browser do people use under that?? I have a Palm OS device, but do not use that for browsing :)
Any experience???????
Thank you!
Since my main site isn't for general browsing, I would give an alternative URL for the handheld version of the site.
Most handheld browsers can't use advanced javascript or too many images, so my PDA site is very simple - mostly text.
<%@LANGUAGE="JAVASCRIPT"%>
<% var bc = Server.CreateObject("MSWC.BrowserType") %>
<html>
<head><title>blah</title>
</head>
<body >
<% if (bc.browser == "IE") { %>
Internet Explorer
<%} else if (bc.browser == "NN") { %>
Netscape
<% }else { %>
handheld
<% } %>
</body>
</html>