Using JavaScript or other means, is there a way to check visitors connection type so I can direct them two the proper html document? I want visitors with fast connection types to go to one page and those with slow connection types to go to another page. Can I do this without having to post a separate web page with two links pointing to the web pages which will give them a choice... One would say, click this if you have "slow" connection type or click this if you have "fast" connection type.... I would like to bypass this all together and have the browser check the connection type and send them to proper web page..
At this point I have a seperate browser which checks for browser type "Navigator or Internet Explorer" and sends them to the proper html document. I would like to incorporate something here which also detects visitors connection type and sends them to yet another proper html document...
Hope this all makes sense...
Thanx
Stefan
At this point I have a seperate browser which checks for browser type "Navigator or Internet Explorer" and sends them to the proper html document. I would like to incorporate something here which also detects visitors connection type and sends them to yet another proper html document...
Hope this all makes sense...
Thanx
Stefan