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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LWP module and Agent

Status
Not open for further replies.

rubis

Programmer
Jun 21, 2001
54
GB
I want to set the agent but I don't know what I should put for AgentName.

$ua->agent("AgentName/0.1 " . $ua->agent);

For example, if I want my Agent to be IE, what should I put? Also, what does ".$ua->agent" mean? As when I put

$ua->agent("IE/6.0");

I think IE supports frames but the HTML file that I save back said this browser doesn't support frame. What is the best agent that I should put for this parameter? Any idea?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top