HI !!! frame like this i want in my website unfortunately i have no idea how i can google it i only linked this is example: http://www.tutorialized.com/view/tutorial/Post-Data-To-Another-Website-Using-cURL-In-PHP/60457 i want simple code not link fancy menu in upper frame .... just want simple idea how it work Thanks
Hi, Use this code.It might help you <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> </head> <frameset rows="25%,75%" scrolling="no" border="none"> <frame src=""noresize/> <frame src="" noresize/> </frameset> </html> Thanking You, Futureistic Team.