Here mentioned my html code .When i opened the below code then it can redirected to the new php page as quiz_start.php .
Now my requirement is i want to set the background color quiz_start.php in present html page .For example i am setting the body background color as green color in html file this should be effected to php file and when i run this file this page navigated to quiz_start.php page and body backgoround color of my quiz_start.php page will change.
How can get my requirement.please help me.
Thanks in Advance.Code:<html> <head> <title>Quiz2</title> <style type="text/css"> body{ background-color: #0F0; } </style> </head> <body> <table align="center"> <tr><td align="center"><div name="proprofs" id="proprofs" height="300" width="440" style="overflow-x: hidden;" > <script type="text/javascript">window.location="http://localhost/murali_update/quiz_start.php?quizid=19";</script> </div></td></tr> </table> </body> </html>
Thanks & Regards
Sravani




Bookmarks