muratisik
11-24-2003, 04:45 AM
Hello,
I am new to javascript and I was looking for a javascript code that does what this simple html line does:
<INPUT TYPE=SUBMIT NAME="refreshpage" VALUE="Refresh">
without placing a button on the page. It is like when this script is somehow triggered it should load value Refresh to variable refreshpage in html formats (so that it can be used in HTTP_POST_VARS["refreshpage"] in php) and refresh the page.
I am planning to use this code over frames and have it triggered from another frame by a script that has button and when clicked triggers another script in another frame (this one naturally )
Can anyone give me such an example script?
I am new to javascript and I was looking for a javascript code that does what this simple html line does:
<INPUT TYPE=SUBMIT NAME="refreshpage" VALUE="Refresh">
without placing a button on the page. It is like when this script is somehow triggered it should load value Refresh to variable refreshpage in html formats (so that it can be used in HTTP_POST_VARS["refreshpage"] in php) and refresh the page.
I am planning to use this code over frames and have it triggered from another frame by a script that has button and when clicked triggers another script in another frame (this one naturally )
Can anyone give me such an example script?