if you have a server, just add a simple service that returns you the client IP or hostname or does the check for you (if it has an the ATT/Cingular hostname or it's in the ATT/Cingular IP range it's on edge)
if you are delivering your app from your server, you may be able to add the extra info to your page via server-side include or something like that. -- Raffaele On Jan 23, 2008 3:45 PM, awaybbl <[EMAIL PROTECTED]> wrote: > > On thinking about it... perhaps a dumb way to do it might be to send > something to the client, and time how long it takes. But that means > wasting time to check to see how long something takes before actually > loading your real code. > > > On Jan 17, 4:44pm, gateway <[EMAIL PROTECTED]> wrote: > > Anyone know if their is a way to detect if the user is using wifi or > > edge to connect to your site? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
