I have a chat box.. In that 2 frames One frames display all the user name... 2nd frame we get full chat of the user u click from frame one...
Now I need to reload frame2 Everytime to check whter I got msg from sender... I can use autorefresh here... BT my problem is.. how to pass a variable on function call....
// Function call
Function call ( parameter)
//Ajax call to get all msg of clicked user and display in second frame
Now I need to reload or auto refresh it every 5 second Plz help