Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Browser detect and re-direct

Status
Not open for further replies.

celticking

Technical User
Feb 15, 2001
69
US
I have a database that when searched lists users. When you select a user, the profile page opens in a new window. There's problems with the page in Netscape and AOL, javascript wont work, so i want to have two profile pages. I need the browser the user is using to be detected then sent to the correct profile page.
Can anyone help?

My current code reads...

<a href=&quot;/itc_detail.lasso?user=[field:'username']&quot; target=&quot;_blank&quot;> [field:'username']</a>
Thanks.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top